|
|
@ -10,6 +10,9 @@ |
|
|
|
5407E5022A2A8AE200EF00B8 /* JustOneThingApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5483903A2A2A773900BF5624 /* JustOneThingApp.swift */; }; |
|
|
|
5407E5022A2A8AE200EF00B8 /* JustOneThingApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5483903A2A2A773900BF5624 /* JustOneThingApp.swift */; }; |
|
|
|
5407E5032A2A8AE700EF00B8 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5483903C2A2A773900BF5624 /* ContentView.swift */; }; |
|
|
|
5407E5032A2A8AE700EF00B8 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5483903C2A2A773900BF5624 /* ContentView.swift */; }; |
|
|
|
5407E5042A2A8AEA00EF00B8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5483903E2A2A773A00BF5624 /* Assets.xcassets */; }; |
|
|
|
5407E5042A2A8AEA00EF00B8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5483903E2A2A773A00BF5624 /* Assets.xcassets */; }; |
|
|
|
|
|
|
|
5416C7382A56A867002196EE /* InterfaceExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5416C7372A56A867002196EE /* InterfaceExtensions.swift */; }; |
|
|
|
|
|
|
|
5416C7392A56A867002196EE /* InterfaceExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5416C7372A56A867002196EE /* InterfaceExtensions.swift */; }; |
|
|
|
|
|
|
|
5416C73A2A56A867002196EE /* InterfaceExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5416C7372A56A867002196EE /* InterfaceExtensions.swift */; }; |
|
|
|
5431ED7A2A2A77CA00515680 /* JustOneThingWatch.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 5431ED6D2A2A77C900515680 /* JustOneThingWatch.app */; platformFilter = ios; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
|
|
|
5431ED7A2A2A77CA00515680 /* JustOneThingWatch.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 5431ED6D2A2A77C900515680 /* JustOneThingWatch.app */; platformFilter = ios; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
|
|
|
5472018C2A36563A005B2FCC /* WidgetAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 54928C372A35F8B800095445 /* WidgetAssets.xcassets */; }; |
|
|
|
5472018C2A36563A005B2FCC /* WidgetAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 54928C372A35F8B800095445 /* WidgetAssets.xcassets */; }; |
|
|
|
5472018E2A36563B005B2FCC /* Widget.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 54928C1C2A35F89900095445 /* Widget.intentdefinition */; }; |
|
|
|
5472018E2A36563B005B2FCC /* Widget.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 54928C1C2A35F89900095445 /* Widget.intentdefinition */; }; |
|
|
@ -112,6 +115,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */ |
|
|
|
/* Begin PBXFileReference section */ |
|
|
|
5407E5062A35B96E00EF00B8 /* JustOneThingWatch.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = JustOneThingWatch.entitlements; sourceTree = "<group>"; }; |
|
|
|
5407E5062A35B96E00EF00B8 /* JustOneThingWatch.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = JustOneThingWatch.entitlements; sourceTree = "<group>"; }; |
|
|
|
|
|
|
|
5416C7372A56A867002196EE /* InterfaceExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceExtensions.swift; sourceTree = "<group>"; }; |
|
|
|
5431ED6D2A2A77C900515680 /* JustOneThingWatch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JustOneThingWatch.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
5431ED6D2A2A77C900515680 /* JustOneThingWatch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JustOneThingWatch.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
547201942A461554005B2FCC /* PhoneWidget.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PhoneWidget.entitlements; sourceTree = "<group>"; }; |
|
|
|
547201942A461554005B2FCC /* PhoneWidget.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PhoneWidget.entitlements; sourceTree = "<group>"; }; |
|
|
|
547201952A461558005B2FCC /* WatchWidget.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WatchWidget.entitlements; sourceTree = "<group>"; }; |
|
|
|
547201952A461558005B2FCC /* WatchWidget.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WatchWidget.entitlements; sourceTree = "<group>"; }; |
|
|
@ -203,6 +207,7 @@ |
|
|
|
54EB3C1E2A5434A30082B059 /* Thing.swift */, |
|
|
|
54EB3C1E2A5434A30082B059 /* Thing.swift */, |
|
|
|
54928C4A2A35F8CB00095445 /* JustOneThingWidget.swift */, |
|
|
|
54928C4A2A35F8CB00095445 /* JustOneThingWidget.swift */, |
|
|
|
5493A81A2A471E36001EBA08 /* JustOneThingProvider.swift */, |
|
|
|
5493A81A2A471E36001EBA08 /* JustOneThingProvider.swift */, |
|
|
|
|
|
|
|
5416C7372A56A867002196EE /* InterfaceExtensions.swift */, |
|
|
|
54928C372A35F8B800095445 /* WidgetAssets.xcassets */, |
|
|
|
54928C372A35F8B800095445 /* WidgetAssets.xcassets */, |
|
|
|
54928C392A35F8B800095445 /* Info.plist */, |
|
|
|
54928C392A35F8B800095445 /* Info.plist */, |
|
|
|
54928C1C2A35F89900095445 /* Widget.intentdefinition */, |
|
|
|
54928C1C2A35F89900095445 /* Widget.intentdefinition */, |
|
|
@ -493,6 +498,7 @@ |
|
|
|
54EB3C1F2A5434A30082B059 /* Thing.swift in Sources */, |
|
|
|
54EB3C1F2A5434A30082B059 /* Thing.swift in Sources */, |
|
|
|
54928C212A35F89A00095445 /* Widget.intentdefinition in Sources */, |
|
|
|
54928C212A35F89A00095445 /* Widget.intentdefinition in Sources */, |
|
|
|
5493A81B2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */, |
|
|
|
5493A81B2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */, |
|
|
|
|
|
|
|
5416C7382A56A867002196EE /* InterfaceExtensions.swift in Sources */, |
|
|
|
547201972A461DBE005B2FCC /* JustOneThingWidget.swift in Sources */, |
|
|
|
547201972A461DBE005B2FCC /* JustOneThingWidget.swift in Sources */, |
|
|
|
); |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
@ -504,6 +510,7 @@ |
|
|
|
54EB3C202A5434A30082B059 /* Thing.swift in Sources */, |
|
|
|
54EB3C202A5434A30082B059 /* Thing.swift in Sources */, |
|
|
|
547201962A461DBE005B2FCC /* JustOneThingWidget.swift in Sources */, |
|
|
|
547201962A461DBE005B2FCC /* JustOneThingWidget.swift in Sources */, |
|
|
|
5493A81C2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */, |
|
|
|
5493A81C2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */, |
|
|
|
|
|
|
|
5416C7392A56A867002196EE /* InterfaceExtensions.swift in Sources */, |
|
|
|
5472018E2A36563B005B2FCC /* Widget.intentdefinition in Sources */, |
|
|
|
5472018E2A36563B005B2FCC /* Widget.intentdefinition in Sources */, |
|
|
|
); |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
@ -515,6 +522,7 @@ |
|
|
|
54EB3C212A5434A30082B059 /* Thing.swift in Sources */, |
|
|
|
54EB3C212A5434A30082B059 /* Thing.swift in Sources */, |
|
|
|
547201902A36563C005B2FCC /* Widget.intentdefinition in Sources */, |
|
|
|
547201902A36563C005B2FCC /* Widget.intentdefinition in Sources */, |
|
|
|
5493A81D2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */, |
|
|
|
5493A81D2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */, |
|
|
|
|
|
|
|
5416C73A2A56A867002196EE /* InterfaceExtensions.swift in Sources */, |
|
|
|
54928C4B2A35F8CB00095445 /* JustOneThingWidget.swift in Sources */, |
|
|
|
54928C4B2A35F8CB00095445 /* JustOneThingWidget.swift in Sources */, |
|
|
|
); |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|