Skip to content

Commit fd825f4

Browse files
committed
Change sample bundle id
1 parent f44859f commit fd825f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/sample-crashlytics/ios/ios.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"@executable_path/Frameworks",
383383
);
384384
MARKETING_VERSION = 0.1.1;
385-
PRODUCT_BUNDLE_IDENTIFIER = co.touchlab.crashkios.dynamic.ios;
385+
PRODUCT_BUNDLE_IDENTIFIER = co.touchlab.crashkios.sample;
386386
PRODUCT_NAME = "$(TARGET_NAME)";
387387
SWIFT_EMIT_LOC_STRINGS = YES;
388388
SWIFT_VERSION = 5.0;
@@ -414,7 +414,7 @@
414414
"@executable_path/Frameworks",
415415
);
416416
MARKETING_VERSION = 0.1.1;
417-
PRODUCT_BUNDLE_IDENTIFIER = co.touchlab.crashkios.dynamic.ios;
417+
PRODUCT_BUNDLE_IDENTIFIER = co.touchlab.crashkios.sample;
418418
PRODUCT_NAME = "$(TARGET_NAME)";
419419
SWIFT_EMIT_LOC_STRINGS = YES;
420420
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)