diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-12-15 10:57:58 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-12-15 10:57:58 +0100 |
| commit | f9ba120a933282cc19631678177451eef2db1880 (patch) | |
| tree | 2dbeaa779b13d84404f23ef0a3a44f59065f1e1f /ios/Configurations | |
| parent | 45f5f603506b37e5dbc00e3677e1a55e0a3140b1 (diff) | |
| parent | 59f7b3c6e06d32830d43f10c55304f7935d11664 (diff) | |
| download | mullvadvpn-f9ba120a933282cc19631678177451eef2db1880.tar.xz mullvadvpn-f9ba120a933282cc19631678177451eef2db1880.zip | |
Merge branch 'fix-release-config'
Diffstat (limited to 'ios/Configurations')
| -rw-r--r-- | ios/Configurations/.gitignore | 5 | ||||
| -rw-r--r-- | ios/Configurations/App.xcconfig.template | 2 | ||||
| -rw-r--r-- | ios/Configurations/Base.xcconfig.template | 4 | ||||
| -rw-r--r-- | ios/Configurations/PacketTunnel.xcconfig.template | 2 |
4 files changed, 7 insertions, 6 deletions
diff --git a/ios/Configurations/.gitignore b/ios/Configurations/.gitignore index 974fcd39de..4970465fde 100644 --- a/ios/Configurations/.gitignore +++ b/ios/Configurations/.gitignore @@ -1,4 +1 @@ -Base.xcconfig -App.xcconfig -PacketTunnel.xcconfig -Screenshots.xcconfig +*.xcconfig diff --git a/ios/Configurations/App.xcconfig.template b/ios/Configurations/App.xcconfig.template index 5725f32dd0..506d7df9a6 100644 --- a/ios/Configurations/App.xcconfig.template +++ b/ios/Configurations/App.xcconfig.template @@ -3,4 +3,4 @@ // Provisioning profiles // Comment out the lines below if using automatic code sign PROVISIONING_PROFILE_SPECIFIER[config=Debug][sdk=*][arch=*] = Mullvad VPN Development -PROVISIONING_PROFILE_SPECIFIER[config=Release][sdk=*][arch=*] = Mullvad VPN Distribution +PROVISIONING_PROFILE_SPECIFIER[config=Release][sdk=*][arch=*] = Mullvad VPN Release diff --git a/ios/Configurations/Base.xcconfig.template b/ios/Configurations/Base.xcconfig.template index 6861503a66..9d0fe39d9e 100644 --- a/ios/Configurations/Base.xcconfig.template +++ b/ios/Configurations/Base.xcconfig.template @@ -10,3 +10,7 @@ SECURITY_GROUP_IDENTIFIER = group.net.mullvad.MullvadVPN // Code signing style // Possible values: Manual or Automatic CODE_SIGN_STYLE = Manual + +// Code signing identity +CODE_SIGN_IDENTITY[config=Debug] = Apple Development +CODE_SIGN_IDENTITY[config=Release] = Apple Distribution diff --git a/ios/Configurations/PacketTunnel.xcconfig.template b/ios/Configurations/PacketTunnel.xcconfig.template index 5783ab6d49..e5a5e39097 100644 --- a/ios/Configurations/PacketTunnel.xcconfig.template +++ b/ios/Configurations/PacketTunnel.xcconfig.template @@ -3,4 +3,4 @@ // Provisioning profiles // Comment out the lines below if using automatic code sign PROVISIONING_PROFILE_SPECIFIER[config=Debug][sdk=*][arch=*] = Packet Tunnel Development -PROVISIONING_PROFILE_SPECIFIER[config=Release][sdk=*][arch=*] = Packet Tunnel Distribution +PROVISIONING_PROFILE_SPECIFIER[config=Release][sdk=*][arch=*] = Packet Tunnel Release |
