diff --git a/OrderScheduling.xcodeproj/project.pbxproj b/OrderScheduling.xcodeproj/project.pbxproj index b523367..f08def8 100644 --- a/OrderScheduling.xcodeproj/project.pbxproj +++ b/OrderScheduling.xcodeproj/project.pbxproj @@ -1158,7 +1158,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: SINO ASSISTANCE INDUSTRIAL CO., LTD. (X9WF5T89LV)"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = X9WF5T89LV; FRAMEWORK_SEARCH_PATHS = ( @@ -1373,7 +1373,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 4; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = X9WF5T89LV; @@ -1432,7 +1432,7 @@ CODE_SIGN_ENTITLEMENTS = OrderScheduling/OrderSchedulingRelease.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: SINO ASSISTANCE INDUSTRIAL CO., LTD. (X9WF5T89LV)"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = X9WF5T89LV; FRAMEWORK_SEARCH_PATHS = ( diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index 3ce3cc1..38e8ced 100644 Binary files a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate and b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/OrderScheduling/Common/Model/CustomMap/.DS_Store b/OrderScheduling/Common/Model/CustomMap/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/OrderScheduling/Common/Model/CustomMap/.DS_Store differ diff --git a/OrderScheduling/Common/Model/CustomMap/style.data b/OrderScheduling/Common/Model/CustomMap/style.data index 3b8f823..bdf8b7f 100644 Binary files a/OrderScheduling/Common/Model/CustomMap/style.data and b/OrderScheduling/Common/Model/CustomMap/style.data differ diff --git a/OrderScheduling/Common/Model/CustomMap/style_extra.data b/OrderScheduling/Common/Model/CustomMap/style_extra.data index b44ab9e..f981c50 100644 Binary files a/OrderScheduling/Common/Model/CustomMap/style_extra.data and b/OrderScheduling/Common/Model/CustomMap/style_extra.data differ diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9d0aadf..5aca4ad 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -66,4 +66,9 @@ lane :preRelease do ) pgyer(api_key: "f024760fe1519016c3a61b7a29f19dcb", update_description: "模拟环境") end + lane :release do + sync_code_signing(type: "appstore") # see code signing guide for more information + build_app(scheme: "MyApp") + upload_to_app_store # upload your app to App Store Connect + end end diff --git a/fastlane/README.md b/fastlane/README.md index 5af394f..fceef92 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -31,6 +31,14 @@ Description of what the lane does +### ios release + +```sh +[bundle exec] fastlane ios release +``` + + + ---- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. diff --git a/fastlane/report.xml b/fastlane/report.xml index 56dd77d..d32e89b 100644 --- a/fastlane/report.xml +++ b/fastlane/report.xml @@ -5,17 +5,12 @@ - + - - - - - - +