diff --git a/Podfile b/Podfile index 8c91071..7ad318c 100644 --- a/Podfile +++ b/Podfile @@ -1,21 +1,8 @@ platform :ios, '15.0' -# The following JFrog artifactory repositories should include -# - https://repo.backbase.com/api/pods/ios3/ (backbase-pods3) -# - https://repo.backbase.com/api/pods/ios-retail3/ (backbase-pods-retail3) -# - https://repo.backbase.com/api/pods/ios-identity/ (backbase-pods-identity) -# - https://repo.backbase.com/api/pods/ios-business/ (backbase-pods-business) -# - https://repo.backbase.com/api/pods/design-ios/ (backbase-pods-design) -plugin 'cocoapods-art', sources: %w[ - backbase-pods3 - backbase-pods-retail3 - backbase-pods-identity - backbase-pods-business - backbase-pods-design -] - install! 'cocoapods', deterministic_uuids: false source 'https://cdn.cocoapods.org/' +source 'https://repo.backbase.com/api/pods/pods' use_frameworks! inhibit_all_warnings! diff --git a/Podfile.lock b/Podfile.lock index 3229995..38b726a 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -178,6 +178,6 @@ SPEC CHECKSUMS: UserManagerUserProfileUseCase: 815483ec83429637fcd19363e87c4facd4b9f02b UserProfileJourney: 497a5bbb443c42eb0cee3f7a9606f5539fb0f2e4 -PODFILE CHECKSUM: 84ec749928bbe99b1cdcbb5fc32122250d9743f9 +PODFILE CHECKSUM: fe37cf9968cce62f6c93e2500762e3799c2a425b COCOAPODS: 1.15.2 diff --git a/README.md b/README.md index c3130be..8f12f7b 100644 --- a/README.md +++ b/README.md @@ -49,15 +49,6 @@ bundle install ```bash bundle exec fastlane setup ``` -- Set up CocoaPods repositories: -```bash -pod repo-art add backbase-pods3 "https://repo.backbase.com/artifactory/api/pods/ios3" && -pod repo-art add backbase-pods-retail3 "https://repo.backbase.com/artifactory/api/pods/ios-retail3" && -pod repo-art add backbase-pods-identity "https://repo.backbase.com/artifactory/api/pods/ios-identity" && -pod repo-art add backbase-pods-business "https://repo.backbase.com/artifactory/api/pods/ios-business" && -pod repo-art add backbase-pods-design "https://repo.backbase.com/artifactory/api/pods/design-ios" -``` - ### Test plan The project includes a test plan; however, Xcodegen cannot automatically include it. To integrate the test plan, follow these steps: