Skip to content

Commit a3c23d2

Browse files
authored
Merge pull request #3 from bharat/dev-watch-sk
Dev watch sk
2 parents a711c57 + 604ef63 commit a3c23d2

File tree

422 files changed

+3908
-9436
lines changed

Some content is hidden

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

422 files changed

+3908
-9436
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" "dev"
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
6-
github "ps2/rileylink_ios" == 2.0.0
6+
github "ps2/rileylink_ios" "dev"
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" "1f9d0f221b886f12bcb2c46dc0b551589b623210"
3+
github "LoopKit/LoopKit" "7082c64333113ad83238e483e83029c161ac35bb"
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" "4a714a59d399aeb2984cbbe0434f02e6b59cfec5"

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.

Carthage/Build/.rileylink_ios.version

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

Carthage/Build/.xDripG5.version

Lines changed: 0 additions & 18 deletions
This file was deleted.
-1.85 MB
Binary file not shown.

Carthage/Build/iOS/Amplitude.framework/Headers/AMPARCMacros.h

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

Carthage/Build/iOS/Amplitude.framework/Headers/AMPConstants.h

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

Carthage/Build/iOS/Amplitude.framework/Headers/AMPDatabaseHelper.h

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

0 commit comments

Comments
 (0)