Skip to content

Commit 96a322e

Browse files
authored
Build on the fly (#751)
* Build dependencies on the fly * Build dependencies first, without xcpretty * update travis to use Xcode 9.4
1 parent 8825eb9 commit 96a322e

File tree

297 files changed

+329
-5648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+329
-5648
lines changed

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,8 @@ Pods/
5050
# Carthage
5151
#
5252
# Add this line if you want to avoid checking in source code from Carthage dependencies.
53-
Carthage/Checkouts/
54-
Carthage/Build/tvOS/
55-
Carthage/Build/iOS/*.bcsymbolmap
56-
Carthage/Build/iOS/*.dSYM
57-
Carthage/Build/watchOS/
53+
Carthage/
54+
.gitmodules
5855

5956
# fastlane
6057
#

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: objective-c
2-
osx_image: xcode9.3
2+
osx_image: xcode9.4
33
# xcode_sdk: iphonesimulator11
44
# xcode_project: Loop.xcodeproj
55
# xcode_scheme: Loop
66
before_script:
7-
# - carthage bootstrap
7+
- set -o pipefail && xcodebuild -project Loop.xcodeproj -target Cartfile
88
script:
99
# Build the app target
1010
- set -o pipefail && xcodebuild -project Loop.xcodeproj -scheme Loop build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "LoopKit/LoopKit" == 2.0
2-
github "LoopKit/CGMBLEKit" == 2.1
2+
github "LoopKit/CGMBLEKit" "dev"
33
github "i-schuetz/SwiftCharts" == 0.6.1
44
github "mddub/dexcom-share-client-swift" == 0.4.1
55
github "mddub/G4ShareSpy" == 0.3.3

Carthage/Build/.Amplitude-iOS.version

Lines changed: 0 additions & 18 deletions
This file was deleted.

Carthage/Build/.CGMBLEKit.version

Lines changed: 0 additions & 21 deletions
This file was deleted.

Carthage/Build/.G4ShareSpy.version

Lines changed: 0 additions & 18 deletions
This file was deleted.

Carthage/Build/.LoopKit.version

Lines changed: 0 additions & 25 deletions
This file was deleted.

Carthage/Build/.SwiftCharts.version

Lines changed: 0 additions & 21 deletions
This file was deleted.

Carthage/Build/.dexcom-share-client-swift.version

Lines changed: 0 additions & 18 deletions
This file was deleted.

Carthage/Build/.rileylink_ios.version

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)