Skip to content

Commit

Permalink
Commit the framework dependencies.
Browse files Browse the repository at this point in the history
This will hopefully improve ease of building and common refrains like, "Did you remember to run `carthage bootstrap`?"
The slow rebuild times weren't helping either.
  • Loading branch information
loudnate committed Jun 9, 2016
1 parent 6e88b55 commit 8839870
Show file tree
Hide file tree
Showing 196 changed files with 3,055 additions and 19 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
# build/
DerivedData

## Various settings
Expand Down Expand Up @@ -49,8 +49,10 @@ Pods/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage/Checkouts
Carthage/Build
Carthage/Checkouts/
Carthage/Build/tvOS/
Carthage/Build/iOS/*.bcsymbolmap
Carthage/Build/iOS/*.dSYM

# fastlane
#
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ osx_image: xcode7.3
xcode_sdk: iphonesimulator9.3
xcode_project: Loop.xcodeproj
xcode_scheme: Loop
before_script:
- carthage bootstrap
# before_script:
# - carthage bootstrap
script:
- xctool -project Loop.xcodeproj -scheme LoopTests -sdk iphonesimulator9.3 test
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ github "loudnate/Crypto" "e0ef5b498f2c373d676135dabf5d1803b8558509"
github "loudnate/LoopKit" "v0.3.2"
github "loudnate/SwiftCharts" "dc8f5fbb29e391a65995d138158139559e365a1e"
github "mddub/dexcom-share-client-swift" "v0.1.2"
github "ps2/rileylink_ios" "c99c7e9dd473dc2e4accc770bf01cc60d27687a3"
github "ps2/rileylink_ios" "ccf7feb6300a16672353ba03f57bc3c9688917c6"
github "loudnate/xDripG5" "0.4.1"
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Carthage/Build/iOS/AmplitudeFramework.framework/Headers/AMPUtils.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8839870

Please sign in to comment.