Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Final update GM 2
Browse files Browse the repository at this point in the history
  • Loading branch information
atfinke committed Oct 19, 2020
1 parent e720522 commit ad5f9bc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion WKRKit/WKRKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>13607</string>
<string>13611</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion WKRUIKit/WKRUIKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>14515</string>
<string>14519</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,17 @@ class PlusStore: NSObject, SKProductsRequestDelegate, SKPaymentTransactionObserv
UserDefaults.standard.set(newValue, forKey: "isPlus")
}
get {
if isDead {
return true
} else if GKLocalPlayer.local.isAuthenticated && GKLocalPlayer.local.alias == "J3D1 WARR10R" {
return true
}

#if targetEnvironment(simulator)
return true
#else
return UserDefaults.standard.bool(forKey: "isPlus")
// if isDead {
// return true
// } else if GKLocalPlayer.local.isAuthenticated && GKLocalPlayer.local.alias == "J3D1 WARR10R" {
// return true
// }
//
// #if targetEnvironment(simulator)
// return true
// #else
// return UserDefaults.standard.bool(forKey: "isPlus")
// #endif
#endif
}
}

Expand Down
2 changes: 1 addition & 1 deletion WikiRaces/WikiRaces/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>9150</string>
<string>9154</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit ad5f9bc

Please sign in to comment.