Skip to content

Commit

Permalink
Fix code sign identity for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shirakaba committed Mar 6, 2019
1 parent 98a4372 commit 010380e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/App_Resources/iOS/build.xcconfig
Expand Up @@ -3,5 +3,9 @@
// CODE_SIGN_IDENTITY = iOS Distribution;
// To build for device with XCode 8 you need to specify your development team.
DEVELOPMENT_TEAM = TVU9P2GAL9;
// CODE_SIGN_IDENTITY = NSIDE iOS Distribution;
CODE_SIGN_IDENTITY = iPhone Distribution
CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer
CODE_SIGN_STYLE = Automatic
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;

0 comments on commit 010380e

Please sign in to comment.