File tree Expand file tree Collapse file tree 4 files changed +31
-18
lines changed Expand file tree Collapse file tree 4 files changed +31
-18
lines changed Original file line number Diff line number Diff line change 13161316 PRODUCT_BUNDLE_IDENTIFIER = codes.seanhenry.MockGeneratorApp;
13171317 PRODUCT_MODULE_NAME = MockGeneratorApp;
13181318 PRODUCT_NAME = "Swift Mock Generator for Xcode";
1319- PROVISIONING_PROFILE_SPECIFIER = "Mock Generator Developer ID";
1319+ PROVISIONING_PROFILE_SPECIFIER = "Mock Generator Dev ID";
13201320 };
13211321 name = Release;
13221322 };
13721372 );
13731373 PRODUCT_BUNDLE_IDENTIFIER = codes.seanhenry.MockGeneratorApp.XcodePlugin;
13741374 PRODUCT_NAME = "Mock Generator";
1375- PROVISIONING_PROFILE_SPECIFIER = "Mock Generator Extension Developer ID";
1375+ PROVISIONING_PROFILE_SPECIFIER = "Mock Generator Extension Dev ID";
13761376 SKIP_INSTALL = YES;
13771377 };
13781378 name = Release;
Original file line number Diff line number Diff line change 11SWIFT_VERSION = 5.0
22MARKETING_VERSION = 0.28
3- CURRENT_PROJECT_VERSION = 3
4- BUILD_NUMBER = 64
3+ CURRENT_PROJECT_VERSION = 4
4+ BUILD_NUMBER = 65
55MACOSX_DEPLOYMENT_TARGET = 11.0
66CLANG_ENABLE_MODULES = YES
77ENABLE_STRICT_OBJC_MSGSEND = YES
Original file line number Diff line number Diff line change @@ -4,3 +4,10 @@ output_name('Swift Mock Generator for Xcode')
44configuration('Release')
55export_method('developer-id')
66derived_data_path('/tmp/fastlaneBuild')
7+ export_options({
8+ method: "developer-id",
9+ provisioningProfiles: {
10+ "codes.seanhenry.MockGeneratorApp": "Mock Generator Dev ID",
11+ "codes.seanhenry.MockGeneratorApp.XcodePlugin": "Mock Generator Extension Dev ID",
12+ },
13+ })
Original file line number Diff line number Diff line change 11fastlane documentation
2- ================
2+ ----
3+
34# Installation
45
56Make sure you have the latest version of the Xcode command line tools installed:
67
7- ```
8+ ``` sh
89xcode-select --install
910```
1011
11- Install _ fastlane_ using
12- ```
13- [sudo] gem install fastlane -NV
14- ```
15- or alternatively using ` brew cask install fastlane `
12+ For _ fastlane_ installation instructions, see [ Installing _ fastlane_ ] ( https://docs.fastlane.tools/#installing-fastlane )
1613
1714# Available Actions
15+
1816## Mac
17+
1918### mac release
19+
20+ ``` sh
21+ [bundle exec] fastlane mac release
2022```
21- fastlane mac release
22- ```
23+
2324Create a release build.
25+
2426### mac notarize_bundle
27+
28+ ``` sh
29+ [bundle exec] fastlane mac notarize_bundle
2530```
26- fastlane mac notarize_bundle
27- ```
31+
2832Notarize the app bundle
2933
3034----
3135
32- This README.md is auto-generated and will be re-generated every time [ fastlane] ( https://fastlane.tools ) is run.
33- More information about fastlane can be found on [ fastlane.tools] ( https://fastlane.tools ) .
34- The documentation of fastlane can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
36+ This README.md is auto-generated and will be re-generated every time [ _ fastlane_ ] ( https://fastlane.tools ) is run.
37+
38+ More information about _ fastlane_ can be found on [ fastlane.tools] ( https://fastlane.tools ) .
39+
40+ The documentation of _ fastlane_ can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
You can’t perform that action at this time.
0 commit comments