|
23 | 23 | 810F5EE52C3C85FD001AD056 /* ThingWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 810F5ED12C3C85FC001AD056 /* ThingWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
24 | 24 | 813D16DF2C3C9181005E58A1 /* Thing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810F5EC92C3C78C3001AD056 /* Thing.swift */; };
|
25 | 25 | 813D16E02C3C92F6005E58A1 /* DataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810F5ECB2C3C8371001AD056 /* DataModel.swift */; };
|
| 26 | + 81FE4B232C3CDBD80085360E /* MinusIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81FE4B222C3CDBD80085360E /* MinusIntent.swift */; }; |
| 27 | + 81FE4B242C3CDBD80085360E /* MinusIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81FE4B222C3CDBD80085360E /* MinusIntent.swift */; }; |
26 | 28 | /* End PBXBuildFile section */
|
27 | 29 |
|
28 | 30 | /* Begin PBXContainerItemProxy section */
|
|
68 | 70 | 810F5EE22C3C85FD001AD056 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
69 | 71 | 810F5EEA2C3C862E001AD056 /* SwiftDataWidget.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SwiftDataWidget.entitlements; sourceTree = "<group>"; };
|
70 | 72 | 810F5EEB2C3C864E001AD056 /* ThingWidgetExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ThingWidgetExtension.entitlements; sourceTree = SOURCE_ROOT; };
|
| 73 | + 81FE4B222C3CDBD80085360E /* MinusIntent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MinusIntent.swift; sourceTree = "<group>"; }; |
71 | 74 | /* End PBXFileReference section */
|
72 | 75 |
|
73 | 76 | /* Begin PBXFrameworksBuildPhase section */
|
|
148 | 151 | 810F5EDA2C3C85FC001AD056 /* ThingWidgetControl.swift */,
|
149 | 152 | 810F5EDC2C3C85FC001AD056 /* ThingWidget.swift */,
|
150 | 153 | 810F5EDE2C3C85FC001AD056 /* CountIntent.swift */,
|
| 154 | + 81FE4B222C3CDBD80085360E /* MinusIntent.swift */, |
151 | 155 | 810F5EE02C3C85FD001AD056 /* Assets.xcassets */,
|
152 | 156 | 810F5EE22C3C85FD001AD056 /* Info.plist */,
|
153 | 157 | );
|
|
259 | 263 | 810F5ECC2C3C8371001AD056 /* DataModel.swift in Sources */,
|
260 | 264 | 810F5ECA2C3C78C3001AD056 /* Thing.swift in Sources */,
|
261 | 265 | 810F5EBC2C3C4F8C001AD056 /* SwiftDataWidgetApp.swift in Sources */,
|
| 266 | + 81FE4B242C3CDBD80085360E /* MinusIntent.swift in Sources */, |
262 | 267 | );
|
263 | 268 | runOnlyForDeploymentPostprocessing = 0;
|
264 | 269 | };
|
265 | 270 | 810F5ECD2C3C85FC001AD056 /* Sources */ = {
|
266 | 271 | isa = PBXSourcesBuildPhase;
|
267 | 272 | buildActionMask = 2147483647;
|
268 | 273 | files = (
|
| 274 | + 81FE4B232C3CDBD80085360E /* MinusIntent.swift in Sources */, |
269 | 275 | 810F5EDB2C3C85FC001AD056 /* ThingWidgetControl.swift in Sources */,
|
270 | 276 | 810F5EDF2C3C85FC001AD056 /* CountIntent.swift in Sources */,
|
271 | 277 | 810F5ED92C3C85FC001AD056 /* ThingWidgetBundle.swift in Sources */,
|
|
0 commit comments