Skip to content

Commit

Permalink
fixup! Cmake related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Mar 9, 2025
1 parent 57249ae commit 9315b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/build_macos_ne.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ echo "____________________________________"
echo "Deploying MAC Network Extension App..."

mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles/
echo $APPSTORE_CONNECT_MAC_PROVISIONING_BASE64 | base64 --decode > ~/Library/MobileDevice/Provisioning\ Profiles/macos_app.mobileprovision
echo $APPSTORE_CONNECT_MAC_NE_PROVISIONING_BASE64 | base64 --decode > ~/Library/MobileDevice/Provisioning\ Profiles/macos_ne.mobileprovision
echo $MAC_APP_PROVISIONING_PROFILE | base64 --decode > ~/Library/MobileDevice/Provisioning\ Profiles/macos_app.mobileprovision
echo $MAC_NE_PROVISIONING_PROFILE | base64 --decode > ~/Library/MobileDevice/Provisioning\ Profiles/macos_ne.mobileprovision

echo "xcode build"
xcodebuild \
Expand Down

0 comments on commit 9315b7d

Please sign in to comment.