Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed pod files #30

Merged
merged 4 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
with:
xcode-version: 'latest'

- name: Install CocoaPods
run: sudo gem install cocoapods

- name: Install Pods
run: pod install

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -38,7 +32,7 @@ jobs:
- name: Clean and Build SDK
run: |
echo "::group::Clean and Build SDK"
xcodebuild clean -workspace AmazonConnectChatIOS.xcworkspace \
xcodebuild clean -project AmazonConnectChatIOS.xcodeproj \
-scheme AmazonConnectChatIOS \
-sdk iphonesimulator \
-configuration Debug \
Expand All @@ -47,7 +41,7 @@ jobs:
- name: Run Unit Tests
run: |
echo "::group::Run Unit Tests"
xcodebuild test -workspace AmazonConnectChatIOS.xcworkspace \
xcodebuild test -project AmazonConnectChatIOS.xcodeproj \
-scheme AmazonConnectChatIOS \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 12,OS=latest' \
Expand Down
16 changes: 0 additions & 16 deletions Podfile

This file was deleted.

21 changes: 0 additions & 21 deletions Podfile.lock

This file was deleted.

Loading