Skip to content

Commit

Permalink
Swift 3 compatibility
Browse files Browse the repository at this point in the history
Mainly Xcode’s automatic changes and conversion to Eureka changes.
Also remove Pods from repo and added to gitignore file
  • Loading branch information
mats-claassen committed Nov 14, 2016
1 parent cc399c5 commit 8711908
Show file tree
Hide file tree
Showing 119 changed files with 179 additions and 11,005 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
TokenRow/Example/Pods/
Pods/

# Carthage
#
Expand Down
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target 'SuggestionRow' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

pod 'Eureka'
pod 'Eureka', '~> 2.0.0-beta.1'

target 'SuggestionRowTests' do
inherit! :search_paths
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- Eureka (1.7.0)
- Eureka (2.0.0-beta.1)

DEPENDENCIES:
- Eureka
- Eureka (~> 2.0.0-beta.1)

SPEC CHECKSUMS:
Eureka: 2020d9faeef7b7e9adeb9e3d8af779e5931c1897
Eureka: d014adf16406745e1a78d5790ea37ed130a0a8e5

PODFILE CHECKSUM: 9b4e9ecbeea8e4c5920d30afc741c160a113b29f
PODFILE CHECKSUM: 66ec989de1a89e7086253aee2c4cd3944902f374

COCOAPODS: 1.0.0
COCOAPODS: 1.2.0.beta.1
22 changes: 0 additions & 22 deletions Pods/Eureka/LICENSE

This file was deleted.

Loading

0 comments on commit 8711908

Please sign in to comment.