Skip to content

Commit e214c3f

Browse files
committed
Add Apple Shortcuts to Loop Repo.
1 parent 9075ac9 commit e214c3f

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

Loop.xcodeproj/project.pbxproj

+14
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,9 @@
12981298
89F9119324358E4500ECCAF3 /* CarbAbsorptionTime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CarbAbsorptionTime.swift; sourceTree = "<group>"; };
12991299
89F9119524358E6900ECCAF3 /* BolusPickerValues.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BolusPickerValues.swift; sourceTree = "<group>"; };
13001300
89FE21AC24AC57E30033F501 /* Collection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Collection.swift; sourceTree = "<group>"; };
1301+
A900531A28D60862000BC15B /* Loop.shortcut */ = {isa = PBXFileReference; lastKnownFileType = file; path = Loop.shortcut; sourceTree = "<group>"; };
1302+
A900531B28D608CA000BC15B /* Cancel Override.shortcut */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Cancel Override.shortcut"; sourceTree = "<group>"; };
1303+
A900531C28D6090D000BC15B /* Loop Remote Overrides.shortcut */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Loop Remote Overrides.shortcut"; sourceTree = "<group>"; };
13011304
A9122E8526D1506E00CDF0F5 /* Base32.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Base32.framework; sourceTree = BUILT_PRODUCTS_DIR; };
13021305
A91D2A3E26CF0FF80023B075 /* IconTitleSubtitleTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconTitleSubtitleTableViewCell.swift; sourceTree = "<group>"; };
13031306
A91E4C2024F867A700BE9213 /* StoredAlertTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoredAlertTests.swift; sourceTree = "<group>"; };
@@ -1798,6 +1801,7 @@
17981801
43E2D8D21D20BF42004DA55F /* DoseMathTests */,
17991802
43D9FFA321EA9A0C00AF44BF /* Learn */,
18001803
E9B07F7D253BBA6500BAD8F8 /* Loop Intent Extension */,
1804+
A900531928D60852000BC15B /* Shortcuts */,
18011805
968DCD53F724DE56FFE51920 /* Frameworks */,
18021806
43776F8D1B8022E90074EA36 /* Products */,
18031807
437D9BA11D7B5203007245E8 /* Loop.xcconfig */,
@@ -2507,6 +2511,16 @@
25072511
name = Frameworks;
25082512
sourceTree = "<group>";
25092513
};
2514+
A900531928D60852000BC15B /* Shortcuts */ = {
2515+
isa = PBXGroup;
2516+
children = (
2517+
A900531B28D608CA000BC15B /* Cancel Override.shortcut */,
2518+
A900531C28D6090D000BC15B /* Loop Remote Overrides.shortcut */,
2519+
A900531A28D60862000BC15B /* Loop.shortcut */,
2520+
);
2521+
path = Shortcuts;
2522+
sourceTree = "<group>";
2523+
};
25102524
A9E6DFE4246A0418005B1A1C /* Extensions */ = {
25112525
isa = PBXGroup;
25122526
children = (

Shortcuts/Cancel Override.shortcut

22.3 KB
Binary file not shown.
24.7 KB
Binary file not shown.

Shortcuts/Loop.shortcut

46.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)