Skip to content

Commit

Permalink
Bump version to 3.1.1. Fix icon name for RAPID REACT season (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachOrr authored Mar 28, 2022
1 parent 26f802a commit cb3a31d
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 44 deletions.
118 changes: 80 additions & 38 deletions fastlane/README.md
Original file line number Diff line number Diff line change
@@ -1,94 +1,136 @@
fastlane documentation
================
----

# Installation

Make sure you have the latest version of the Xcode command line tools installed:

```
```sh
xcode-select --install
```

Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew install fastlane`
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)

# Available Actions

## iOS

### ios install_deps

```sh
[bundle exec] fastlane ios install_deps
```
fastlane ios install_deps
```

Install project dependencies

### ios test_unit

```sh
[bundle exec] fastlane ios test_unit
```
fastlane ios test_unit
```

Run TBA unit tests

### ios test_mytbakit

```sh
[bundle exec] fastlane ios test_mytbakit
```
fastlane ios test_mytbakit
```

Run MyTBAKit unit tests

### ios test_search

```sh
[bundle exec] fastlane ios test_search
```
fastlane ios test_search
```

Run Search unit tests

### ios test_tbadata

```sh
[bundle exec] fastlane ios test_tbadata
```
fastlane ios test_tbadata
```

Run TBAData unit tests

### ios test_tbakit

```sh
[bundle exec] fastlane ios test_tbakit
```
fastlane ios test_tbakit
```

Run TBAKit unit tests

### ios test_tbaoperation

```sh
[bundle exec] fastlane ios test_tbaoperation
```
fastlane ios test_tbaoperation
```

Run TBAOperation unit tests

### ios test_tbautils

```sh
[bundle exec] fastlane ios test_tbautils
```
fastlane ios test_tbautils
```

Run TBAUtils unit tests

### ios test

```sh
[bundle exec] fastlane ios test
```
fastlane ios test
```

Run all of our tests

### ios setup_secrets

```sh
[bundle exec] fastlane ios setup_secrets
```
fastlane ios setup_secrets
```

Setup Secrets.plist file (used by CI)

### ios beta_ci

```sh
[bundle exec] fastlane ios beta_ci
```
fastlane ios beta_ci
```

Upload a new beta build to TestFlight (for CI machine)

### ios app_store

```sh
[bundle exec] fastlane ios app_store
```
fastlane ios app_store
```

Upload a new build to the App Store

### ios new_version

```sh
[bundle exec] fastlane ios new_version
```
fastlane ios new_version
```

Create a new app version (major, minor, patch) by bumping the version number

### ios refresh_dsyms

```sh
[bundle exec] fastlane ios refresh_dsyms
```
fastlane ios refresh_dsyms
```



----

This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.

More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).

The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
2 changes: 1 addition & 1 deletion spotlight-index/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion tba-unit-tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions the-blue-alliance-ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>INFINITE RECHARGE</key>
<key>RAPID REACT</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
Expand All @@ -34,7 +34,7 @@
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>INFINITE RECHARGE</key>
<key>RAPID REACT</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
Expand All @@ -46,7 +46,7 @@
</dict>
<key>CFBundleIcons~ipad</key>
<dict>
<key>INFINITE RECHARGE</key>
<key>RAPID REACT</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
Expand All @@ -73,7 +73,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.1.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down

0 comments on commit cb3a31d

Please sign in to comment.