Skip to content

Commit

Permalink
Add Apple Shortcuts to Loop Repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gestrich committed Sep 17, 2022
1 parent 9075ac9 commit e214c3f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,9 @@
89F9119324358E4500ECCAF3 /* CarbAbsorptionTime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CarbAbsorptionTime.swift; sourceTree = "<group>"; };
89F9119524358E6900ECCAF3 /* BolusPickerValues.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BolusPickerValues.swift; sourceTree = "<group>"; };
89FE21AC24AC57E30033F501 /* Collection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Collection.swift; sourceTree = "<group>"; };
A900531A28D60862000BC15B /* Loop.shortcut */ = {isa = PBXFileReference; lastKnownFileType = file; path = Loop.shortcut; sourceTree = "<group>"; };
A900531B28D608CA000BC15B /* Cancel Override.shortcut */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Cancel Override.shortcut"; sourceTree = "<group>"; };
A900531C28D6090D000BC15B /* Loop Remote Overrides.shortcut */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Loop Remote Overrides.shortcut"; sourceTree = "<group>"; };
A9122E8526D1506E00CDF0F5 /* Base32.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Base32.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A91D2A3E26CF0FF80023B075 /* IconTitleSubtitleTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconTitleSubtitleTableViewCell.swift; sourceTree = "<group>"; };
A91E4C2024F867A700BE9213 /* StoredAlertTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoredAlertTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1798,6 +1801,7 @@
43E2D8D21D20BF42004DA55F /* DoseMathTests */,
43D9FFA321EA9A0C00AF44BF /* Learn */,
E9B07F7D253BBA6500BAD8F8 /* Loop Intent Extension */,
A900531928D60852000BC15B /* Shortcuts */,
968DCD53F724DE56FFE51920 /* Frameworks */,
43776F8D1B8022E90074EA36 /* Products */,
437D9BA11D7B5203007245E8 /* Loop.xcconfig */,
Expand Down Expand Up @@ -2507,6 +2511,16 @@
name = Frameworks;
sourceTree = "<group>";
};
A900531928D60852000BC15B /* Shortcuts */ = {
isa = PBXGroup;
children = (
A900531B28D608CA000BC15B /* Cancel Override.shortcut */,
A900531C28D6090D000BC15B /* Loop Remote Overrides.shortcut */,
A900531A28D60862000BC15B /* Loop.shortcut */,
);
path = Shortcuts;
sourceTree = "<group>";
};
A9E6DFE4246A0418005B1A1C /* Extensions */ = {
isa = PBXGroup;
children = (
Expand Down
Binary file added Shortcuts/Cancel Override.shortcut
Binary file not shown.
Binary file added Shortcuts/Loop Remote Overrides.shortcut
Binary file not shown.
Binary file added Shortcuts/Loop.shortcut
Binary file not shown.

0 comments on commit e214c3f

Please sign in to comment.