From e8dfd010168a2e2f95d2c88631e5fb504cee896d Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 6 Dec 2011 18:18:36 +0100 Subject: [PATCH] Ensure YourApp is referenced in the xcode project --- app/YourApp/.empty | 0 app/iOS-python-test.xcodeproj/project.pbxproj | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 app/YourApp/.empty diff --git a/app/YourApp/.empty b/app/YourApp/.empty new file mode 100644 index 0000000..e69de29 diff --git a/app/iOS-python-test.xcodeproj/project.pbxproj b/app/iOS-python-test.xcodeproj/project.pbxproj index c1b587c..241495c 100755 --- a/app/iOS-python-test.xcodeproj/project.pbxproj +++ b/app/iOS-python-test.xcodeproj/project.pbxproj @@ -25,6 +25,7 @@ 59994DB1148E558600863906 /* libSDL.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 59994DAC148E558600863906 /* libSDL.a */; }; 59994DB3148E564400863906 /* lib in Resources */ = {isa = PBXBuildFile; fileRef = 59994DB2148E564400863906 /* lib */; }; 59994E35148E815300863906 /* include in Resources */ = {isa = PBXBuildFile; fileRef = 59994E34148E815300863906 /* include */; }; + 59994E3B148E85C800863906 /* YourApp in Resources */ = {isa = PBXBuildFile; fileRef = 59994E3A148E85C800863906 /* YourApp */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -47,6 +48,7 @@ 59994DAC148E558600863906 /* libSDL.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL.a; path = ../build/lib/libSDL.a; sourceTree = ""; }; 59994DB2148E564400863906 /* lib */ = {isa = PBXFileReference; lastKnownFileType = folder; name = lib; path = ../build/python/lib; sourceTree = SOURCE_ROOT; }; 59994E34148E815300863906 /* include */ = {isa = PBXFileReference; lastKnownFileType = folder; name = include; path = ../build/python/include; sourceTree = SOURCE_ROOT; }; + 59994E3A148E85C800863906 /* YourApp */ = {isa = PBXFileReference; lastKnownFileType = folder; path = YourApp; sourceTree = ""; }; 8D1107310486CEB800E47090 /* iOS_python_test-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "iOS_python_test-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -113,6 +115,7 @@ 29B97317FDCFA39411CA2CEA /* Resources */ = { isa = PBXGroup; children = ( + 59994E3A148E85C800863906 /* YourApp */, 59994E34148E815300863906 /* include */, 59994DB2148E564400863906 /* lib */, 01532DA9137C099F0076F6BF /* icon.png */, @@ -197,6 +200,7 @@ 01532DAA137C099F0076F6BF /* icon.png in Resources */, 59994DB3148E564400863906 /* lib in Resources */, 59994E35148E815300863906 /* include in Resources */, + 59994E3B148E85C800863906 /* YourApp in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };