mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 03:37:39 +00:00
Fix code signing issue
This commit is contained in:
parent
0aa8f23789
commit
3eae83da3b
@ -429,7 +429,7 @@
|
|||||||
TargetAttributes = {
|
TargetAttributes = {
|
||||||
3E6CC3521CF2A94B00E00A70 = {
|
3E6CC3521CF2A94B00E00A70 = {
|
||||||
CreatedOnToolsVersion = 7.3.1;
|
CreatedOnToolsVersion = 7.3.1;
|
||||||
DevelopmentTeam = AP9PJ45KS8;
|
DevelopmentTeam = TYC89UNAS3;
|
||||||
};
|
};
|
||||||
3E6CC3681CF2A94B00E00A70 = {
|
3E6CC3681CF2A94B00E00A70 = {
|
||||||
CreatedOnToolsVersion = 7.3.1;
|
CreatedOnToolsVersion = 7.3.1;
|
||||||
|
|||||||
@ -58,13 +58,13 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>NSAppTransportSecurity</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSIncludeSubdomains</key>
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSExceptionMinimumTLSVersion</key>
|
<key>NSExceptionMinimumTLSVersion</key>
|
||||||
<string>TLSv1.1</string>
|
<string>TLSv1.1</string>
|
||||||
<key>NSAllowsArbitraryLoads</key>
|
<key>NSIncludeSubdomains</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
<key>UILaunchStoryboardName</key>
|
<key>UILaunchStoryboardName</key>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user