]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
osx: Perform project upgrades suggested by latest Xcode
authorMartin Willi <martin@revosec.ch>
Wed, 24 Aug 2016 18:17:18 +0000 (20:17 +0200)
committerMartin Willi <martin@revosec.ch>
Wed, 24 Aug 2016 18:17:18 +0000 (20:17 +0200)
src/frontends/osx/charon-xpc/charon-xpc-Info.plist
src/frontends/osx/strongSwan.xcodeproj/project.pbxproj
src/frontends/osx/strongSwan/strongSwan-Info.plist

index 85e2e4dc2cdfedf54dc31f6732ce41e73f66ee45..ee235e0e2928ec69e71a440f09ad6cc88137be71 100644 (file)
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
        <key>CFBundleIdentifier</key>
-       <string>org.strongswan.charon-xpc</string>
+       <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
index 90e23359817c62d1242e56344d7496f7002c4fb4..ce23e8f1d71f4ec7156a9cd47ce83a361563eff6 100644 (file)
                5BD1CCA31726DB0100587077 /* Project object */ = {
                        isa = PBXProject;
                        attributes = {
-                               LastUpgradeCheck = 0620;
+                               LastUpgradeCheck = 0730;
                                ORGANIZATIONNAME = "revosec AG";
                        };
                        buildConfigurationList = 5BD1CCA61726DB0100587077 /* Build configuration list for PBXProject "strongSwan" */;
                                CLANG_WARN_EMPTY_BODY = YES;
                                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                                COPY_PHASE_STRIP = NO;
+                               ENABLE_TESTABILITY = YES;
                                GCC_C_LANGUAGE_STANDARD = gnu99;
                                GCC_DYNAMIC_NO_PIC = NO;
                                GCC_ENABLE_OBJC_EXCEPTIONS = YES;
                                GCC_PREFIX_HEADER = "strongSwan/strongSwan-Prefix.pch";
                                INFOPLIST_FILE = "strongSwan/strongSwan-Info.plist";
                                MACOSX_DEPLOYMENT_TARGET = 10.7;
+                               PRODUCT_BUNDLE_IDENTIFIER = org.strongswan.osx;
                                PRODUCT_NAME = "$(TARGET_NAME)";
                                PROVISIONING_PROFILE = "";
                                SDKROOT = macosx;
                                GCC_PREFIX_HEADER = "strongSwan/strongSwan-Prefix.pch";
                                INFOPLIST_FILE = "strongSwan/strongSwan-Info.plist";
                                MACOSX_DEPLOYMENT_TARGET = 10.7;
+                               PRODUCT_BUNDLE_IDENTIFIER = org.strongswan.osx;
                                PRODUCT_NAME = "$(TARGET_NAME)";
                                PROVISIONING_PROFILE = "";
                                SDKROOT = macosx;
                                        __launchd_plist,
                                        "charon-xpc/charon-xpc-Launchd.plist",
                                );
+                               PRODUCT_BUNDLE_IDENTIFIER = "org.strongswan.charon-xpc";
                                PRODUCT_NAME = "org.strongswan.charon-xpc";
                                PROVISIONING_PROFILE = "";
                                SDKROOT = macosx;
                                        __launchd_plist,
                                        "charon-xpc/charon-xpc-Launchd.plist",
                                );
+                               PRODUCT_BUNDLE_IDENTIFIER = "org.strongswan.charon-xpc";
                                PRODUCT_NAME = "org.strongswan.charon-xpc";
                                PROVISIONING_PROFILE = "";
                                SDKROOT = macosx;
index d0c268612f64dc42eebadb587131492b72a67c52..cd02dd48fb0d9c410c5ef3ee842c8783b3fc796e 100644 (file)
@@ -9,7 +9,7 @@
        <key>CFBundleIconFile</key>
        <string>icon-large.icns</string>
        <key>CFBundleIdentifier</key>
-       <string>org.strongswan.osx</string>
+       <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>