2
0

TestFlight now uses an "Application Token".

This commit is contained in:
Maarten Billemont 2013-04-27 17:17:51 -04:00
parent a6e3b83ebb
commit 6fb36035c2
2 changed files with 2 additions and 2 deletions

View File

@ -640,7 +640,7 @@
- (NSString *)testFlightToken {
return NSNullToNil([[self testFlightInfo] valueForKeyPath:@"Team Token"]);
return NSNullToNil([[self testFlightInfo] valueForKeyPath:@"Application Token"]);
}

View File

@ -2,7 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Team Token</key>
<key>Application Token</key>
<string></string>
</dict>
</plist>