Skip to content

Commit

Permalink
devop: fix fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 18, 2022
1 parent 65e5326 commit 92f85d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
8 changes: 4 additions & 4 deletions macos/Enkrypt/Enkrypt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
CODE_SIGN_ENTITLEMENTS = "Enkrypt Extension/Enkrypt_Extension.entitlements";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: MyEtherWallet, Inc. (MDN888GSU8)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 67;
CURRENT_PROJECT_VERSION = 68;
DEVELOPMENT_TEAM = MDN888GSU8;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -490,7 +490,7 @@
CODE_SIGN_ENTITLEMENTS = "Enkrypt Extension/Enkrypt_Extension.entitlements";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: MyEtherWallet, Inc. (MDN888GSU8)";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 67;
CURRENT_PROJECT_VERSION = 68;
DEVELOPMENT_TEAM = MDN888GSU8;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -527,7 +527,7 @@
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: MyEtherWallet, Inc. (MDN888GSU8)";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 67;
CURRENT_PROJECT_VERSION = 68;
DEVELOPMENT_TEAM = MDN888GSU8;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -568,7 +568,7 @@
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: MyEtherWallet, Inc. (MDN888GSU8)";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 67;
CURRENT_PROJECT_VERSION = 68;
DEVELOPMENT_TEAM = MDN888GSU8;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
1 change: 1 addition & 0 deletions macos/Enkrypt/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ end

desc "Prepare build and release build to the App Store"
lane :buildandrelease do
setup_ci
app_store_connect_api_key(
key_id: ENV["API_KEY_ID"] ,
issuer_id: ENV["API_ISSUER_ID"],
Expand Down
19 changes: 12 additions & 7 deletions macos/Enkrypt/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,42 @@



<testcase classname="fastlane.lanes" name="0: update_fastlane" time="3.097139">
<testcase classname="fastlane.lanes" name="0: update_fastlane" time="2.588292">

</testcase>


<testcase classname="fastlane.lanes" name="1: app_store_connect_api_key" time="0.003664">
<testcase classname="fastlane.lanes" name="1: setup_ci" time="0.000283">

</testcase>


<testcase classname="fastlane.lanes" name="2: Switch to prepare lane" time="0.000633">
<testcase classname="fastlane.lanes" name="2: app_store_connect_api_key" time="0.004166">

</testcase>


<testcase classname="fastlane.lanes" name="3: produce" time="1.488559">
<testcase classname="fastlane.lanes" name="3: Switch to prepare lane" time="0.000192">

</testcase>


<testcase classname="fastlane.lanes" name="4: match" time="3.806136">
<testcase classname="fastlane.lanes" name="4: match" time="3.359249">

</testcase>


<testcase classname="fastlane.lanes" name="5: Switch to release lane" time="0.000334">
<testcase classname="fastlane.lanes" name="5: Switch to release lane" time="0.000243">

</testcase>


<testcase classname="fastlane.lanes" name="6: increment_build_number" time="1.041916">
<testcase classname="fastlane.lanes" name="6: increment_build_number" time="1.296257">

</testcase>


<testcase classname="fastlane.lanes" name="7: build_mac_app" time="1.905416">

</testcase>

Expand Down

1 comment on commit 92f85d2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.