diff --git a/.gitignore b/.gitignore index 9aaefc7..44c8ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ iOSInjectionProject/ scripts/test.sh +TEST.md diff --git a/CalendarX.xcodeproj/project.pbxproj b/CalendarX.xcodeproj/project.pbxproj index 2470724..6c44a2b 100644 --- a/CalendarX.xcodeproj/project.pbxproj +++ b/CalendarX.xcodeproj/project.pbxproj @@ -661,7 +661,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2.3.0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_ASSET_PATHS = "\"CalendarX/Preview Content\""; DEVELOPMENT_TEAM = ""; @@ -676,7 +676,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 2.3.0; PRODUCT_BUNDLE_IDENTIFIER = com.alpha.calendarx; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -694,7 +694,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2.3.0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_ASSET_PATHS = "\"CalendarX/Preview Content\""; DEVELOPMENT_TEAM = ""; @@ -709,7 +709,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 2.3.0; PRODUCT_BUNDLE_IDENTIFIER = com.alpha.calendarx; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/CalendarX/Info.plist b/CalendarX/Info.plist index 22ee308..6d6cd86 100644 --- a/CalendarX/Info.plist +++ b/CalendarX/Info.plist @@ -3,9 +3,9 @@ CommitDate - CommitDate + 2023.03.09 15:04 CommitHash - CommitHash + 60f115b NSAppTransportSecurity NSAllowsArbitraryLoads diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 3c8a0b5..1f99009 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -56,8 +56,6 @@ platform :mac do build_app( clean: true, silent: true, - skip_profile_detection: true, - skip_codesigning: true, export_method: 'mac-application') end diff --git a/fastlane/README.md b/fastlane/README.md index 7d8d966..eca4b40 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -23,6 +23,30 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do +### mac test + +```sh +[bundle exec] fastlane mac test +``` + + + +### mac release + +```sh +[bundle exec] fastlane mac release +``` + + + +### mac show + +```sh +[bundle exec] fastlane mac show +``` + + + ---- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.