Fix code signing issue

This commit is contained in:
Cole Alban 2016-08-25 19:42:12 -04:00
parent 0aa8f23789
commit 3eae83da3b
3 changed files with 3 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -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;

View File

@ -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>