]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/minimal_iphone.xcodeproj/project.pbxproj
adding CoreText
[wxWidgets.git] / samples / minimal / minimal_iphone.xcodeproj / project.pbxproj
index e9392b13b3395dfd05ff89738692aabd816b69d4..5795d349bde698eb51e6e2dd375c718b343f3f59 100755 (executable)
@@ -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 = "<group>"; };
                407A98FA137084FB00E92356 /* Info_iphone.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info_iphone.plist; sourceTree = "<group>"; };
                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 = "<group>";
 /* 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 */,
                        );
                        dependencies = (
                        );
-                       name = minimal_iphone;
+                       name = static;
                        productName = minimal_iphone;
                        productReference = 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */;
                        productType = "com.apple.product-type.application";
                        );
                        projectRoot = "";
                        targets = (
-                               1D6058900D05DD3D006BFB54 /* minimal_iphone */,
+                               1D6058900D05DD3D006BFB54 /* static */,
                        );
                };
 /* End PBXProject section */
                        isa = XCBuildConfiguration;
                        baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
                        buildSettings = {
+                               OTHER_LDFLAGS = "-lz";
                                PRODUCT_NAME = minimal_iphone;
                        };
                        name = Debug;
 /* 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 */,