Skip to content

Commit

Permalink
Merge branch 'main' into PP-422-Tapping-the-help-button-multiple-time…
Browse files Browse the repository at this point in the history
…s-before-the-camera-is-active-Help-screen-is-pushed-multiple-times
  • Loading branch information
ValentinaIancu-Gini committed Apr 30, 2024
2 parents dd2dadb + 9ca2527 commit 4e48b6c
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bank-api-library.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
15 changes: 4 additions & 11 deletions .github/workflows/bank-api-library.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ on:
secrets:
GINI_MOBILE_TEST_CLIENT_SECRET:
required: true

workflow_dispatch:

jobs:
check:
runs-on: macos-latest
strategy:
matrix:
target: [GiniBankAPILibrary, GiniBankAPILibraryPinning]
destination: ['platform=iOS Simulator,OS=16.2,name=iPhone 13', 'platform=iOS Simulator,OS=15.0,name=iPhone 11']
destination: ['platform=iOS Simulator,OS=16.4,name=iPhone SE (3rd generation)', 'platform=iOS Simulator,OS=17.2,name=iPhone 14']
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand All @@ -38,14 +39,6 @@ jobs:
cd BankAPILibrary/GiniBankAPILibraryPinning
swift package update
- name: Link to 15.0 Simulators
if: matrix.destination == 'platform=iOS Simulator,OS=15.0,name=iPhone 11'
run: |
echo "Creating Runtimes folder if needed..."
sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes
echo "Creating symlink of the iOS 15.0 runtime..."
sudo ln -s /Applications/Xcode_13.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 15.0.simruntime
- name: Build sdk targets
run: |
xcodebuild -workspace GiniMobile.xcworkspace -scheme "${{ matrix.target }}" -destination "${{ matrix.destination }}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-api-library.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
15 changes: 4 additions & 11 deletions .github/workflows/bank-sdk.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ on:
secrets:
GINI_MOBILE_TEST_CLIENT_SECRET:
required: true

workflow_dispatch:

jobs:
check:
runs-on: macos-latest
strategy:
matrix:
target: [GiniBankSDK, GiniBankSDKPinning]
destination: ['platform=iOS Simulator,OS=16.2,name=iPhone 13', 'platform=iOS Simulator,OS=15.0,name=iPhone 11']
destination: ['platform=iOS Simulator,OS=16.4,name=iPhone SE (3rd generation)', 'platform=iOS Simulator,OS=17.2,name=iPhone 14']
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand All @@ -42,14 +43,6 @@ jobs:
cd BankSDK/GiniBankSDKPinning
swift package update
- name: Link to 15.0 Simulators
if: matrix.destination == 'platform=iOS Simulator,OS=15.0,name=iPhone 11'
run: |
echo "Creating Runtimes folder if needed..."
sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes
echo "Creating symlink of the iOS 15.0 runtime..."
sudo ln -s /Applications/Xcode_13.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 15.0.simruntime
- name: Build sdk targets
run: |
xcodebuild -workspace GiniMobile.xcworkspace -scheme "${{ matrix.target }}" -destination "${{ matrix.destination }}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.publish.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.publish.example.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Setup provisioning profile
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capture-sdk.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/capture-sdk.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@ on:
secrets:
GINI_MOBILE_TEST_CLIENT_SECRET:
required: true
workflow_dispatch:


jobs:
check:
runs-on: macos-latest
strategy:
matrix:
target: [GiniCaptureSDK, GiniCaptureSDKPinning]
destination: ['platform=iOS Simulator,OS=16.2,name=iPhone 13', 'platform=iOS Simulator,OS=15.0,name=iPhone 11']
destination: ['platform=iOS Simulator,OS=16.4,name=iPhone SE (3rd generation)', 'platform=iOS Simulator,OS=17.2,name=iPhone 14']
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand All @@ -40,14 +42,6 @@ jobs:
cd CaptureSDK/GiniCaptureSDKPinning
swift package update
- name: Link to 15.0 Simulators
if: matrix.destination == 'platform=iOS Simulator,OS=15.0,name=iPhone 11'
run: |
echo "Creating Runtimes folder if needed..."
sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes
echo "Creating symlink of the iOS 15.0 runtime..."
sudo ln -s /Applications/Xcode_13.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 15.0.simruntime
- name: Build sdk targets
run: |
xcodebuild -workspace GiniMobile.xcworkspace -scheme "${{ matrix.target }}" -destination "${{ matrix.destination }}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capture-sdk.publish.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/capture-sdk.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
needs: check
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
- uses: maxim-lobanov/setup-xcode@v1.5.1
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-api-library.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
15 changes: 4 additions & 11 deletions .github/workflows/health-api-library.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ on:
secrets:
GINI_MOBILE_TEST_CLIENT_SECRET:
required: true

workflow_dispatch:

jobs:
check:
runs-on: macos-latest
strategy:
matrix:
target: [GiniHealthAPILibrary, GiniHealthAPILibraryPinning]
destination: ['platform=iOS Simulator,OS=16.2,name=iPhone 13', 'platform=iOS Simulator,OS=15.0,name=iPhone 11']
destination: ['platform=iOS Simulator,OS=16.4,name=iPhone SE (3rd generation)', 'platform=iOS Simulator,OS=17.2,name=iPhone 14']
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand All @@ -38,14 +39,6 @@ jobs:
cd HealthAPILibrary/GiniHealthAPILibraryPinning
swift package update
- name: Link to 15.0 Simulators
if: matrix.destination == 'platform=iOS Simulator,OS=15.0,name=iPhone 11'
run: |
echo "Creating Runtimes folder if needed..."
sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes
echo "Creating symlink of the iOS 15.0 runtime..."
sudo ln -s /Applications/Xcode_13.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 15.0.simruntime
- name: Build sdk targets
run: |
xcodebuild -workspace GiniMobile.xcworkspace -scheme "${{ matrix.target }}" -destination "${{ matrix.destination }}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-api-library.publish.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-api-library.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.build.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
15 changes: 4 additions & 11 deletions .github/workflows/health-sdk.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@ on:
secrets:
GINI_MOBILE_TEST_CLIENT_SECRET:
required: true

workflow_dispatch:

jobs:
check:
runs-on: macos-latest
strategy:
matrix:
target: [GiniHealthSDK, GiniHealthSDKPinning]
destination: ['platform=iOS Simulator,OS=16.2,name=iPhone 13', 'platform=iOS Simulator,OS=15.0,name=iPhone 11']
destination: ['platform=iOS Simulator,OS=16.4,name=iPhone SE (3rd generation)', 'platform=iOS Simulator,OS=17.2,name=iPhone 14']
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand All @@ -40,14 +41,6 @@ jobs:
cd HealthSDK/GiniHealthSDKPinning
swift package update
- name: Link to 15.0 Simulators
if: matrix.destination == 'platform=iOS Simulator,OS=15.0,name=iPhone 11'
run: |
echo "Creating Runtimes folder if needed..."
sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes
echo "Creating symlink of the iOS 15.0 runtime..."
sudo ln -s /Applications/Xcode_13.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 15.0.simruntime
- name: Build sdk targets
run: |
xcodebuild -workspace GiniMobile.xcworkspace -scheme "${{ matrix.target }}" -destination "${{ matrix.destination }}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.publish.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.publish.example.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Setup provisioning profile
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '14.2'
xcode-version: '14.3.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4e48b6c

Please sign in to comment.