Skip to content

Commit

Permalink
Add some extra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-amisha-i committed Mar 29, 2024
1 parent 85f358c commit 3628c49
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install_dist_profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ mkdir -p "$HOME/Library/MobileDevice/Provisioning Profiles"
# Copy the provisioning profile where Xcode can find it
cp "${DIST_PROFILE_FILE}" "$HOME/Library/MobileDevice/Provisioning Profiles/${BUILD_PROVISION_UUID}.mobileprovision"

# Lock the keychain
security lock-keychain "$BUILD_KEYCHAIN"

# clean
rm -fr -- *.mobileprovision
rm -fr -- ./*.mobileprovision

0 comments on commit 3628c49

Please sign in to comment.