Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Xcode 8.1 (#95)
Browse files Browse the repository at this point in the history
* Update to Swift 3.0.1

* Update travis

* Update Carthage

* Remove signing from Tests target

* Remove build

* Update carthage

* Update Travis

* Update schemas
  • Loading branch information
3lvis authored Nov 6, 2016
1 parent 534a590 commit b53b730
Show file tree
Hide file tree
Showing 88 changed files with 116 additions and 18,211 deletions.
14 changes: 6 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Icon

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -28,11 +27,10 @@ DerivedData
*.xcscmblueprint
*.gcno
*.gcda
*.bcsymbolmap

# CocoaPods
Pods

# Carthage
Carthage/Checkouts
Carthage/Build/iOS/DATASource

Carthage/Build/watchOS
Carthage/Build/tvOS/DATASource.framework*
Carthage/Build/Mac/DATASource.framework*
Carthage/Build/iOS/DATASource.framework*
DATASource.framework.zip
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
3.0.1
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
osx_image: xcode8
osx_image: xcode8.1
language: objective-c
script: xcodebuild -project Demo.xcodeproj -scheme Tests -sdk iphonesimulator build test -destination 'platform=iOS Simulator,name=iPhone 6' | xcpretty -c && exit ${PIPESTATUS[0]}
script:
- xcodebuild -project Demo.xcodeproj -scheme SwiftDemo -destination 'platform=iOS Simulator,name=iPhone 6' build | xcpretty
- xcodebuild -project Demo.xcodeproj -scheme ObjectiveCDemo -destination 'platform=iOS Simulator,name=iPhone 6' build | xcpretty
- xcodebuild -project Demo.xcodeproj -scheme Tests -destination 'platform=iOS Simulator,name=iPhone 6' test | xcpretty
notifications:
email: false
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "SyncDB/DATAStack" "6.0.1"
github "SyncDB/DATAStack" "6.1.3"
Binary file not shown.
Binary file modified Carthage/Build/Mac/DATAStack.framework/Versions/A/DATAStack
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,527 changes: 0 additions & 1,527 deletions Carthage/Build/iOS/29D86E0F-A7CA-3562-B859-C10028B63F8E.bcsymbolmap

This file was deleted.

809 changes: 0 additions & 809 deletions Carthage/Build/iOS/50FF2293-E738-3514-B9CB-B74161B6D354.bcsymbolmap

This file was deleted.

883 changes: 0 additions & 883 deletions Carthage/Build/iOS/69F106AC-BED7-3BCB-B9FE-98EF1E5EE7EA.bcsymbolmap

This file was deleted.

809 changes: 0 additions & 809 deletions Carthage/Build/iOS/790DA4D9-1E5F-3100-81F8-48D77B4B694A.bcsymbolmap

This file was deleted.

809 changes: 0 additions & 809 deletions Carthage/Build/iOS/88140B30-85C4-3EFF-81FD-243C3D91BAD5.bcsymbolmap

This file was deleted.

1,443 changes: 0 additions & 1,443 deletions Carthage/Build/iOS/90CEF8CD-132D-30C7-9496-6CD8CA892820.bcsymbolmap

This file was deleted.

883 changes: 0 additions & 883 deletions Carthage/Build/iOS/A2C14201-200F-3877-BC76-2E454FBFF236.bcsymbolmap

This file was deleted.

883 changes: 0 additions & 883 deletions Carthage/Build/iOS/D1D1D8E2-1EA3-3E94-9767-BA903496D600.bcsymbolmap

This file was deleted.

1,520 changes: 0 additions & 1,520 deletions Carthage/Build/iOS/D993F7E4-C5B0-3EB1-9345-C759DFF199BB.bcsymbolmap

This file was deleted.

20 changes: 0 additions & 20 deletions Carthage/Build/iOS/DATASource.framework.dSYM/Contents/Info.plist

This file was deleted.

Binary file not shown.
Binary file removed Carthage/Build/iOS/DATASource.framework/DATASource
Binary file not shown.
Loading

0 comments on commit b53b730

Please sign in to comment.