Skip to content

Commit

Permalink
New repo access (#36)
Browse files Browse the repository at this point in the history
* feature - new pod access

* feature - update readme file
  • Loading branch information
tibor-is-back authored Sep 19, 2024
1 parent c7fc25d commit 756e1a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
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

0 comments on commit 756e1a1

Please sign in to comment.