]> git.wincent.com - fusion-crash-reporter.git/commitdiff
Adjust product name and bundle identifier
authorWincent Colaiuta <win@wincent.com>
Sun, 7 Nov 2010 21:22:45 +0000 (22:22 +0100)
committerWincent Colaiuta <win@wincent.com>
Sun, 7 Nov 2010 21:22:45 +0000 (22:22 +0100)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Info.plist
fusion-crash-reporter.xcodeproj/project.pbxproj

index 2d084245d428b7dc3b3de1f3799e1b48c0201546..2bd8054dd2a6abed5cc97c9512900bd69e243576 100644 (file)
@@ -11,7 +11,7 @@
        <key>CFBundleIconFile</key>
        <string></string>
        <key>CFBundleIdentifier</key>
-       <string>com.yourcompany.${PRODUCT_NAME:rfc1034Identifier}</string>
+       <string>com.wincent.fusion.crash-reporter</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundlePackageType</key>
index 15e37c71fd1b15f78d25ccac26acbbb557e09cfa..1ed737bdaff28f7c38674c0abd97c67331ee7613 100644 (file)
@@ -15,7 +15,7 @@
                089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
                089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
                1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
-               8D5B49B6048680CD000E48DA /* fusion-crash-reporter.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "fusion-crash-reporter.bundle"; sourceTree = BUILT_PRODUCTS_DIR; };
+               8D5B49B6048680CD000E48DA /* WOFCrashReporter.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WOFCrashReporter.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
                8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
                BC506CB712874F30006F0550 /* buildtools */ = {isa = PBXFileReference; lastKnownFileType = folder; path = buildtools; sourceTree = "<group>"; };
                BC506CE512874F7D006F0550 /* base-style.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "base-style.xcconfig"; path = "buildtools/base-style.xcconfig"; sourceTree = "<group>"; };
@@ -99,7 +99,7 @@
                19C28FB8FE9D52D311CA2CBB /* Products */ = {
                        isa = PBXGroup;
                        children = (
-                               8D5B49B6048680CD000E48DA /* fusion-crash-reporter.bundle */,
+                               8D5B49B6048680CD000E48DA /* WOFCrashReporter.bundle */,
                        );
                        name = Products;
                        sourceTree = "<group>";
                        name = "fusion-crash-reporter";
                        productInstallPath = "$(HOME)/Library/Bundles";
                        productName = "fusion-crash-reporter";
-                       productReference = 8D5B49B6048680CD000E48DA /* fusion-crash-reporter.bundle */;
+                       productReference = 8D5B49B6048680CD000E48DA /* WOFCrashReporter.bundle */;
                        productType = "com.apple.product-type.bundle";
                };
 /* End PBXNativeTarget section */
                        baseConfigurationReference = BC506CF712874FC0006F0550 /* fusion-plugin-target.xcconfig */;
                        buildSettings = {
                                INFOPLIST_FILE = Info.plist;
-                               PRODUCT_NAME = "fusion-crash-reporter";
+                               PRODUCT_NAME = WOFCrashReporter;
                        };
                        name = Debug;
                };
                        baseConfigurationReference = BC506CF712874FC0006F0550 /* fusion-plugin-target.xcconfig */;
                        buildSettings = {
                                INFOPLIST_FILE = Info.plist;
-                               PRODUCT_NAME = "fusion-crash-reporter";
+                               PRODUCT_NAME = WOFCrashReporter;
                        };
                        name = Release;
                };