File tree Expand file tree Collapse file tree 3 files changed +37
-4
lines changed
Expand file tree Collapse file tree 3 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 11default_platform ( :ios )
22
3+ # Configure AWS SDK for MinIO (path-style addressing required)
4+ def configure_minio
5+ if ENV [ 'AWS_ENDPOINT_URL' ]
6+ require 'aws-sdk-s3'
7+ Aws . config . update (
8+ endpoint : ENV [ 'AWS_ENDPOINT_URL' ] ,
9+ force_path_style : true ,
10+ region : 'us-east-1'
11+ )
12+ UI . message ( "Configured AWS SDK for MinIO: #{ ENV [ 'AWS_ENDPOINT_URL' ] } " )
13+ end
14+ end
15+
316ROOT_DIR = File . expand_path ( ".." , __dir__ )
417XCODEPROJ = "#{ ROOT_DIR } /src-tauri/gen/apple/lunch.xcodeproj"
518APP_IDENTIFIER = "com.lunch.desktop"
2942platform :ios do
3043 desc "Sync code signing certificates"
3144 lane :certificates do
45+ configure_minio
3246 match ( type : "appstore" , readonly : true )
3347 end
3448
3549 desc "Build and upload to TestFlight"
3650 lane :beta do
51+ configure_minio
3752 match ( type : "appstore" )
3853
3954 # Configure Xcode project signing before Tauri build
@@ -92,6 +107,7 @@ platform :ios do
92107
93108 desc "Upload to App Store"
94109 lane :release do
110+ configure_minio
95111 match ( type : "appstore" )
96112
97113 # Configure Xcode project signing before Tauri build
Original file line number Diff line number Diff line change 11storage_mode("s3")
22s3_bucket("ios-certificates")
33s3_region("us-east-1")
4- s3_endpoint("http://minio.nwcrane.com:9000")
54
65type("appstore")
76app_identifier("com.lunch.desktop")
Original file line number Diff line number Diff line change 55
66
77
8- <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.000193 " >
8+ <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.000155 " >
99
1010 </testcase >
1111
1212
13- <testcase classname =" fastlane.lanes" name =" 1: match" time =" 2.220091 " >
13+ <testcase classname =" fastlane.lanes" name =" 1: match" time =" 5.395907 " >
1414
15- <failure message="/opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/actions/actions_helper.rb:67:in 'Fastlane::Actions.execute_action' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/runner.rb:255:in 'block in Fastlane::Runner#execute_action' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/runner.rb:229:in 'Dir.chdir' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/runner.rb:229:in 'Fastlane::Runner#execute_action' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/runner.rb:157:in 'Fastlane::Runner#trigger_action_by_name' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/fast_file.rb:159:in 'Fastlane::FastFile#method_missing' Fastfile:37:in 'block (2 levels) in Fastlane::FastFile#parsing_binding' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/lane.rb:41:in 'Fastlane::Lane#call' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/runner.rb:49:in 'block in Fastlane::Runner#execute' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/runner.rb:45:in 'Dir.chdir' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/runner.rb:45:in 'Fastlane::Runner#execute' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/lane_manager.rb:46:in 'Fastlane::LaneManager.cruise_lane' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/command_line_handler.rb:34:in 'Fastlane::CommandLineHandler.handle' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/commands_generator.rb:110:in 'block (2 levels) in Fastlane::CommandsGenerator#run' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in 'Commander::Command#call' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in 'Commander::Command#run' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in 'Commander::Runner#run_active_command' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in 'Commander::Runner#run!' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in 'Commander::Delegates#run!' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/commands_generator.rb:363:in 'Fastlane::CommandsGenerator#run' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/commands_generator.rb:43:in 'Fastlane::CommandsGenerator.start' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/fastlane/lib/fastlane/cli_tools_distributor.rb:123:in 'Fastlane::CLIToolsDistributor.take_off' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/gems/fastlane-2.229.1/bin/fastlane:23:in '<top (required)>' /opt/homebrew/Cellar/ruby/3.4.7/lib/ruby/3.4.0/rubygems.rb:319:in 'Kernel#load' /opt/homebrew/Cellar/ruby/3.4.7/lib/ruby/3.4.0/rubygems.rb:319:in 'Gem.activate_and_load_bin_path' /opt/homebrew/Cellar/fastlane/2.229.1/libexec/bin/fastlane:25:in '<main>' Failed to open TCP connection to 10.5.162.10:9000 (Connection refused - connect(2) for "10.5.162.10" port 9000)" />
15+ </testcase >
16+
17+
18+ <testcase classname =" fastlane.lanes" name =" 2: update_code_signing_settings" time =" 0.026128" >
19+
20+ </testcase >
21+
22+
23+ <testcase classname =" fastlane.lanes" name =" 3: cd /Users/lance/git/lunchjs/src-tauri && npx tauri ios build --export-method app-store-connect" time =" 16.666599" >
24+
25+ </testcase >
26+
27+
28+ <testcase classname =" fastlane.lanes" name =" 4: app_store_connect_api_key" time =" 0.001332" >
29+
30+ </testcase >
31+
32+
33+ <testcase classname =" fastlane.lanes" name =" 5: upload_to_testflight" time =" 27.603293" >
1634
1735 </testcase >
1836
You can’t perform that action at this time.
0 commit comments