Skip to content

Commit ce3ed87

Browse files
authored
Release testing clean-up: example deployment target + bundle identifier (#959)
1 parent 20c7261 commit ce3ed87

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Examples/Example-iOS_ObjC/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '11.0'
1+
platform :ios, '12.0'
22

33
use_frameworks!
44

Examples/Example-iOS_Swift-SPM/Example.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@
293293
"@executable_path/Frameworks",
294294
);
295295
MARKETING_VERSION = 1.0;
296-
PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental0.dev;
297296
PRODUCT_NAME = "$(TARGET_NAME)";
298297
STRING_CATALOG_GENERATE_SYMBOLS = YES;
299298
SWIFT_APPROACHABLE_CONCURRENCY = YES;
@@ -322,7 +321,6 @@
322321
"@executable_path/Frameworks",
323322
);
324323
MARKETING_VERSION = 1.0;
325-
PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental0.dev;
326324
PRODUCT_NAME = "$(TARGET_NAME)";
327325
STRING_CATALOG_GENERATE_SYMBOLS = YES;
328326
SWIFT_APPROACHABLE_CONCURRENCY = YES;

0 commit comments

Comments
 (0)