-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Updating Frameworks
Updating frameworks is complex. First fork the following 5 frameworks:
LoopKit dexcom-share-client-swift rileylink_ios G4ShareSpy CGMBLEKit
Then, update the cartfile of Loop to the following:
github "yourRepoHere/LoopKit" "yourBranchHere" .
github "yourRepoHere/CGMBLEKit" "yourBranchHere" .
github "i-schuetz/SwiftCharts" == 0.6.5 .
github "yourRepoHere/dexcom-share-client-swift" "yourBranchHere" .
github "yourRepoHere/G4ShareSpy" "yourBranchHere" .
github "yourRepoHere/rileylink_ios" "yourBranchHere" .
github "LoopKit/Amplitude-iOS" "decreepify" .
Then update cartfile of each one of those frameworks to: github "yourRepoHere/LoopKit" "yourBranchHere"
Additionally update cartfile of G4ShareSpy and CGMBLE kit to point to: github "yourRepoHere/dexcom-share-client-swift" "yourBranchHere"
Commit all frameworks and push to your repo