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

New repo access #36

Merged
merged 2 commits into from
Sep 19, 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
15 changes: 1 addition & 14 deletions Podfile
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ SPEC CHECKSUMS:
UserManagerUserProfileUseCase: 815483ec83429637fcd19363e87c4facd4b9f02b
UserProfileJourney: 497a5bbb443c42eb0cee3f7a9606f5539fb0f2e4

PODFILE CHECKSUM: 84ec749928bbe99b1cdcbb5fc32122250d9743f9
PODFILE CHECKSUM: fe37cf9968cce62f6c93e2500762e3799c2a425b

COCOAPODS: 1.15.2
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading