added new appicon and launch image, and tried some other stuff
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
E1EB2FBA247A33F200AA6A24 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1EB2FB9247A33F200AA6A24 /* GameViewController.swift */; };
|
||||
E1EB2FBD247A33F200AA6A24 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E1EB2FBB247A33F200AA6A24 /* Main.storyboard */; };
|
||||
E1EB2FBF247A340600AA6A24 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E1EB2FBE247A340600AA6A24 /* Assets.xcassets */; };
|
||||
E1EB2FC2247A340600AA6A24 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E1EB2FC0247A340600AA6A24 /* LaunchScreen.storyboard */; };
|
||||
E1EB2FCD247A340700AA6A24 /* PrivyetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1EB2FCC247A340700AA6A24 /* PrivyetTests.swift */; };
|
||||
E1EB2FD8247A340700AA6A24 /* PrivyetUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1EB2FD7247A340700AA6A24 /* PrivyetUITests.swift */; };
|
||||
E1EB2FE6247A37EB00AA6A24 /* Sounds in Resources */ = {isa = PBXBuildFile; fileRef = E1EB2FE5247A37EB00AA6A24 /* Sounds */; };
|
||||
@@ -29,6 +28,7 @@
|
||||
E1EB2FFB247A5E4200AA6A24 /* ZShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1EB2FFA247A5E4200AA6A24 /* ZShape.swift */; };
|
||||
E1EB2FFD247AF6ED00AA6A24 /* Privyet.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1EB2FFC247AF6ED00AA6A24 /* Privyet.swift */; };
|
||||
E1EB2FFE247B2FFA00AA6A24 /* Sprites.atlas in Resources */ = {isa = PBXBuildFile; fileRef = E1EB2FE7247A380100AA6A24 /* Sprites.atlas */; };
|
||||
E1EB3001247E480300AA6A24 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E1EB2FFF247E480300AA6A24 /* LaunchScreen.storyboard */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@@ -56,7 +56,6 @@
|
||||
E1EB2FB9247A33F200AA6A24 /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameViewController.swift; sourceTree = "<group>"; };
|
||||
E1EB2FBC247A33F200AA6A24 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||
E1EB2FBE247A340600AA6A24 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
E1EB2FC1247A340600AA6A24 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
E1EB2FC3247A340600AA6A24 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
E1EB2FC8247A340700AA6A24 /* PrivyetTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PrivyetTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
E1EB2FCC247A340700AA6A24 /* PrivyetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrivyetTests.swift; sourceTree = "<group>"; };
|
||||
@@ -77,6 +76,7 @@
|
||||
E1EB2FF8247A5C8200AA6A24 /* SShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SShape.swift; sourceTree = "<group>"; };
|
||||
E1EB2FFA247A5E4200AA6A24 /* ZShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZShape.swift; sourceTree = "<group>"; };
|
||||
E1EB2FFC247AF6ED00AA6A24 /* Privyet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Privyet.swift; sourceTree = "<group>"; };
|
||||
E1EB3000247E480300AA6A24 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -127,6 +127,7 @@
|
||||
E1EB2FB0247A33F200AA6A24 /* Privyet */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E1EB2FFF247E480300AA6A24 /* LaunchScreen.storyboard */,
|
||||
E1EB2FB1247A33F200AA6A24 /* AppDelegate.swift */,
|
||||
E1EB2FB5247A33F200AA6A24 /* Actions.sks */,
|
||||
E1EB2FB7247A33F200AA6A24 /* GameScene.swift */,
|
||||
@@ -135,7 +136,6 @@
|
||||
E1EB2FE5247A37EB00AA6A24 /* Sounds */,
|
||||
E1EB2FBB247A33F200AA6A24 /* Main.storyboard */,
|
||||
E1EB2FBE247A340600AA6A24 /* Assets.xcassets */,
|
||||
E1EB2FC0247A340600AA6A24 /* LaunchScreen.storyboard */,
|
||||
E1EB2FC3247A340600AA6A24 /* Info.plist */,
|
||||
E1EB2FE8247A3CB900AA6A24 /* Array2D.swift */,
|
||||
E1EB2FEA247A408800AA6A24 /* Block.swift */,
|
||||
@@ -277,8 +277,8 @@
|
||||
E1EB2FFE247B2FFA00AA6A24 /* Sprites.atlas in Resources */,
|
||||
E1EB2FE6247A37EB00AA6A24 /* Sounds in Resources */,
|
||||
E1EB2FBD247A33F200AA6A24 /* Main.storyboard in Resources */,
|
||||
E1EB3001247E480300AA6A24 /* LaunchScreen.storyboard in Resources */,
|
||||
E1EB2FBF247A340600AA6A24 /* Assets.xcassets in Resources */,
|
||||
E1EB2FC2247A340600AA6A24 /* LaunchScreen.storyboard in Resources */,
|
||||
E1EB2FB6247A33F200AA6A24 /* Actions.sks in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -361,10 +361,10 @@
|
||||
name = Main.storyboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E1EB2FC0247A340600AA6A24 /* LaunchScreen.storyboard */ = {
|
||||
E1EB2FFF247E480300AA6A24 /* LaunchScreen.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
E1EB2FC1247A340600AA6A24 /* Base */,
|
||||
E1EB3000247E480300AA6A24 /* Base */,
|
||||
);
|
||||
name = LaunchScreen.storyboard;
|
||||
sourceTree = "<group>";
|
||||
|
||||
Reference in New Issue
Block a user