build.xcconfig 504 B

1234567
  1. // You can add custom settings here
  2. // for example you can uncomment the following line to force distribution code signing
  3. // CODE_SIGN_IDENTITY = iPhone Distribution
  4. // To build for device with XCode 8 you need to specify your development team. More info: https://developer.apple.com/library/prerelease/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html
  5. // DEVELOPMENT_TEAM = YOUR_TEAM_ID;
  6. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  7. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;