Skip to content

Commit 92f85d2

Browse files
adminadmin
authored andcommitted
devop: fix fastlane
1 parent 65e5326 commit 92f85d2

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

macos/Enkrypt/Enkrypt.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
CODE_SIGN_ENTITLEMENTS = "Enkrypt Extension/Enkrypt_Extension.entitlements";
458458
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: MyEtherWallet, Inc. (MDN888GSU8)";
459459
CODE_SIGN_STYLE = Manual;
460-
CURRENT_PROJECT_VERSION = 67;
460+
CURRENT_PROJECT_VERSION = 68;
461461
DEVELOPMENT_TEAM = MDN888GSU8;
462462
ENABLE_HARDENED_RUNTIME = YES;
463463
GENERATE_INFOPLIST_FILE = YES;
@@ -490,7 +490,7 @@
490490
CODE_SIGN_ENTITLEMENTS = "Enkrypt Extension/Enkrypt_Extension.entitlements";
491491
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: MyEtherWallet, Inc. (MDN888GSU8)";
492492
CODE_SIGN_STYLE = Manual;
493-
CURRENT_PROJECT_VERSION = 67;
493+
CURRENT_PROJECT_VERSION = 68;
494494
DEVELOPMENT_TEAM = MDN888GSU8;
495495
ENABLE_HARDENED_RUNTIME = YES;
496496
GENERATE_INFOPLIST_FILE = YES;
@@ -527,7 +527,7 @@
527527
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: MyEtherWallet, Inc. (MDN888GSU8)";
528528
CODE_SIGN_STYLE = Manual;
529529
COMBINE_HIDPI_IMAGES = YES;
530-
CURRENT_PROJECT_VERSION = 67;
530+
CURRENT_PROJECT_VERSION = 68;
531531
DEVELOPMENT_TEAM = MDN888GSU8;
532532
ENABLE_HARDENED_RUNTIME = YES;
533533
GENERATE_INFOPLIST_FILE = YES;
@@ -568,7 +568,7 @@
568568
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: MyEtherWallet, Inc. (MDN888GSU8)";
569569
CODE_SIGN_STYLE = Manual;
570570
COMBINE_HIDPI_IMAGES = YES;
571-
CURRENT_PROJECT_VERSION = 67;
571+
CURRENT_PROJECT_VERSION = 68;
572572
DEVELOPMENT_TEAM = MDN888GSU8;
573573
ENABLE_HARDENED_RUNTIME = YES;
574574
GENERATE_INFOPLIST_FILE = YES;

macos/Enkrypt/fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ end
4949

5050
desc "Prepare build and release build to the App Store"
5151
lane :buildandrelease do
52+
setup_ci
5253
app_store_connect_api_key(
5354
key_id: ENV["API_KEY_ID"] ,
5455
issuer_id: ENV["API_ISSUER_ID"],

macos/Enkrypt/fastlane/report.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,42 @@
55

66

77

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

1010
</testcase>
1111

1212

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

1515
</testcase>
1616

1717

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

2020
</testcase>
2121

2222

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

2525
</testcase>
2626

2727

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

3030
</testcase>
3131

3232

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

3535
</testcase>
3636

3737

38-
<testcase classname="fastlane.lanes" name="6: increment_build_number" time="1.041916">
38+
<testcase classname="fastlane.lanes" name="6: increment_build_number" time="1.296257">
39+
40+
</testcase>
41+
42+
43+
<testcase classname="fastlane.lanes" name="7: build_mac_app" time="1.905416">
3944

4045
</testcase>
4146

0 commit comments

Comments
 (0)