Skip to content

Commit

Permalink
Update BundleID
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Jul 21, 2015
1 parent fa7eae0 commit 885bcec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>YOGraphImageKit Demo App (watchOS) Extension</string>
<string>YOChartImageKit Demo App (watchOS) Extension</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -27,7 +27,7 @@
<key>NSExtensionAttributes</key>
<dict>
<key>WKAppBundleIdentifier</key>
<string>com.yasuoza.demo.yographimagekit.watchkitapp</string>
<string>com.yasuoza.demo.yochartimagekit.watchkitapp</string>
</dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.watchkit</string>
Expand Down
4 changes: 2 additions & 2 deletions Example/YOGraphImageKit Demo App (watchOS)/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>YOGraphImageKit Demo</string>
<string>YOChartImageKit Demo</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -28,7 +28,7 @@
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>WKCompanionAppBundleIdentifier</key>
<string>com.yasuoza.demo.yographimagekit</string>
<string>com.yasuoza.demo.yochartimagekit</string>
<key>WKWatchKitApp</key>
<true/>
</dict>
Expand Down
20 changes: 10 additions & 10 deletions YOChartImageKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
INFOPLIST_FILE = "Source/YOGraphImageKit (watchOS)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.yasuoza.watchosframework.YOGraphImageKit--watchOS-";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.watchosframework.YOChartImageKit;
PRODUCT_NAME = YOChartImageKit;
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -668,7 +668,7 @@
INFOPLIST_FILE = "Source/YOGraphImageKit (watchOS)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.yasuoza.watchosframework.YOGraphImageKit--watchOS-";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.watchosframework.YOChartImageKit;
PRODUCT_NAME = YOChartImageKit;
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -685,7 +685,7 @@
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
INFOPLIST_FILE = "Example/YOGraphImageKit Demo App (watchOS) Extension/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yographimagekit.watchkitapp.watchkitextension;
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yochartimagekit.watchkitapp.watchkitextension;
PRODUCT_NAME = "YOChartImageKit Demo";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -700,7 +700,7 @@
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
INFOPLIST_FILE = "Example/YOGraphImageKit Demo App (watchOS) Extension/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yographimagekit.watchkitapp.watchkitextension;
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yochartimagekit.watchkitapp.watchkitextension;
PRODUCT_NAME = "YOChartImageKit Demo";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -717,7 +717,7 @@
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
IBSC_MODULE = YOChartImageKit_Demo_App__watchOS__Extension;
INFOPLIST_FILE = "Example/YOGraphImageKit Demo App (watchOS)/Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yographimagekit.watchkitapp;
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yochartimagekit.watchkitapp;
PRODUCT_NAME = "YOChartImageKit Demo";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -734,7 +734,7 @@
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
IBSC_MODULE = YOChartImageKit_Demo_App__watchOS__Extension;
INFOPLIST_FILE = "Example/YOGraphImageKit Demo App (watchOS)/Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yographimagekit.watchkitapp;
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yochartimagekit.watchkitapp;
PRODUCT_NAME = "YOChartImageKit Demo";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -756,7 +756,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.yasuoza.iosframework.YOGraphImageKit--iOS-";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.iosframework.YOChartImageKit;
PRODUCT_NAME = YOChartImageKit;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -778,7 +778,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.yasuoza.iosframework.YOGraphImageKit--iOS-";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.iosframework.YOChartImageKit;
PRODUCT_NAME = YOChartImageKit;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -874,7 +874,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = "Example/YOGraphImageKit Demo App (iOS)/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yographimagekit;
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yochartimagekit;
PRODUCT_NAME = "YOChartImageKit Demo";
};
name = Debug;
Expand All @@ -885,7 +885,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = "Example/YOGraphImageKit Demo App (iOS)/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yographimagekit;
PRODUCT_BUNDLE_IDENTIFIER = com.yasuoza.demo.yochartimagekit;
PRODUCT_NAME = "YOChartImageKit Demo";
};
name = Release;
Expand Down

0 comments on commit 885bcec

Please sign in to comment.