Skip to content

Commit

Permalink
Update iOS app bundle identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgeffroy committed Jan 21, 2024
1 parent 7dc4e01 commit 41be8f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo-app/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mantano.example;
PRODUCT_BUNDLE_IDENTIFIER = com.mantano.iridium.app;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -561,7 +561,7 @@
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mantano.example;
PRODUCT_BUNDLE_IDENTIFIER = com.mantano.iridium.app;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -596,7 +596,7 @@
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mantano.example;
PRODUCT_BUNDLE_IDENTIFIER = com.mantano.iridium.app;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down

0 comments on commit 41be8f8

Please sign in to comment.