Skip to content

Commit

Permalink
Merge pull request #120 from nimblehq/feature/113-enable-bitcode
Browse files Browse the repository at this point in the history
[113] As an iOS developer, we should enable build with bitcode for Production only
  • Loading branch information
suho authored Nov 4, 2020
2 parents 1429678 + 7db9f01 commit d1346ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Nimble Templates/App.xctemplate/TemplateInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<string>___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___PACKAGENAMEASRFC1034IDENTIFIER___.staging</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME) Staging</string>
<key>ENABLE_BITCODE</key>
<string>NO</string>
</dict>
<key>Staging</key>
<dict>
Expand All @@ -62,6 +64,8 @@
<string>___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___PACKAGENAMEASRFC1034IDENTIFIER___.staging</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME) Staging</string>
<key>ENABLE_BITCODE</key>
<string>NO</string>
</dict>
<key>Dev UAT</key>
<dict>
Expand All @@ -86,6 +90,8 @@
<string>___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___PACKAGENAMEASRFC1034IDENTIFIER___.uat</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME) UAT</string>
<key>ENABLE_BITCODE</key>
<string>NO</string>
</dict>
<key>UAT</key>
<dict>
Expand All @@ -103,6 +109,8 @@
<string>___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___PACKAGENAMEASRFC1034IDENTIFIER___.uat</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME) UAT</string>
<key>ENABLE_BITCODE</key>
<string>NO</string>
</dict>
<key>Dev Production</key>
<dict>
Expand All @@ -125,6 +133,8 @@
<string>___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___PACKAGENAMEASRFC1034IDENTIFIER___</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>ENABLE_BITCODE</key>
<string>NO</string>
</dict>
<key>Production</key>
<dict>
Expand All @@ -146,6 +156,8 @@
<string>___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___PACKAGENAMEASRFC1034IDENTIFIER___</string>
<key>PRODUCT_NAME</key>
<string>$(TARGET_NAME)</string>
<key>ENABLE_BITCODE</key>
<string>YES</string>
</dict>
</dict>
</dict>
Expand Down

0 comments on commit d1346ad

Please sign in to comment.