Browse Source

Merge pull request #8 from ParsePlatform/nlutsenko.tvos

Disable code signing by default for tvOS platform.
Nikita Lutsenko 9 years ago
parent
commit
94b6a06c0c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Configurations/Platform/tvOS.xcconfig

+ 3 - 0
Configurations/Platform/tvOS.xcconfig

@@ -9,3 +9,6 @@
 
 SDKROOT = appletvos
 TVOS_DEPLOYMENT_TARGET = 9.0
+
+CODE_SIGN_IDENTITY =
+CODE_SIGNING_REQUIRED = NO