Skip to content

Commit

Permalink
PIA-809: Update PIAAcount library
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-laura-sempere committed Nov 2, 2023
2 parents 8e4455b + 1deb8ee commit 4fc2284
Show file tree
Hide file tree
Showing 356 changed files with 83 additions and 35,473 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/pia_ios_client_library.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: pia_ios_client_library
on:
pull_request:
workflow_dispatch:
concurrency:
group: "${{ github.ref }}"
cancel-in-progress: true
jobs:
macos:
name: build and test
runs-on: macos-12
timeout-minutes: 30
steps:
- name: Setup Git credentials
run: |
git config --global url."https://${{ secrets.ORG_GITHUB_USERNAME }}:${{ secrets.ORG_GITHUB_TOKEN }}@github.com/".insteadOf "[email protected]:"
- uses: actions/checkout@v3

- name: Install dependencies
run: |
swift package resolve
- name: Build
run: |
set -o pipefail
xcodebuild -scheme 'PIALibrary' -configuration Debug -destination "platform=iOS Simulator,OS=latest,name=iPhone 12" build | xcpretty
exit ${PIPESTATUS[0]}
- name: Test
run: |
set -o pipefail
xcodebuild -scheme 'PIALibrary' -destination "platform=iOS Simulator,OS=latest,name=iPhone 12" \
-skip-testing:PIALibraryTests/EndpointManagerTests \
-skip-testing:PIALibraryTests/AccountTests \
-skip-testing:PIALibraryTests/AccountInfoTests \
-skip-testing:PIALibraryTests/ProductTests \
-skip-testing:PIALibraryTests/DIPTokenKeychainTests \
test | xcpretty
exit ${PIPESTATUS[0]}
106 changes: 0 additions & 106 deletions PIALibrary.xcodeproj/xcshareddata/xcschemes/PIALibrary-iOS.xcscheme

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions PIALibrary/Info.plist

This file was deleted.

1 change: 0 additions & 1 deletion PIALibrary/Resources/Lottie/pia-spinner.json

This file was deleted.

Loading

0 comments on commit 4fc2284

Please sign in to comment.