Skip to content

Commit

Permalink
move to main TCA bundle id
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber committed Dec 11, 2023
1 parent 98ca142 commit e619d7b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "de.tum.tca-flutter";
PRODUCT_BUNDLE_IDENTIFIER = de.tum.tca;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -579,7 +579,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "de.tum.tca-flutter";
PRODUCT_BUNDLE_IDENTIFIER = de.tum.tca;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -613,7 +613,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "de.tum.tca-flutter";
PRODUCT_BUNDLE_IDENTIFIER = de.tum.tca;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
16 changes: 8 additions & 8 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>de</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
Expand All @@ -19,6 +14,11 @@
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>de</string>
</array>
<key>CFBundleName</key>
<string>campus_flutter</string>
<key>CFBundlePackageType</key>
Expand All @@ -35,9 +35,9 @@
<array>
<string>comgooglemaps</string>
<string>waze</string>
<string>https</string>
<string>tel</string>
<string>mailto</string>
<string>https</string>
<string>tel</string>
<string>mailto</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platform :ios do
update_code_signing_settings(
use_automatic_signing: false,
targets: 'Runner',
profile_name: 'match AppStore de.tum.tca-flutter 1688586317',
profile_name: 'match AppStore de.tum.tca',
code_sign_identity: "iPhone Distribution",
sdk: "iphoneos*",
team_id: "2J3C6P6X3N"
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git_url("[email protected]:TUM-Dev/Campus-Flutter-Match.git")
storage_mode("git")
type("appstore")
app_identifier(["de.tum.tca-flutter"])
app_identifier(["de.tum.tca"])

0 comments on commit e619d7b

Please sign in to comment.