This commit is contained in:
DDIsFriend
2023-09-13 17:18:14 +08:00
parent 206b0009bc
commit 37b8e0afc1
30 changed files with 355 additions and 373 deletions

View File

@@ -20,18 +20,50 @@ platform :ios do
lane :debug do
# add actions here: https://docs.fastlane.tools/actions
gym(
scheme:"OrderScheduling",
scheme:"Debug",
workspace:"OrderScheduling.xcworkspace",
clean:true,
output_directory:"/Users/zd/Desktop/Ipa包/中道调度/Debug",
output_name:"drivers_debug",
output_name:"OrderScheduling_debug",
configuration:"Debug",
include_symbols:true,
build_path:"/Users/zd/Desktop/Ipa包/中道调度/Debug",
archive_path:"/Users/zd/Desktop/Ipa包/中道调度/Debug",
include_bitcode: false,
export_method:"development"
export_method:"development",
export_options: {
signingStyle: 'development',
provisioningProfiles: {
"com.sino.supplier.OrderSchedulingNotificationService" => "sino supplier notification service extension",
"com.sino.supplier" => "sup dev"
}
}
)
pgyer(api_key: "f024760fe1519016c3a61b7a29f19dcb", update_description: "开发环境")
end
lane :preRelease do
# add actions here: https://docs.fastlane.tools/actions
gym(
scheme:"PreRelease",
workspace:"OrderScheduling.xcworkspace",
clean:true,
output_directory:"/Users/zd/Desktop/Ipa包/中道调度/PreRelease/",
output_name:"OrderScheduling_adhoc",
configuration:"ADHOC",
include_symbols:true,
build_path:"/Users/zd/Desktop/Ipa包/中道调度/PreRelease/",
archive_path:"/Users/zd/Desktop/Ipa包/中道调度/PreRelease/",
include_bitcode: false,
export_method:"ad-hoc",
export_options: {
signingStyle: 'ad-hoc',
provisioningProfiles: {
"com.sino.supplier.OrderSchedulingNotificationService" => "sino supplier notification service extension adhoc",
"com.sino.supplier" => "supplier adhoc"
}
}
)
pgyer(api_key: "f024760fe1519016c3a61b7a29f19dcb", update_description: "模拟环境")
end
end

View File

@@ -23,6 +23,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
Description of what the lane does
### ios preRelease
```sh
[bundle exec] fastlane ios preRelease
```
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.

View File

@@ -5,17 +5,17 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000169">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000468">
</testcase>
<testcase classname="fastlane.lanes" name="1: gym" time="82.302067">
<testcase classname="fastlane.lanes" name="1: gym" time="84.540448">
</testcase>
<testcase classname="fastlane.lanes" name="2: pgyer" time="10.923831">
<testcase classname="fastlane.lanes" name="2: pgyer" time="11.343103">
</testcase>