Skip to content

Commit 2e39a93

Browse files
authored
Merge pull request #789 from LoopKit/dev
Release 1.9
2 parents a711c57 + 3398e09 commit 2e39a93

File tree

547 files changed

+10392
-10079
lines changed

Some content is hidden

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

547 files changed

+10392
-10079
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github "LoopKit/LoopKit" == 1.5.6
2-
github "LoopKit/CGMBLEKit" == 2.1
1+
github "LoopKit/LoopKit" == 2.1.2
2+
github "LoopKit/CGMBLEKit" == 2.1.1
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
6-
github "ps2/rileylink_ios" == 2.0.0
6+
github "ps2/rileylink_ios" == 2.0.3
77
github "LoopKit/Amplitude-iOS" "decreepify"

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github "LoopKit/Amplitude-iOS" "2137d5fd44bf630ed33e1e72d7af6d8f8612f270"
2-
github "LoopKit/CGMBLEKit" "v2.1.0"
3-
github "LoopKit/LoopKit" "v1.5.6"
4-
github "i-schuetz/SwiftCharts" "6b55a26a7b0b95e49202ddc1db5404702fce114f"
2+
github "LoopKit/CGMBLEKit" "v2.1.1"
3+
github "LoopKit/LoopKit" "v2.1.2"
4+
github "i-schuetz/SwiftCharts" "0.6.1"
55
github "mddub/G4ShareSpy" "v0.3.3"
66
github "mddub/dexcom-share-client-swift" "v0.4.1"
7-
github "ps2/rileylink_ios" "v2.0.0"
7+
github "ps2/rileylink_ios" "v2.0.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 & 30 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.

0 commit comments

Comments
 (0)