Skip to content

Commit

Permalink
fixbug build for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Macbook authored and Macbook committed Dec 8, 2024
1 parent fee8d4b commit ea7b7b2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ client/ui_*.cpp
client/Makefile*
client/fastlane/build/
client/*build-*
client/AmneziaVPN.xcodeproj
client/ObscurifyVPN.xcodeproj
client/Debug-iphonesimulator/
client/amneziavpn_plugin_import.cpp
client/amneziavpn_qml_plugin_import.cpp
Expand Down
4 changes: 3 additions & 1 deletion client/ios/app/main.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<string>packet-tunnel-provider</string>
</array>
<key>com.apple.security.application-groups</key>
<array/>
<array>
<string>group.org.obscurify.ObscurifyVPN</string>
</array>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>keychain-access-groups</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<string>packet-tunnel-provider</string>
</array>
<key>com.apple.security.application-groups</key>
<array/>
<array>
<string>group.org.obscurify.ObscurifyVPN</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)group.org.obscurify.ObscurifyVPN</string>
Expand Down
2 changes: 1 addition & 1 deletion deploy/build_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mkdir -p $BUILD_DIR
echo "Project dir: ${PROJECT_DIR}"
echo "Build dir: ${BUILD_DIR}"

APP_NAME=AmneziaVPN
APP_NAME=ObscurifyVPN
APP_FILENAME=$APP_NAME.app
APP_DOMAIN=org.amneziavpn.package
PLIST_NAME=$APP_NAME.plist
Expand Down
2 changes: 1 addition & 1 deletion deploy/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mkdir -p $CQTDEPLOYER_DIR
echo "Project dir: ${PROJECT_DIR}"
echo "Build dir: ${BUILD_DIR}"

APP_NAME=AmneziaVPN
APP_NAME=ObscurifyVPN
APP_FILENAME=$APP_NAME.app
APP_DOMAIN=org.amneziavpn.package

Expand Down
2 changes: 1 addition & 1 deletion deploy/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BUILD_DIR=$DEPLOY_DIR/build
echo "Project dir: ${PROJECT_DIR}"
echo "Build dir: ${BUILD_DIR}"

APP_NAME=AmneziaVPN
APP_NAME=ObscurifyVPN
APP_FILENAME=$APP_NAME.app
APP_DOMAIN=org.amneziavpn.package
PLIST_NAME=$APP_NAME.plist
Expand Down

0 comments on commit ea7b7b2

Please sign in to comment.