]> git.saurik.com Git - wxWidgets.git/blobdiff - build/osx/wxiphone_in.xcodeproj/project.pbxproj
simplify code setting backing pixmap
[wxWidgets.git] / build / osx / wxiphone_in.xcodeproj / project.pbxproj
index a43bcb7f6806727e9ca36a59cddc764b69912d68..8ab56438d72c8f0289a6a3e7bcd01cd40f3613ae 100644 (file)
@@ -12,6 +12,8 @@
 
 /* Begin PBXFileReference section */
                404BECEE10EBF6330080E2B8 /* wxiphone.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxiphone.xcconfig; sourceTree = "<group>"; };
+               409120DB13B24EC2004109E0 /* wxdebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxdebug.xcconfig; sourceTree = "<group>"; };
+               409120DC13B24EC2004109E0 /* wxrelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxrelease.xcconfig; sourceTree = "<group>"; };
                AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
                D2AAC07E0554694100DB518D /* libwx_osx_iphone.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwx_osx_iphone.a; sourceTree = BUILT_PRODUCTS_DIR; };
 /* End PBXFileReference section */
@@ -42,6 +44,8 @@
                                0867D69AFE84028FC02AAC07 /* Frameworks */,
                                034768DFFF38A50411DB9C8B /* Products */,
                                404BECEE10EBF6330080E2B8 /* wxiphone.xcconfig */,
+                               409120DB13B24EC2004109E0 /* wxdebug.xcconfig */,
+                               409120DC13B24EC2004109E0 /* wxrelease.xcconfig */,
                        );
                        name = wxiPhone;
                        sourceTree = "<group>";
                        isa = XCBuildConfiguration;
                        baseConfigurationReference = 404BECEE10EBF6330080E2B8 /* wxiphone.xcconfig */;
                        buildSettings = {
-                               ARCHS = "$(ARCHS_STANDARD_32_BIT)";
-                               COPY_PHASE_STRIP = NO;
-                               DSTROOT = /tmp/wxiPhone.dst;
-                               GCC_DYNAMIC_NO_PIC = NO;
-                               GCC_MODEL_TUNING = G5;
-                               GCC_OPTIMIZATION_LEVEL = 0;
-                               GCC_PREPROCESSOR_DEFINITIONS = (
-                                       "$(GCC_PREPROCESSOR_DEFINITIONS)",
-                                       "__WXDEBUG__=1",
-                               );
-                               INSTALL_PATH = /usr/local/lib;
                        };
                        name = Debug;
                };
                        isa = XCBuildConfiguration;
                        baseConfigurationReference = 404BECEE10EBF6330080E2B8 /* wxiphone.xcconfig */;
                        buildSettings = {
-                               ARCHS = "$(ARCHS_STANDARD_32_BIT)";
-                               DSTROOT = /tmp/wxiPhone.dst;
-                               GCC_MODEL_TUNING = G5;
-                               INSTALL_PATH = /usr/local/lib;
-                               PRODUCT_NAME = wx_osx_iphone;
                        };
                        name = Release;
                };
                1DEB922308733DC00010E9CD /* Debug */ = {
                        isa = XCBuildConfiguration;
+                       baseConfigurationReference = 409120DB13B24EC2004109E0 /* wxdebug.xcconfig */;
                        buildSettings = {
-                               ARCHS = "$(ARCHS_STANDARD_32_BIT)";
-                               GCC_OPTIMIZATION_LEVEL = 0;
-                               GCC_WARN_ABOUT_RETURN_TYPE = YES;
-                               GCC_WARN_UNUSED_VARIABLE = YES;
-                               OTHER_LDFLAGS = "-ObjC";
-                               SDKROOT = iphoneos;
                                WXROOT = "$(PROJECT_DIR)/../..";
                        };
                        name = Debug;
                };
                1DEB922408733DC00010E9CD /* Release */ = {
                        isa = XCBuildConfiguration;
+                       baseConfigurationReference = 409120DC13B24EC2004109E0 /* wxrelease.xcconfig */;
                        buildSettings = {
-                               ARCHS = "$(ARCHS_STANDARD_32_BIT)";
-                               GCC_WARN_ABOUT_RETURN_TYPE = YES;
-                               GCC_WARN_UNUSED_VARIABLE = YES;
-                               OTHER_LDFLAGS = "-ObjC";
-                               SDKROOT = iphoneos;
                                WXROOT = "$(PROJECT_DIR)/../..";
                        };
                        name = Release;