Skip to content

Commit

Permalink
update bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jowparks committed Mar 28, 2024
1 parent 13a6465 commit 2208eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
ARCHIVE_PATH="$HOME/Library/Developer/Xcode/Archives/mobileapp/$(date +%Y%m%d%H%M%S)/mobileapp.xcarchive"
EXPORT_PATH="$HOME/Library/Developer/Xcode/Archives/mobileapp/$(date +%Y%m%d%H%M%S)/"
xcodebuild -workspace mobileapp.xcworkspace -scheme "mobileapp" clean archive -sdk iphoneos -archivePath $ARCHIVE_PATH -allowProvisioningUpdates DEVELOPMENT_TEAM=9WR79D873L
xcodebuild -workspace mobileapp.xcworkspace -scheme "mobileapp" clean archive -sdk iphoneos -archivePath $ARCHIVE_PATH -allowProvisioningUpdates DEVELOPMENT_TEAM=9WR79D873L PROVISIONING_PROFILE_SPECIFIER=AppStoreMobileAppProfile
xcodebuild -exportArchive -archivePath $ARCHIVE_PATH -exportOptionsPlist $EXPORT_OPTIONS_APP_STORE_PATH -exportPath $EXPORT_PATH -allowProvisioningUpdates
echo "Collecting artifacts.."
cp -R "${ARCHIVE_PATH}/dSYMs" .
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile-app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.ironfish.mobileapp"
"bundleIdentifier": "network.iflabs.mobileapp"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.ironfish.mobileapp"
"package": "network.iflabs.mobileapp"
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit 2208eca

Please sign in to comment.