Skip to content

Commit

Permalink
rename NativePMExampleApp to TVOSExampleApp
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Jun 26, 2024
1 parent 6c175ec commit 64d7f9f
Show file tree
Hide file tree
Showing 67 changed files with 904 additions and 1,026 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
name: Upload ConsentViewController tests results
with:
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/*.xcresult
NativePMExampleApp:
TVOSExampleApp:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: sudo xcode-select -s /Applications/Xcode_15.3.app
- name: ConsentViewController testing -> Apple TV (tvOS 17.4)
run: xcodebuild test -scheme NativePMExampleApp -workspace ConsentViewController.xcworkspace -destination 'platform=tvOS Simulator,name=Apple TV,OS=17.4'
run: xcodebuild test -scheme TVOSExampleApp -workspace ConsentViewController.xcworkspace -destination 'platform=tvOS Simulator,name=Apple TV,OS=17.4'
- uses: actions/upload-artifact@v2
if: failure()
name: Upload NativePMExampleApp tests results
name: Upload TVOSExampleApp tests results
with:
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/*.xcresult
132 changes: 66 additions & 66 deletions Example/ConsentViewController.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract_target 'Examples' do
pod 'FirebaseAnalytics'
end

target 'NativePMExampleApp' do
target 'TVOSExampleApp' do
platform :tvos, '12.0'
pod 'ConsentViewController', :path => '../'
end
Expand All @@ -41,7 +41,7 @@ abstract_target 'Tests' do
target 'SourcePointMetaAppUITests'
target 'ObjC-ExampleAppUITests'

target 'NativePMExampleAppUITests' do
target 'TVOSExampleAppUITests' do
platform :tvos, '12.0'
pod 'ConsentViewController', :path => '../'
pod 'Quick'
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ SPEC CHECKSUMS:
SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5
Wormholy: 09da0b876f9276031fd47383627cb75e194fc068

PODFILE CHECKSUM: 6a9c3d2c2149547436a380f9134aefab391732e2
PODFILE CHECKSUM: 899fb1a24b45f69feacdc07d8737abea4c0a0307

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64d7f9f

Please sign in to comment.