-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Javier Ribó <[email protected]>
- Loading branch information
1 parent
72e5169
commit 48f8a52
Showing
10 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -169,15 +169,15 @@ Inside your `Package.swift` file, add the following | |
```swift | ||
dependencies: [ | ||
.package( | ||
url: "[email protected]:input-output-hk/atala-prism-apollo.git", | ||
url: "[email protected]:[email protected]:hyperledger/identus-apollo.git", | ||
from: "<latest version>" | ||
) | ||
] | ||
``` | ||
### Using generated xcframework directly | ||
The following instruction using Xcode 15 | ||
1. Go the [Release Page](https://github.com/input-output-hk/atala-prism-apollo/releases) and check the latest version and download the `Apollo.xcframework.zip` file. | ||
1. Go the [Release Page](https://github.com/hyperledger/identus-apollo/releases) and check the latest version and download the `Apollo.xcframework.zip` file. | ||
2. Uncompress the downloaded file. | ||
3. Add the `Apollo.xcframework` to your Xcode project. | ||
4. When asked select Copy items if needed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ allprojects { | |
} | ||
issueManagement { | ||
system.set("Github") | ||
url.set("https://github.com/input-output-hk/atala-prism-apollo") | ||
url.set("https://github.com/hyperledger/identus-apollo") | ||
} | ||
licenses { | ||
license { | ||
|
@@ -124,9 +124,9 @@ allprojects { | |
} | ||
} | ||
scm { | ||
connection.set("scm:git:git://input-output-hk/atala-prism-apollo.git") | ||
developerConnection.set("scm:git:ssh://input-output-hk/atala-prism-apollo.git") | ||
url.set("https://github.com/input-output-hk/atala-prism-apollo") | ||
connection.set("scm:git:git://[email protected]:hyperledger/identus-apollo.git") | ||
developerConnection.set("scm:git:ssh://[email protected]:hyperledger/identus-apollo.git") | ||
url.set("https://github.com/hyperledger/identus-apollo") | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Pod::Spec.new do |s| | |
s.license = 'MIT' | ||
s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' | ||
s.author = { 'Ahmed Moussa' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/input-output-hk/atala-prism-apollo.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://github.com/[email protected]:hyperledger/identus-apollo.git', :tag => s.version.to_s } | ||
s.swift_version = '5.7' | ||
s.cocoapods_version = '>= 1.10.0' | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Pod::Spec.new do |s| | |
|
||
s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' | ||
s.author = { 'Gonçalo Frade' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/input-output-hk/atala-prism-apollo.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://github.com/[email protected]:hyperledger/identus-apollo.git', :tag => s.version.to_s } | ||
s.swift_version = '5.7' | ||
s.cocoapods_version = '>= 1.10.0' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Pod::Spec.new do |s| | |
s.license = 'MIT' | ||
s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' | ||
s.author = { 'Ahmed Moussa' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/input-output-hk/atala-prism-apollo.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://github.com/[email protected]:hyperledger/identus-apollo.git', :tag => s.version.to_s } | ||
s.swift_version = '5.7' | ||
s.cocoapods_version = '>= 1.10.0' | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Pod::Spec.new do |s| | |
|
||
s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' | ||
s.author = { 'Ahmed Moussa' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/input-output-hk/atala-prism-apollo.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://github.com/[email protected]:hyperledger/identus-apollo.git', :tag => s.version.to_s } | ||
s.swift_version = '5.7' | ||
s.cocoapods_version = '>= 1.10.0' | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,14 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/input-output-hk/atala-prism-apollo.git" | ||
"url": "git+https://github.com/[email protected]:hyperledger/identus-apollo.git" | ||
}, | ||
"author": "IOG", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/input-output-hk/atala-prism-apollo/issues" | ||
"url": "https://github.com/hyperledger/identus-apollo/issues" | ||
}, | ||
"homepage": "https://github.com/input-output-hk/atala-prism-apollo#readme", | ||
"homepage": "https://github.com/hyperledger/identus-apollo#readme", | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/exec": "^6.0.3", | ||
|