Created
July 8, 2020 20:23
-
-
Save robertofrontado/f74749c1c542824322214708f9f91c0a to your computer and use it in GitHub Desktop.
Project spec used to generate a modular application with Swiftlint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: XcodeGenSample | |
options: | |
bundleIdPrefix: com.frontado | |
deploymentTarget: | |
iOS: 13.0 | |
targets: | |
XcodeGenSample: | |
type: application | |
platform: iOS | |
sources: | |
- path: XcodeGenSample | |
dependencies: | |
- target: Authentication | |
- target: Profile | |
scheme: | |
testTargets: | |
- XcodeGenSampleTests | |
preBuildScripts: | |
- name: SwiftLint | |
script: | | |
${PODS_ROOT}/SwiftLint/swiftlint --config .swiftlint.yml | |
XcodeGenSampleTests: | |
type: bundle.unit-test | |
platform: iOS | |
sources: | |
- path: XcodeGenSampleTests | |
include: | |
- path: Subspecs/authentication.yml | |
- path: Subspecs/profile.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment