summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-06-02 07:45:49 +0200
committerAndrej Mihajlov <and@mullvad.net>2022-06-02 12:44:39 +0200
commit29ebb186fd6562a17fa530f271776922ca27646d (patch)
tree3a5b7b2404556f6c7a7d4e691ea2ea799412e574 /.github/workflows
parente6714d142bb5d08c49d1f19884ea9bfd7d25290f (diff)
downloadmullvadvpn-29ebb186fd6562a17fa530f271776922ca27646d.tar.xz
mullvadvpn-29ebb186fd6562a17fa530f271776922ca27646d.zip
Xcode: add build config template
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ios.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 4963e34311..122c9881b9 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -37,6 +37,14 @@ jobs:
sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes
sudo ln -s /Applications/Xcode_11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 13.7.simruntime
+ - name: Configure Xcode project
+ run: |
+ cp Base.xcconfig.template Base.xcconfig
+ cp App.xcconfig.template App.xcconfig
+ cp PacketTunnel.xcconfig.template PacketTunnel.xcconfig
+ cp Screenshots.xcconfig.template Screenshots.xcconfig
+ working-directory: ios/Configurations
+
- name: Build and test
run: |
xcodebuild test \