Skip to content

Commit 10a23d0

Browse files
committed
Deprecating Fastlane
1 parent c037ac9 commit 10a23d0

File tree

7 files changed

+1
-387
lines changed

7 files changed

+1
-387
lines changed

6.0.1

Whitespace-only changes.

Gemfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -107,29 +107,12 @@ We recommend using [AWS S3](https://docs.aws.amazon.com/AmazonS3/latest/userguid
107107

108108
Another alternative for managing sensitive files whithin the repo using Git-Secret can be found in the [**feature/git-secret**](https://github.com/rootstrap/ios-base/tree/feature/jenkins) branch
109109

110-
## CI/CD configuration with Bitrise (updated on Dec 12th 2021)
110+
## CI/CD configuration with Bitrise
111111

112112
We are going to start using a tool called Bitrise to configure de CI/CD pipelines for mobiles apps.
113113

114114
--> For iOS apps you can find how to do it in this link: https://www.notion.so/rootstrap/iOS-CI-CD-01e00409a0144f5b85212bf889c627dd
115115

116-
117-
## Automated Build and Deployment using Fastlane (DEPRECATED)
118-
119-
We use [Fastlane](https://docs.fastlane.tools) to automate code signing, building and release to TestFlight.
120-
121-
See details in [Fastlane folder](fastlane/README.md).
122-
123-
## Continuous Integration / Delivery (DEPRECATED)
124-
125-
We recommend [GitHub Actions](https://docs.github.com/en/actions) for integrating Fastlane into a CI/CD pipeline. You can find two workflows in the GitHub workflows folder:
126-
* [ci.yml](.github/workflows/release.myl) : triggered on any push and PR, runs unit tests, coverage report and static analysis with [CodeClimate](https://github.com/codeclimate/codeclimate)
127-
* [release.yml](.github/workflows/release.yml) : triggered on push to specific branches, builds, signs and submits to TestFlight
128-
129-
Alternatively you can merge branch [**feature/jenkins**](https://github.com/rootstrap/ios-base/tree/feature/jenkins) for some equivalent CICD boilerplate with **Jenkins**.
130-
131-
On both alternatives we assume usage of Fastlane match for managing signing Certificates and Profiles, and AWS S3 for storing other files containing third-party keys
132-
133116
## License
134117

135118
iOS-Base is available under the MIT license. See the LICENSE file for more info.

fastlane/Appfile

Lines changed: 0 additions & 38 deletions
This file was deleted.

fastlane/Fastfile

Lines changed: 0 additions & 247 deletions
This file was deleted.

fastlane/Pluginfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)