-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from dojo-engineering/develop
Release 1.4.5
- Loading branch information
Showing
4 changed files
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ use_frameworks! | |
platform :ios, '11.0' | ||
|
||
target 'Dojo-SDK-UI' do | ||
pod 'dojo-ios-sdk', :git => '[email protected]:Dojo-Engineering/dojo-ios-sdk.git', :tag => '1.4.2' | ||
pod 'dojo-ios-sdk', :git => '[email protected]:Dojo-Engineering/dojo-ios-sdk.git', :tag => '1.4.3' | ||
pod 'dojo-ios-sdk-drop-in-ui', :path => '../', :testspecs => ['DojoSDKUI-Tests'] | ||
pod 'CocoaDebug', :configurations => ['Debug'] #network trafic tool | ||
|
||
|
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
PODS: | ||
- CocoaDebug (1.7.2) | ||
- dojo-ios-sdk (1.4.2) | ||
- dojo-ios-sdk-drop-in-ui (1.4.3): | ||
- dojo-ios-sdk (= 1.4.2) | ||
- dojo-ios-sdk-drop-in-ui/DojoSDKUI-Tests (1.4.3): | ||
- dojo-ios-sdk (= 1.4.2) | ||
- dojo-ios-sdk (1.4.3) | ||
- dojo-ios-sdk-drop-in-ui (1.4.5): | ||
- dojo-ios-sdk (= 1.4.3) | ||
- dojo-ios-sdk-drop-in-ui/DojoSDKUI-Tests (1.4.5): | ||
- dojo-ios-sdk (= 1.4.3) | ||
|
||
DEPENDENCIES: | ||
- CocoaDebug | ||
- "dojo-ios-sdk (from `[email protected]:Dojo-Engineering/dojo-ios-sdk.git`, tag `1.4.2`)" | ||
- "dojo-ios-sdk (from `[email protected]:Dojo-Engineering/dojo-ios-sdk.git`, tag `1.4.3`)" | ||
- dojo-ios-sdk-drop-in-ui (from `../`) | ||
- dojo-ios-sdk-drop-in-ui/DojoSDKUI-Tests (from `../`) | ||
|
||
|
@@ -19,20 +19,20 @@ SPEC REPOS: | |
EXTERNAL SOURCES: | ||
dojo-ios-sdk: | ||
:git: "[email protected]:Dojo-Engineering/dojo-ios-sdk.git" | ||
:tag: 1.4.2 | ||
:tag: 1.4.3 | ||
dojo-ios-sdk-drop-in-ui: | ||
:path: "../" | ||
|
||
CHECKOUT OPTIONS: | ||
dojo-ios-sdk: | ||
:git: "[email protected]:Dojo-Engineering/dojo-ios-sdk.git" | ||
:tag: 1.4.2 | ||
:tag: 1.4.3 | ||
|
||
SPEC CHECKSUMS: | ||
CocoaDebug: 61cf93ada6ce8f3407507dc01f9b874d91ac1d5c | ||
dojo-ios-sdk: 8518ed98a2d2e26830ecd50455697e87a68d66c0 | ||
dojo-ios-sdk-drop-in-ui: 1394be9eb04ba5d50552230774f0404e3f90cb0a | ||
dojo-ios-sdk: cc855ff5b4e0edc6c6bffc97e830e6bccc2b2a0e | ||
dojo-ios-sdk-drop-in-ui: d9d8678ca3cd8a075f9c4eef8159728905bae052 | ||
|
||
PODFILE CHECKSUM: a1f0f7593bc5e230fbeab7a687f948b4e276d308 | ||
PODFILE CHECKSUM: 49ec490318c2b6e70376f12441b394f28c447b1c | ||
|
||
COCOAPODS: 1.15.2 |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ let package = Package( | |
], | ||
dependencies: [ | ||
// Dojo libs | ||
.package(url: "[email protected]:dojo-engineering/dojo-ios-sdk", from: "1.4.2"), | ||
.package(url: "[email protected]:dojo-engineering/dojo-ios-sdk", from: "1.4.3"), | ||
], | ||
targets: [ | ||
// Targets are the basic building blocks of a package. A target can define a module or a test suite. | ||
|
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