|
@@ -147,6 +147,7 @@
|
|
|
FCC6886B24898FD800A0279D /* ObservationToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886A24898FD800A0279D /* ObservationToken.swift */; };
|
|
FCC6886B24898FD800A0279D /* ObservationToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886A24898FD800A0279D /* ObservationToken.swift */; };
|
|
|
FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886C2489909D00A0279D /* AnyConvertible.swift */; };
|
|
FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886C2489909D00A0279D /* AnyConvertible.swift */; };
|
|
|
FCC6886F2489A53800A0279D /* AppConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886E2489A53800A0279D /* AppConstants.swift */; };
|
|
FCC6886F2489A53800A0279D /* AppConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCC6886E2489A53800A0279D /* AppConstants.swift */; };
|
|
|
|
|
+ FCE537BC249A4D7D00F80BF8 /* carbBolusArrays.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCE537BB249A4D7D00F80BF8 /* carbBolusArrays.swift */; };
|
|
|
FCFEEC9E2486E68E00402A7F /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FCFEEC9D2486E68E00402A7F /* WebKit.framework */; };
|
|
FCFEEC9E2486E68E00402A7F /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FCFEEC9D2486E68E00402A7F /* WebKit.framework */; };
|
|
|
FCFEECA02488157B00402A7F /* Chart.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCFEEC9F2488157B00402A7F /* Chart.swift */; };
|
|
FCFEECA02488157B00402A7F /* Chart.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCFEEC9F2488157B00402A7F /* Chart.swift */; };
|
|
|
FCFEECA2248857A600402A7F /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCFEECA1248857A600402A7F /* SettingsViewController.swift */; };
|
|
FCFEECA2248857A600402A7F /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCFEECA1248857A600402A7F /* SettingsViewController.swift */; };
|
|
@@ -298,6 +299,8 @@
|
|
|
FCC6886C2489909D00A0279D /* AnyConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyConvertible.swift; sourceTree = "<group>"; };
|
|
FCC6886C2489909D00A0279D /* AnyConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyConvertible.swift; sourceTree = "<group>"; };
|
|
|
FCC6886E2489A53800A0279D /* AppConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppConstants.swift; sourceTree = "<group>"; };
|
|
FCC6886E2489A53800A0279D /* AppConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppConstants.swift; sourceTree = "<group>"; };
|
|
|
FCC688702489A57C00A0279D /* Loop Follow.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Loop Follow.entitlements"; sourceTree = "<group>"; };
|
|
FCC688702489A57C00A0279D /* Loop Follow.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Loop Follow.entitlements"; sourceTree = "<group>"; };
|
|
|
|
|
+ FCE537BB249A4D7D00F80BF8 /* carbBolusArrays.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = carbBolusArrays.swift; sourceTree = "<group>"; };
|
|
|
|
|
+ FCE537C2249AAB2600F80BF8 /* NotificationCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NotificationCenter.framework; path = System/Library/Frameworks/NotificationCenter.framework; sourceTree = SDKROOT; };
|
|
|
FCFEEC9D2486E68E00402A7F /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
|
FCFEEC9D2486E68E00402A7F /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
|
|
FCFEEC9F2488157B00402A7F /* Chart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Chart.swift; sourceTree = "<group>"; };
|
|
FCFEEC9F2488157B00402A7F /* Chart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Chart.swift; sourceTree = "<group>"; };
|
|
|
FCFEECA1248857A600402A7F /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
|
|
FCFEECA1248857A600402A7F /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
|
|
@@ -321,6 +324,7 @@
|
|
|
children = (
|
|
children = (
|
|
|
FCFEEC9D2486E68E00402A7F /* WebKit.framework */,
|
|
FCFEEC9D2486E68E00402A7F /* WebKit.framework */,
|
|
|
A7D55B42A22051DAD69E89D0 /* Pods_LoopFollow.framework */,
|
|
A7D55B42A22051DAD69E89D0 /* Pods_LoopFollow.framework */,
|
|
|
|
|
+ FCE537C2249AAB2600F80BF8 /* NotificationCenter.framework */,
|
|
|
);
|
|
);
|
|
|
name = Frameworks;
|
|
name = Frameworks;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -543,6 +547,7 @@
|
|
|
FCFEEC9F2488157B00402A7F /* Chart.swift */,
|
|
FCFEEC9F2488157B00402A7F /* Chart.swift */,
|
|
|
FCC0FAC124922A22003E610E /* DictionaryKeyPath.swift */,
|
|
FCC0FAC124922A22003E610E /* DictionaryKeyPath.swift */,
|
|
|
FC16A98024996C07003D6245 /* DateTime.swift */,
|
|
FC16A98024996C07003D6245 /* DateTime.swift */,
|
|
|
|
|
+ FCE537BB249A4D7D00F80BF8 /* carbBolusArrays.swift */,
|
|
|
);
|
|
);
|
|
|
path = helpers;
|
|
path = helpers;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -578,6 +583,7 @@
|
|
|
FC9788112485969B00A7906C /* Frameworks */,
|
|
FC9788112485969B00A7906C /* Frameworks */,
|
|
|
FC9788122485969B00A7906C /* Resources */,
|
|
FC9788122485969B00A7906C /* Resources */,
|
|
|
04DA71CCA0280FA5FA2DF7A6 /* [CP] Embed Pods Frameworks */,
|
|
04DA71CCA0280FA5FA2DF7A6 /* [CP] Embed Pods Frameworks */,
|
|
|
|
|
+ FCE537CE249AAB2600F80BF8 /* Embed App Extensions */,
|
|
|
);
|
|
);
|
|
|
buildRules = (
|
|
buildRules = (
|
|
|
);
|
|
);
|
|
@@ -594,7 +600,7 @@
|
|
|
FC97880C2485969B00A7906C /* Project object */ = {
|
|
FC97880C2485969B00A7906C /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
attributes = {
|
|
|
- LastSwiftUpdateCheck = 1140;
|
|
|
|
|
|
|
+ LastSwiftUpdateCheck = 1150;
|
|
|
LastUpgradeCheck = 1140;
|
|
LastUpgradeCheck = 1140;
|
|
|
ORGANIZATIONNAME = "Jon Fawcett";
|
|
ORGANIZATIONNAME = "Jon Fawcett";
|
|
|
TargetAttributes = {
|
|
TargetAttributes = {
|
|
@@ -817,6 +823,7 @@
|
|
|
FCC6886B24898FD800A0279D /* ObservationToken.swift in Sources */,
|
|
FCC6886B24898FD800A0279D /* ObservationToken.swift in Sources */,
|
|
|
FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */,
|
|
FCC6886D2489909D00A0279D /* AnyConvertible.swift in Sources */,
|
|
|
FC97881A2485969B00A7906C /* SceneDelegate.swift in Sources */,
|
|
FC97881A2485969B00A7906C /* SceneDelegate.swift in Sources */,
|
|
|
|
|
+ FCE537BC249A4D7D00F80BF8 /* carbBolusArrays.swift in Sources */,
|
|
|
FC16A98124996C07003D6245 /* DateTime.swift in Sources */,
|
|
FC16A98124996C07003D6245 /* DateTime.swift in Sources */,
|
|
|
FC3CAB022493B6220068A152 /* BackgroundTaskAudio.swift in Sources */,
|
|
FC3CAB022493B6220068A152 /* BackgroundTaskAudio.swift in Sources */,
|
|
|
);
|
|
);
|
|
@@ -964,6 +971,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
baseConfigurationReference = ECA3EFB4037410B4973BB632 /* Pods-LoopFollow.debug.xcconfig */;
|
|
baseConfigurationReference = ECA3EFB4037410B4973BB632 /* Pods-LoopFollow.debug.xcconfig */;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
|
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CODE_SIGN_ENTITLEMENTS = "LoopFollow/Loop Follow.entitlements";
|
|
CODE_SIGN_ENTITLEMENTS = "LoopFollow/Loop Follow.entitlements";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
@@ -983,6 +991,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
baseConfigurationReference = 059B0FA59AABFE72FE13DDDA /* Pods-LoopFollow.release.xcconfig */;
|
|
baseConfigurationReference = 059B0FA59AABFE72FE13DDDA /* Pods-LoopFollow.release.xcconfig */;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
|
|
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CODE_SIGN_ENTITLEMENTS = "LoopFollow/Loop Follow.entitlements";
|
|
CODE_SIGN_ENTITLEMENTS = "LoopFollow/Loop Follow.entitlements";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|