X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/175b0dbe8252c72e06fac90e8232f7ad4f40eb85..2d5efafe74f3788bfd3b3d8b1e8e13135a595ed5:/samples/minimal/minimal_iphone.xcodeproj/project.pbxproj diff --git a/samples/minimal/minimal_iphone.xcodeproj/project.pbxproj b/samples/minimal/minimal_iphone.xcodeproj/project.pbxproj index e9392b13b3..5795d349bd 100755 --- a/samples/minimal/minimal_iphone.xcodeproj/project.pbxproj +++ b/samples/minimal/minimal_iphone.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ 407A98E11370835D00E92356 /* minimal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 407A98E01370835D00E92356 /* minimal.cpp */; }; 407EE18312F04CD500D0F171 /* libwx_osx_iphone.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4074F5E912ED969C00693A3F /* libwx_osx_iphone.a */; }; 407EE18A12F04CF900D0F171 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 407EE18912F04CF900D0F171 /* AudioToolbox.framework */; }; + 40803704158A894A00EC5CA7 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40803703158A894A00EC5CA7 /* CoreText.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -35,6 +36,7 @@ 407A98E01370835D00E92356 /* minimal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minimal.cpp; sourceTree = ""; }; 407A98FA137084FB00E92356 /* Info_iphone.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info_iphone.plist; sourceTree = ""; }; 407EE18912F04CF900D0F171 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; + 40803703158A894A00EC5CA7 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; 409CBDC913B13C7100AB1F39 /* wxdebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxdebug.xcconfig; path = ../../build/osx/wxdebug.xcconfig; sourceTree = SOURCE_ROOT; }; 409CBDCA13B13C7100AB1F39 /* wxrelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxrelease.xcconfig; path = ../../build/osx/wxrelease.xcconfig; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ @@ -49,6 +51,7 @@ 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */, 407EE18312F04CD500D0F171 /* libwx_osx_iphone.a in Frameworks */, 407EE18A12F04CF900D0F171 /* AudioToolbox.framework in Frameworks */, + 40803704158A894A00EC5CA7 /* CoreText.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -93,6 +96,7 @@ 1D30AB110D05D00D00671497 /* Foundation.framework */, 288765FC0DF74451002DB57D /* CoreGraphics.framework */, 407EE18912F04CF900D0F171 /* AudioToolbox.framework */, + 40803703158A894A00EC5CA7 /* CoreText.framework */, ); name = Frameworks; sourceTree = ""; @@ -116,9 +120,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 1D6058900D05DD3D006BFB54 /* minimal_iphone */ = { + 1D6058900D05DD3D006BFB54 /* static */ = { isa = PBXNativeTarget; - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "minimal_iphone" */; + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "static" */; buildPhases = ( 1D60588D0D05DD3D006BFB54 /* Resources */, 1D60588E0D05DD3D006BFB54 /* Sources */, @@ -128,7 +132,7 @@ ); dependencies = ( ); - name = minimal_iphone; + name = static; productName = minimal_iphone; productReference = 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */; productType = "com.apple.product-type.application"; @@ -158,7 +162,7 @@ ); projectRoot = ""; targets = ( - 1D6058900D05DD3D006BFB54 /* minimal_iphone */, + 1D6058900D05DD3D006BFB54 /* static */, ); }; /* End PBXProject section */ @@ -199,6 +203,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */; buildSettings = { + OTHER_LDFLAGS = "-lz"; PRODUCT_NAME = minimal_iphone; }; name = Debug; @@ -236,7 +241,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "minimal_iphone" */ = { + 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "static" */ = { isa = XCConfigurationList; buildConfigurations = ( 1D6058940D05DD3E006BFB54 /* Debug */,