diff --git a/Nos.xcodeproj/project.pbxproj b/Nos.xcodeproj/project.pbxproj index 13e014c6d..a08a03c56 100644 --- a/Nos.xcodeproj/project.pbxproj +++ b/Nos.xcodeproj/project.pbxproj @@ -2195,6 +2195,7 @@ ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS = NO; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = accent; CODE_SIGN_ENTITLEMENTS = Nos/Nos.entitlements; + CODE_SIGN_IDENTITY = "Apple Distribution: Verse Communications, Inc. (GZCZBKH7MY)"; CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 222; DEAD_CODE_STRIPPING = YES; diff --git a/fastlane/README.md b/fastlane/README.md index 592ed4354..d76b018b9 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -50,21 +50,21 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do ## iOS -### ios dev +### ios staging ```sh -[bundle exec] fastlane ios dev +[bundle exec] fastlane ios staging ``` -Push a new development build to TestFlight +Push a new Nos Staging build to TestFlight -### ios staging +### ios release ```sh -[bundle exec] fastlane ios staging +[bundle exec] fastlane ios release ``` -Push a new demo build to TestFlight +Push a new Nos build to TestFlight ### ios stamp_release