Skip to content

Commit

Permalink
Use the latest stable version in examples
Browse files Browse the repository at this point in the history
Remove version specifiers in Carthage examples which means that we'll
always use the latest stable (tagged) version. At the moment this is
provisional 0.10.5 version, then it will be 0.11, and so on.

Drop the lock files as well and add them into .gitignore. That way
the users will recreate the lockfiles as necessary and won't commit
them accidentally during development.
  • Loading branch information
ilammy committed Mar 22, 2019
1 parent 368228a commit d75a5a7
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ docs/examples/Themis-server/swift/Pods
docs/examples/Themis-server/Obj-C/Pods
docs/examples/swift/Pods
docs/examples/objc/Pods
docs/examples/**/Carthage
docs/examples/**/Cartfile.resolved

# rust
/target
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/objc/iOS-Carthage/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "cossacklabs/themis" "a415c1da65105ad42d4a201e57493f1b6e38cfee"
github "cossacklabs/themis"
2 changes: 0 additions & 2 deletions docs/examples/objc/iOS-Carthage/Cartfile.resolved

This file was deleted.

2 changes: 1 addition & 1 deletion docs/examples/objc/macOS-Carthage/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "cossacklabs/themis" "a415c1da65105ad42d4a201e57493f1b6e38cfee"
github "cossacklabs/themis"
2 changes: 0 additions & 2 deletions docs/examples/objc/macOS-Carthage/Cartfile.resolved

This file was deleted.

2 changes: 1 addition & 1 deletion docs/examples/swift/iOS-Carthage/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "cossacklabs/themis" "a415c1da65105ad42d4a201e57493f1b6e38cfee"
github "cossacklabs/themis"
2 changes: 0 additions & 2 deletions docs/examples/swift/iOS-Carthage/Cartfile.resolved

This file was deleted.

2 changes: 1 addition & 1 deletion docs/examples/swift/macOS-Carthage/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "cossacklabs/themis" "a415c1da65105ad42d4a201e57493f1b6e38cfee"
github "cossacklabs/themis"
2 changes: 0 additions & 2 deletions docs/examples/swift/macOS-Carthage/Cartfile.resolved

This file was deleted.

0 comments on commit d75a5a7

Please sign in to comment.