Skip to content

Commit f204199

Browse files
authored
Merge pull request #26 from loudnate/dev
0.3.0
2 parents 73e3726 + 1caeacf commit f204199

File tree

240 files changed

+4064
-606
lines changed

Some content is hidden

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

240 files changed

+4064
-606
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

55
## Build generated
6-
build/
6+
# build/
77
DerivedData
88

99
## Various settings
@@ -49,8 +49,10 @@ Pods/
4949
# Carthage
5050
#
5151
# Add this line if you want to avoid checking in source code from Carthage dependencies.
52-
Carthage/Checkouts
53-
Carthage/Build
52+
Carthage/Checkouts/
53+
Carthage/Build/tvOS/
54+
Carthage/Build/iOS/*.bcsymbolmap
55+
Carthage/Build/iOS/*.dSYM
5456

5557
# fastlane
5658
#

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: objective-c
22
osx_image: xcode7.3
3-
xcode_sdk: iphonesimulator9.3
4-
xcode_project: Loop.xcodeproj
5-
xcode_scheme: Loop
3+
# xcode_sdk: iphonesimulator9.3
4+
# xcode_project: Loop.xcodeproj
5+
# xcode_scheme: Loop
66
before_script:
7-
- carthage bootstrap
7+
# - carthage bootstrap
8+
- cp Loop/RemoteSettings-template.plist Loop/RemoteSettings.plist
89
script:
10+
# Build the app target
11+
- xctool -project Loop.xcodeproj -scheme Loop build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
12+
# Run the test target
913
- xctool -project Loop.xcodeproj -scheme LoopTests -sdk iphonesimulator9.3 test

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ github "loudnate/LoopKit" ~> 0.3
22
github "loudnate/xDripG5" ~> 0.4
33
github "loudnate/SwiftCharts" "loudnate/naterade"
44
github "mddub/dexcom-share-client-swift" ~> 0.1
5-
github "ps2/rileylink_ios" ~> 0.3.2
5+
github "ps2/rileylink_ios" ~> 0.3.3
66
github "mpurland/Amplitude-iOS" "framework"

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ github "loudnate/Crypto" "e0ef5b498f2c373d676135dabf5d1803b8558509"
33
github "loudnate/LoopKit" "v0.3.2"
44
github "loudnate/SwiftCharts" "dc8f5fbb29e391a65995d138158139559e365a1e"
55
github "mddub/dexcom-share-client-swift" "v0.1.2"
6-
github "ps2/rileylink_ios" "v0.3.2"
6+
github "ps2/rileylink_ios" "v0.3.3"
77
github "loudnate/xDripG5" "0.4.1"
Binary file not shown.

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

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/AmplitudeFramework.framework/Headers/AMPDeviceInfo.h

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/AmplitudeFramework.framework/Headers/AMPIdentify.h

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/AmplitudeFramework.framework/Headers/AMPLocationManagerDelegate.h

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/AmplitudeFramework.framework/Headers/AMPRevenue.h

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/AmplitudeFramework.framework/Headers/AMPURLConnection.h

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/AmplitudeFramework.framework/Headers/AMPUtils.h

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/iOS/AmplitudeFramework.framework/Headers/Amplitude+SSLPinning.h

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)