-
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.
Merge pull request #152 from fassko/1.13
1.13
- Loading branch information
Showing
55 changed files
with
272 additions
and
179 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
88 changes: 88 additions & 0 deletions
88
Dodies.lv.xcworkspace/xcshareddata/swiftpm/Package.resolved
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 |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "Cache", | ||
"repositoryURL": "https://github.com/fassko/Cache", | ||
"state": { | ||
"branch": "master", | ||
"revision": "fa7f1aadd88428d05ff3bfcf7096a10a3f888a18", | ||
"version": null | ||
} | ||
}, | ||
{ | ||
"package": "HTMLString", | ||
"repositoryURL": "https://github.com/alexaubry/HTMLString", | ||
"state": { | ||
"branch": null, | ||
"revision": "373048cc4084dd7481c86e3bee41612eff93b14d", | ||
"version": "5.0.0" | ||
} | ||
}, | ||
{ | ||
"package": "Imaginary", | ||
"repositoryURL": "https://github.com/fassko/Imaginary", | ||
"state": { | ||
"branch": "master", | ||
"revision": "2847cd255160dabf4317d08843ab6ed8d16f2a67", | ||
"version": null | ||
} | ||
}, | ||
{ | ||
"package": "Lightbox", | ||
"repositoryURL": "https://github.com/fassko/Lightbox", | ||
"state": { | ||
"branch": "master", | ||
"revision": "b2b00a26165ab9bc66c2a9adf7bef0cfc8249cd9", | ||
"version": null | ||
} | ||
}, | ||
{ | ||
"package": "Localize_Swift", | ||
"repositoryURL": "https://github.com/marmelroy/Localize-Swift", | ||
"state": { | ||
"branch": null, | ||
"revision": "f2d0c6d790b8af64ae54377ad93494e8d3e46b17", | ||
"version": "3.1.0" | ||
} | ||
}, | ||
{ | ||
"package": "PromiseKit", | ||
"repositoryURL": "https://github.com/mxcl/PromiseKit.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "f14f16cc2602afec1030e4f492100d6d43dca544", | ||
"version": "6.13.1" | ||
} | ||
}, | ||
{ | ||
"package": "Realm", | ||
"repositoryURL": "https://github.com/realm/realm-cocoa.git", | ||
"state": { | ||
"branch": "master", | ||
"revision": "c766959951702087b70b3dd748d78e87b43a3bf9", | ||
"version": null | ||
} | ||
}, | ||
{ | ||
"package": "RealmCore", | ||
"repositoryURL": "https://github.com/realm/realm-core", | ||
"state": { | ||
"branch": null, | ||
"revision": "35662ff940e340bf630ad1d1d88acfc7af18bee6", | ||
"version": "5.23.8" | ||
} | ||
}, | ||
{ | ||
"package": "SwiftSpinner", | ||
"repositoryURL": "https://github.com/icanzilb/SwiftSpinner", | ||
"state": { | ||
"branch": null, | ||
"revision": "b11109c98524526af3a1c6f69c5818862acda6fb", | ||
"version": "2.1.0" | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} |
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
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
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
platform :ios, '12.0' | ||
|
||
target 'Dodies.lv' do | ||
use_frameworks! | ||
|
||
pod 'Kingfisher' | ||
pod 'ImageSlideshow' | ||
pod 'ImageSlideshow/Kingfisher' | ||
|
||
end |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
PODS: | ||
- ImageSlideshow (1.8.3): | ||
- ImageSlideshow/Core (= 1.8.3) | ||
- ImageSlideshow/Core (1.8.3) | ||
- ImageSlideshow/Kingfisher (1.8.3): | ||
- ImageSlideshow/Core | ||
- Kingfisher (> 3.0) | ||
- Kingfisher (5.13.2): | ||
- Kingfisher/Core (= 5.13.2) | ||
- Kingfisher/Core (5.13.2) | ||
|
||
DEPENDENCIES: | ||
- ImageSlideshow | ||
- ImageSlideshow/Kingfisher | ||
- Kingfisher | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- ImageSlideshow | ||
- Kingfisher | ||
|
||
SPEC CHECKSUMS: | ||
ImageSlideshow: 4694d7d699a1549582e7cc631fb392d8f91630f3 | ||
Kingfisher: d342c8354c10c3d85a27d6d4c42c41285924b898 | ||
|
||
PODFILE CHECKSUM: 5bf24953f6cb11c6516abf8baba083bfb6b92b8a | ||
|
||
COCOAPODS: 1.9.1 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 +1 @@ | ||
Kristaps Grinbergs | ||
Kristaps Grinbergs |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
dodies,daba,pārgājieni,takas,karte,latvija,latvia,piknins,taka,mežs,upes,ugunskurs,vasara,telts | ||
dodies,daba,pārgājieni,takas,karte,latvija,latvia,piknins,taka,mežs,upes,ugunskurs,vasara,telts |
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 +1 @@ | ||
http://dodies.lv | ||
https://dodies.lv |
Oops, something went wrong.