Skip to content

Commit

Permalink
Update example apps' bundle IDs to com.connectrpc (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebello95 authored Nov 14, 2023
1 parent 2d4079b commit e19c6b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = build.buf.ElizaCocoaPodsApp;
PRODUCT_BUNDLE_IDENTIFIER = com.connectrpc.ElizaCocoaPodsApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down Expand Up @@ -445,7 +445,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = build.buf.ElizaCocoaPodsApp;
PRODUCT_BUNDLE_IDENTIFIER = com.connectrpc.ElizaCocoaPodsApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = ElizaSwiftPackageApp/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Eliza;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
Expand All @@ -371,7 +372,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = build.buf.ElizaSwiftPackageApp;
PRODUCT_BUNDLE_IDENTIFIER = com.connectrpc.ElizaSwiftPackageApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand All @@ -395,6 +396,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = ElizaSwiftPackageApp/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Eliza;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
Expand All @@ -404,7 +406,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = build.buf.ElizaSwiftPackageApp;
PRODUCT_BUNDLE_IDENTIFIER = com.connectrpc.ElizaSwiftPackageApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down
10 changes: 1 addition & 9 deletions Examples/ElizaSwiftPackageApp/ElizaSwiftPackageApp/Info.plist
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
<key>UISceneConfigurations</key>
<dict/>
</dict>
</dict>
<dict/>
</plist>

0 comments on commit e19c6b3

Please sign in to comment.