From 5bc47b24486ba9d391b717e48473be4c65ca700d Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 22:44:02 +0000 Subject: [PATCH] feat: release --- .github/workflows/publish.yaml | 8 ++++---- .github/workflows/version.yaml | 2 +- ExportOptions.plist | 4 ++-- Podfile | 2 +- Podfile.lock | 7 +++---- demo-store-ios.xcodeproj/project.pbxproj | 8 ++++---- .../xcshareddata/xcschemes/demo-store-ios.xcscheme | 2 +- 7 files changed, 16 insertions(+), 17 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4394478..df4d6ec 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,13 +11,13 @@ on: jobs: testflight-publish: if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')) - uses: personaClick/workflow/.github/workflows/reusable-ios-testflight-publish.yaml@master + uses: personaclick/workflow/.github/workflows/reusable-ios-testflight-publish.yaml@master with: scheme: "demo-store-ios" xcworkspace: "demo-store-ios.xcworkspace" - codeSignIdentity: "Apple Distribution: M.Kechinov's web-development studio, LLC (MYA32EHWN4)" - developmentTeam: "MYA32EHWN4" - provisioningProfileSpecifier: "demo-ios" + codeSignIdentity: "Apple Distribution: M.Kechinov's web-development studio, LLC (Z49R96MV7D)" + developmentTeam: "Z49R96MV7D" + provisioningProfileSpecifier: "PersonaClick Demo Shop Distribution Profile" secrets: GITHUB_APP_ID: ${{ vars.PERSONACLICK_COURIER_ID }} GITHUB_APP_PRIVATE_KEY: ${{ secrets.PERSONACLICK_COURIER_SECRET }} diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index bbb5485..f73929b 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -14,7 +14,7 @@ on: jobs: bump-version: if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && !startsWith(github.event.pull_request.head.ref, 'release/')) - uses: personaClick/workflow/.github/workflows/reusable-multiplatform-version-bump.yaml@master + uses: personaclick/workflow/.github/workflows/reusable-multiplatform-version-bump.yaml@master permissions: write-all secrets: appSecret: ${{ secrets.PERSONACLICK_COURIER_SECRET }} diff --git a/ExportOptions.plist b/ExportOptions.plist index 473b0cf..d9f2856 100644 --- a/ExportOptions.plist +++ b/ExportOptions.plist @@ -10,8 +10,8 @@ provisioningProfiles - com.personaClick.demo-shop - demo-ios + com.personaclick.ios-demo + PersonaClick Demo Shop Distribution Profile diff --git a/Podfile b/Podfile index 42068cd..19b29ad 100644 --- a/Podfile +++ b/Podfile @@ -3,7 +3,7 @@ platform :ios, '13.0' target 'demo-store-ios' do use_frameworks! - pod 'PersonaClick', :git => 'https://github.com/personaClick/ios-sdk.git', :branch => 'master', :tag => '3.6.60' + pod 'PersonaClick', :git => 'https://github.com/personaclick/ios-sdk.git', :branch => 'master', :tag => '3.6.60' pod "Resolver" end diff --git a/Podfile.lock b/Podfile.lock index 88e0c89..3af1424 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -3,7 +3,7 @@ PODS: - Resolver (1.5.1) DEPENDENCIES: - - PersonaClick (from `https://github.com/personaClick/ios-sdk.git`, branch `master`, tag `3.6.60`) + - PersonaClick (from `https://github.com/personaclick/ios-sdk.git`, branch `master`, tag `3.6.60`) - Resolver SPEC REPOS: @@ -13,13 +13,12 @@ SPEC REPOS: EXTERNAL SOURCES: PersonaClick: :branch: master - :git: https://github.com/personaClick/ios-sdk.git + :git: https://github.com/personaclick/ios-sdk.git :tag: 3.6.60 CHECKOUT OPTIONS: PersonaClick: - :commit: dc609ccb926157ff61084dfd24a9121c6c113cac - :git: https://github.com/personaClick/ios-sdk.git + :git: https://github.com/personaclick/ios-sdk.git :tag: 3.6.60 SPEC CHECKSUMS: diff --git a/demo-store-ios.xcodeproj/project.pbxproj b/demo-store-ios.xcodeproj/project.pbxproj index e7159ef..e03bf02 100644 --- a/demo-store-ios.xcodeproj/project.pbxproj +++ b/demo-store-ios.xcodeproj/project.pbxproj @@ -1467,7 +1467,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"App/Preview Content\""; - DEVELOPMENT_TEAM = MYA32EHWN4; + DEVELOPMENT_TEAM = Z49R96MV7D; ENABLE_PREVIEWS = YES; ENABLE_TESTABILITY = YES; GENERATE_INFOPLIST_FILE = YES; @@ -1483,7 +1483,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.personaClick.demo-shop"; + PRODUCT_BUNDLE_IDENTIFIER = "com.personaclick.ios-demo"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; @@ -1501,7 +1501,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"App/Preview Content\""; - DEVELOPMENT_TEAM = MYA32EHWN4; + DEVELOPMENT_TEAM = Z49R96MV7D; ENABLE_PREVIEWS = YES; ENABLE_TESTABILITY = NO; GENERATE_INFOPLIST_FILE = YES; @@ -1517,7 +1517,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.personaClick.demo-shop"; + PRODUCT_BUNDLE_IDENTIFIER = "com.personaclick.ios-demo"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; diff --git a/demo-store-ios.xcodeproj/xcshareddata/xcschemes/demo-store-ios.xcscheme b/demo-store-ios.xcodeproj/xcshareddata/xcschemes/demo-store-ios.xcscheme index 8461e53..11a9f79 100644 --- a/demo-store-ios.xcodeproj/xcshareddata/xcschemes/demo-store-ios.xcscheme +++ b/demo-store-ios.xcodeproj/xcshareddata/xcschemes/demo-store-ios.xcscheme @@ -128,7 +128,7 @@