Skip to content

Commit

Permalink
devop: setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 17, 2022
1 parent 9141351 commit ac9dac0
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 15 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 = 64;
CURRENT_PROJECT_VERSION = 65;
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 = 64;
CURRENT_PROJECT_VERSION = 65;
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 = 64;
CURRENT_PROJECT_VERSION = 65;
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 = 64;
CURRENT_PROJECT_VERSION = 65;
DEVELOPMENT_TEAM = MDN888GSU8;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
10 changes: 5 additions & 5 deletions macos/Enkrypt/Enkrypt/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19085" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19085"/>
<plugIn identifier="com.apple.WebKit2IBPlugin" version="19085"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="20037"/>
<plugIn identifier="com.apple.WebKit2IBPlugin" version="20037"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down Expand Up @@ -67,7 +67,7 @@
<outlet property="delegate" destination="Voe-Tx-rLC" id="PrD-fu-P6m"/>
</connections>
</application>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModuleProvider="target"/>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="Enkrypt" customModuleProvider="target"/>
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
<customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
Expand Down Expand Up @@ -97,7 +97,7 @@
<!--View Controller-->
<scene sceneID="hIz-AP-VOD">
<objects>
<viewController id="XfG-lQ-9wD" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
<viewController id="XfG-lQ-9wD" customClass="ViewController" customModule="Enkrypt" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" id="m2S-Jp-Qdl">
<rect key="frame" x="0.0" y="0.0" width="425" height="325"/>
<autoresizingMask key="autoresizingMask"/>
Expand Down
8 changes: 8 additions & 0 deletions macos/Enkrypt/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ lane :prepare do
type: "appstore",
platform: "macos",
git_branch: "safari",
git_basic_authorization: Base64.strict_encode64(ENV["GIT_AUTHORIZATION"]),
readonly: true,
generate_apple_certs: false,
additional_cert_types:"mac_installer_distribution"
)
Expand All @@ -50,3 +52,9 @@ lane :release do
})
upload_to_app_store(skip_metadata: true, skip_screenshots: true, run_precheck_before_submit: false)
end

desc "Prepare build and release build to the App Store"
lane :buildandrelease do
prepare()
release()
end
13 changes: 10 additions & 3 deletions macos/Enkrypt/fastlane/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fastlane documentation
----
## fastlane documentation

# Installation

Expand Down Expand Up @@ -29,7 +28,15 @@ Prepare the macos app for build

Push a new release build to the App Store

----
### buildandrelease

```sh
[bundle exec] fastlane buildandrelease
```

Prepare build and release build to the App Store

---

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.

Expand Down
6 changes: 3 additions & 3 deletions macos/Enkrypt/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@



<testcase classname="fastlane.lanes" name="0: update_fastlane" time="2.967042">
<testcase classname="fastlane.lanes" name="0: update_fastlane" time="3.168331">

</testcase>


<testcase classname="fastlane.lanes" name="1: produce" time="1.506269">
<testcase classname="fastlane.lanes" name="1: produce" time="2.226558">

</testcase>


<testcase classname="fastlane.lanes" name="2: match" time="8.113619">
<testcase classname="fastlane.lanes" name="2: match" time="3.770691">

</testcase>

Expand Down

1 comment on commit ac9dac0

@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.