diff --git a/Nimble Templates/App.xctemplate/TemplateInfo.plist b/Nimble Templates/App.xctemplate/TemplateInfo.plist index b4978429..599eceb5 100644 --- a/Nimble Templates/App.xctemplate/TemplateInfo.plist +++ b/Nimble Templates/App.xctemplate/TemplateInfo.plist @@ -156,8 +156,6 @@ ___PACKAGENAME___ SharedSettings - SWIFT_VERSION 5.0 diff --git a/README.md b/README.md index a2b0c978..412017f0 100644 --- a/README.md +++ b/README.md @@ -42,20 +42,22 @@ Because you will not use the default configutations (`Debug` and `Release`) any -One more thing there are some duplicated build settings which is store in the file `project.pbxproj`. Some of them are automaticcally initialized and some are customized. For an instance, the build settings `PRODUCT_BUNDLE_IDENTIFIER` for `Dev Staging` are duplicated. +One more thing there are some duplicated build settings stored in the file `project.pbxproj`. Some of them are automatically initialized and some are customized. For an instance, the build setting `PRODUCT_BUNDLE_IDENTIFIER` for `Dev Staging` is duplicated. | Default | Custom | |---|---| | | | -What we should do is to remove all duplicated settings for all build configuration. This is the list of settings that you should remove fron the default initializing: +What we should do is to remove all duplicated settings for all build configurations. + +The following list is the default initialized settings that you should remove: - `PRODUCT_BUNDLE_IDENTIFIER` - `PRODUCT_NAME` > Note: > -> - Check the `Debug`/`Release` build configurations are completely remove out of the file `project.pbxproj +> - Check the `Debug`/`Release` build configurations are completely remove out of the file `project.pbxproj` ### Schemes