Skip to content

Commit

Permalink
Update project file
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsq committed Mar 20, 2024
1 parent 6ab6aa6 commit 6e1d36d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Nos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
12 changes: 6 additions & 6 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6e1d36d

Please sign in to comment.