diff --git a/ios/emerge_config.yaml b/ios/emerge_config.yaml new file mode 100644 index 00000000..fdcc4cfd --- /dev/null +++ b/ios/emerge_config.yaml @@ -0,0 +1,5 @@ +version: 2.0 +snapshots: + ios: + runSettings: + - osVersion: 26.1 diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 86617c64..12978207 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -209,7 +209,7 @@ platform :ios do desc 'Build and upload snapshot build to Emerge Tools' lane :build_upload_emerge_snapshot do - emerge_snapshot(scheme: "HackerNews") + emerge_snapshot(scheme: "HackerNews", config_path: "emerge_config.yaml") end desc 'Export thinned build for specific device type'