Skip to content

Commit

Permalink
Build on the fly (LoopKit#751)
Browse files Browse the repository at this point in the history
* Build dependencies on the fly

* Build dependencies first, without xcpretty

* update travis to use Xcode 9.4
  • Loading branch information
ps2 authored Jun 25, 2018
1 parent 8825eb9 commit 96a322e
Show file tree
Hide file tree
Showing 297 changed files with 329 additions and 5,648 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage/Checkouts/
Carthage/Build/tvOS/
Carthage/Build/iOS/*.bcsymbolmap
Carthage/Build/iOS/*.dSYM
Carthage/Build/watchOS/
Carthage/
.gitmodules

# fastlane
#
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: objective-c
osx_image: xcode9.3
osx_image: xcode9.4
# xcode_sdk: iphonesimulator11
# xcode_project: Loop.xcodeproj
# xcode_scheme: Loop
before_script:
# - carthage bootstrap
- set -o pipefail && xcodebuild -project Loop.xcodeproj -target Cartfile
script:
# Build the app target
- set -o pipefail && xcodebuild -project Loop.xcodeproj -scheme Loop build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "LoopKit/LoopKit" == 2.0
github "LoopKit/CGMBLEKit" == 2.1
github "LoopKit/CGMBLEKit" "dev"
github "i-schuetz/SwiftCharts" == 0.6.1
github "mddub/dexcom-share-client-swift" == 0.4.1
github "mddub/G4ShareSpy" == 0.3.3
Expand Down
18 changes: 0 additions & 18 deletions Carthage/Build/.Amplitude-iOS.version

This file was deleted.

21 changes: 0 additions & 21 deletions Carthage/Build/.CGMBLEKit.version

This file was deleted.

18 changes: 0 additions & 18 deletions Carthage/Build/.G4ShareSpy.version

This file was deleted.

25 changes: 0 additions & 25 deletions Carthage/Build/.LoopKit.version

This file was deleted.

21 changes: 0 additions & 21 deletions Carthage/Build/.SwiftCharts.version

This file was deleted.

18 changes: 0 additions & 18 deletions Carthage/Build/.dexcom-share-client-swift.version

This file was deleted.

41 changes: 0 additions & 41 deletions Carthage/Build/.rileylink_ios.version

This file was deleted.

18 changes: 0 additions & 18 deletions Carthage/Build/.xDripG5.version

This file was deleted.

Binary file removed Carthage/Build/iOS/Amplitude.framework/Amplitude
Binary file not shown.
68 changes: 0 additions & 68 deletions Carthage/Build/iOS/Amplitude.framework/Headers/AMPARCMacros.h

This file was deleted.

37 changes: 0 additions & 37 deletions Carthage/Build/iOS/Amplitude.framework/Headers/AMPConstants.h

This file was deleted.

40 changes: 0 additions & 40 deletions Carthage/Build/iOS/Amplitude.framework/Headers/AMPDatabaseHelper.h

This file was deleted.

20 changes: 0 additions & 20 deletions Carthage/Build/iOS/Amplitude.framework/Headers/AMPDeviceInfo.h

This file was deleted.

Loading

0 comments on commit 96a322e

Please sign in to comment.