diff --git a/dist/ios/platform/xcode/Super Sphere II.xcodeproj/project.pbxproj b/dist/ios/platform/xcode/Super Sphere II.xcodeproj/project.pbxproj index 595bfa1..a39e75f 100644 --- a/dist/ios/platform/xcode/Super Sphere II.xcodeproj/project.pbxproj +++ b/dist/ios/platform/xcode/Super Sphere II.xcodeproj/project.pbxproj @@ -17,7 +17,7 @@ A9D307F2106635D3004FEDF8 /* physfs.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A9D307E9106635C3004FEDF8 /* physfs.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; A9F169AC109E825000FC83D1 /* mpg123.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A9F169A6109E824900FC83D1 /* mpg123.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; A9F169AD109E825000FC83D1 /* libmodplug.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A9F16926109E7BAD00FC83D1 /* libmodplug.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - D238868F1F1EB64400C0A611 /* supersphere.love in Resources */ = {isa = PBXBuildFile; fileRef = D238868E1F1EB64400C0A611 /* supersphere.love */; }; + D209957C1F2555970063B52C /* supersphere2-ios.love in Resources */ = {isa = PBXBuildFile; fileRef = D209957B1F2555970063B52C /* supersphere2-ios.love */; }; FA0797991BF480A200034B7C /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA0797981BF480A200034B7C /* GameController.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; FA08F69616C766E000F007B5 /* love.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA08F69116C765A200F007B5 /* love.framework */; }; FA08F69716C766E700F007B5 /* love.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FA08F69116C765A200F007B5 /* love.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; @@ -111,7 +111,7 @@ A9D307E9106635C3004FEDF8 /* physfs.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = physfs.framework; path = /Library/Frameworks/physfs.framework; sourceTree = ""; }; A9F16926109E7BAD00FC83D1 /* libmodplug.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libmodplug.framework; path = /Library/Frameworks/libmodplug.framework; sourceTree = ""; }; A9F169A6109E824900FC83D1 /* mpg123.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = mpg123.framework; path = /Library/Frameworks/mpg123.framework; sourceTree = ""; }; - D238868E1F1EB64400C0A611 /* supersphere.love */ = {isa = PBXFileReference; lastKnownFileType = file; name = supersphere.love; path = ../../../supersphere.love; sourceTree = ""; }; + D209957B1F2555970063B52C /* supersphere2-ios.love */ = {isa = PBXFileReference; lastKnownFileType = file; name = "supersphere2-ios.love"; path = "../../../supersphere2-ios.love"; sourceTree = ""; }; D2D8C9EA1F206F1B005F2A12 /* love.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = love.entitlements; sourceTree = ""; }; FA0797981BF480A200034B7C /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.1.sdk/System/Library/Frameworks/GameController.framework; sourceTree = DEVELOPER_DIR; }; FA08F69116C765A200F007B5 /* love.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = love.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -206,7 +206,7 @@ 29B97317FDCFA39411CA2CEA /* Resources */ = { isa = PBXGroup; children = ( - D238868E1F1EB64400C0A611 /* supersphere.love */, + D209957B1F2555970063B52C /* supersphere2-ios.love */, FAC1A448196F5DC600125284 /* license.txt */, ); name = Resources; @@ -399,8 +399,8 @@ buildActionMask = 2147483647; files = ( FA5D249C1A96CF4300C6FC8F /* Images.xcassets in Resources */, + D209957C1F2555970063B52C /* supersphere2-ios.love in Resources */, FA7C636A1A9C49570000FD29 /* Launch Screen.xib in Resources */, - D238868F1F1EB64400C0A611 /* supersphere.love in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/dist/ios/platform/xcode/Super Sphere II.xcodeproj/project.xcworkspace/xcuserdata/kennethreitz.xcuserdatad/UserInterfaceState.xcuserstate b/dist/ios/platform/xcode/Super Sphere II.xcodeproj/project.xcworkspace/xcuserdata/kennethreitz.xcuserdatad/UserInterfaceState.xcuserstate index bb32ebe..30b98dd 100644 Binary files a/dist/ios/platform/xcode/Super Sphere II.xcodeproj/project.xcworkspace/xcuserdata/kennethreitz.xcuserdatad/UserInterfaceState.xcuserstate and b/dist/ios/platform/xcode/Super Sphere II.xcodeproj/project.xcworkspace/xcuserdata/kennethreitz.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/dist/ios/platform/xcode/Super Sphere II.xcodeproj/xcuserdata/kennethreitz.xcuserdatad/xcschemes/love-ios.xcscheme b/dist/ios/platform/xcode/Super Sphere II.xcodeproj/xcuserdata/kennethreitz.xcuserdatad/xcschemes/love-ios.xcscheme index 102c9b8..c3cb934 100644 --- a/dist/ios/platform/xcode/Super Sphere II.xcodeproj/xcuserdata/kennethreitz.xcuserdatad/xcschemes/love-ios.xcscheme +++ b/dist/ios/platform/xcode/Super Sphere II.xcodeproj/xcuserdata/kennethreitz.xcuserdatad/xcschemes/love-ios.xcscheme @@ -15,7 +15,7 @@ @@ -34,7 +34,7 @@ @@ -58,7 +58,7 @@ @@ -77,7 +77,7 @@