Skip to content

Commit aca9549

Browse files
Rename sample app package name
1 parent c3dec11 commit aca9549

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ EXTERNAL SOURCES:
2323
:path: ".symlinks/plugins/instabug_flutter/ios"
2424

2525
SPEC CHECKSUMS:
26-
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
26+
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
2727
Instabug: 28838c071edc50e4f13800e6877645d3b328aab9
2828
instabug_flutter: 65794e9f82acebde599e56cc6a2e74a17b69410e
2929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
3030

3131
PODFILE CHECKSUM: 082ec096394aa5e2e9254f7b7845847607911bda
3232

33-
COCOAPODS: 1.9.1
33+
COCOAPODS: 1.10.1

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@
622622
"$(inherited)",
623623
"$(PROJECT_DIR)/Flutter",
624624
);
625-
PRODUCT_BUNDLE_IDENTIFIER = com.example.InstabugSample;
625+
PRODUCT_BUNDLE_IDENTIFIER = com.instabug.InstabugSample;
626626
PRODUCT_NAME = "$(TARGET_NAME)";
627627
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
628628
SWIFT_VERSION = 5.0;
@@ -759,7 +759,7 @@
759759
"$(inherited)",
760760
"$(PROJECT_DIR)/Flutter",
761761
);
762-
PRODUCT_BUNDLE_IDENTIFIER = com.example.InstabugSample;
762+
PRODUCT_BUNDLE_IDENTIFIER = com.instabug.InstabugSample;
763763
PRODUCT_NAME = "$(TARGET_NAME)";
764764
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
765765
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -790,7 +790,7 @@
790790
"$(inherited)",
791791
"$(PROJECT_DIR)/Flutter",
792792
);
793-
PRODUCT_BUNDLE_IDENTIFIER = com.example.InstabugSample;
793+
PRODUCT_BUNDLE_IDENTIFIER = com.instabug.InstabugSample;
794794
PRODUCT_NAME = "$(TARGET_NAME)";
795795
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
796796
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)