|
|
|
@ -19,8 +19,8 @@ |
|
|
|
|
547201902A36563C005B2FCC /* Widget.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 54928C1C2A35F89900095445 /* Widget.intentdefinition */; }; |
|
|
|
|
547201912A36563C005B2FCC /* WidgetAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 54928C372A35F8B800095445 /* WidgetAssets.xcassets */; }; |
|
|
|
|
547201932A365868005B2FCC /* Widget.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 54928C1C2A35F89900095445 /* Widget.intentdefinition */; }; |
|
|
|
|
547201962A461DBE005B2FCC /* JustOneThingWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54928C4A2A35F8CB00095445 /* JustOneThingWidget.swift */; }; |
|
|
|
|
547201972A461DBE005B2FCC /* JustOneThingWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54928C4A2A35F8CB00095445 /* JustOneThingWidget.swift */; }; |
|
|
|
|
547201962A461DBE005B2FCC /* SystemWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54928C4A2A35F8CB00095445 /* SystemWidget.swift */; }; |
|
|
|
|
547201972A461DBE005B2FCC /* SystemWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54928C4A2A35F8CB00095445 /* SystemWidget.swift */; }; |
|
|
|
|
5483903B2A2A773900BF5624 /* JustOneThingApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5483903A2A2A773900BF5624 /* JustOneThingApp.swift */; }; |
|
|
|
|
5483903D2A2A773900BF5624 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5483903C2A2A773900BF5624 /* ContentView.swift */; }; |
|
|
|
|
5483903F2A2A773A00BF5624 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5483903E2A2A773A00BF5624 /* Assets.xcassets */; }; |
|
|
|
@ -35,11 +35,28 @@ |
|
|
|
|
54928C3E2A35F8B800095445 /* PhoneWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 54928C2E2A35F8B800095445 /* PhoneWidgetExtension.appex */; platformFilter = ios; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
|
|
|
|
54928C472A35F8CB00095445 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54928C152A35F89900095445 /* WidgetKit.framework */; }; |
|
|
|
|
54928C482A35F8CB00095445 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54928C172A35F89900095445 /* SwiftUI.framework */; }; |
|
|
|
|
54928C4B2A35F8CB00095445 /* JustOneThingWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54928C4A2A35F8CB00095445 /* JustOneThingWidget.swift */; }; |
|
|
|
|
54928C542A35F8CC00095445 /* WatchWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 54928C462A35F8CB00095445 /* WatchWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
|
|
|
|
5493A81B2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5493A81A2A471E36001EBA08 /* JustOneThingProvider.swift */; }; |
|
|
|
|
5493A81C2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5493A81A2A471E36001EBA08 /* JustOneThingProvider.swift */; }; |
|
|
|
|
5493A81D2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5493A81A2A471E36001EBA08 /* JustOneThingProvider.swift */; }; |
|
|
|
|
54AE28412A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 54AE283F2A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld */; }; |
|
|
|
|
54AE28422A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 54AE283F2A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld */; }; |
|
|
|
|
54AE28432A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 54AE283F2A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld */; }; |
|
|
|
|
54AE28442A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 54AE283F2A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld */; }; |
|
|
|
|
54AE28452A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 54AE283F2A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld */; }; |
|
|
|
|
54AE28472A58245700719A56 /* PersistenceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54AE28462A58245700719A56 /* PersistenceController.swift */; }; |
|
|
|
|
54AE28482A58245700719A56 /* PersistenceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54AE28462A58245700719A56 /* PersistenceController.swift */; }; |
|
|
|
|
54AE28492A58245700719A56 /* PersistenceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54AE28462A58245700719A56 /* PersistenceController.swift */; }; |
|
|
|
|
54AE284A2A58245700719A56 /* PersistenceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54AE28462A58245700719A56 /* PersistenceController.swift */; }; |
|
|
|
|
54AE284B2A58245700719A56 /* PersistenceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54AE28462A58245700719A56 /* PersistenceController.swift */; }; |
|
|
|
|
54BD36092A5700480022D6BE /* ThingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BD36082A5700480022D6BE /* ThingView.swift */; }; |
|
|
|
|
54BD360A2A5700480022D6BE /* ThingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BD36082A5700480022D6BE /* ThingView.swift */; }; |
|
|
|
|
54BD360B2A5700480022D6BE /* ThingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BD36082A5700480022D6BE /* ThingView.swift */; }; |
|
|
|
|
54BD360D2A57020E0022D6BE /* WidgetBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BD360C2A57020E0022D6BE /* WidgetBundle.swift */; }; |
|
|
|
|
54BD360E2A57020E0022D6BE /* WidgetBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BD360C2A57020E0022D6BE /* WidgetBundle.swift */; }; |
|
|
|
|
54BD360F2A57020E0022D6BE /* WidgetBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BD360C2A57020E0022D6BE /* WidgetBundle.swift */; }; |
|
|
|
|
54BD36122A57021E0022D6BE /* AccessoryWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BD36102A57021E0022D6BE /* AccessoryWidget.swift */; }; |
|
|
|
|
54BD36132A57021E0022D6BE /* AccessoryWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BD36102A57021E0022D6BE /* AccessoryWidget.swift */; }; |
|
|
|
|
54EB3C1F2A5434A30082B059 /* Thing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54EB3C1E2A5434A30082B059 /* Thing.swift */; }; |
|
|
|
|
54EB3C202A5434A30082B059 /* Thing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54EB3C1E2A5434A30082B059 /* Thing.swift */; }; |
|
|
|
|
54EB3C212A5434A30082B059 /* Thing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54EB3C1E2A5434A30082B059 /* Thing.swift */; }; |
|
|
|
@ -117,6 +134,8 @@ |
|
|
|
|
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; }; |
|
|
|
|
5432A6032A582D5D00FE2351 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
|
|
|
5432A6042A582D6D00FE2351 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; 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>"; }; |
|
|
|
|
548390372A2A773900BF5624 /* JustOneThing.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JustOneThing.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
@ -133,8 +152,13 @@ |
|
|
|
|
54928C372A35F8B800095445 /* WidgetAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = WidgetAssets.xcassets; sourceTree = "<group>"; }; |
|
|
|
|
54928C392A35F8B800095445 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
|
|
|
54928C462A35F8CB00095445 /* WatchWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WatchWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
|
54928C4A2A35F8CB00095445 /* JustOneThingWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JustOneThingWidget.swift; sourceTree = "<group>"; }; |
|
|
|
|
54928C4A2A35F8CB00095445 /* SystemWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemWidget.swift; sourceTree = "<group>"; }; |
|
|
|
|
5493A81A2A471E36001EBA08 /* JustOneThingProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JustOneThingProvider.swift; sourceTree = "<group>"; }; |
|
|
|
|
54AE28402A5823D900719A56 /* JustOneThingCloudModel.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = JustOneThingCloudModel.xcdatamodel; sourceTree = "<group>"; }; |
|
|
|
|
54AE28462A58245700719A56 /* PersistenceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceController.swift; sourceTree = "<group>"; }; |
|
|
|
|
54BD36082A5700480022D6BE /* ThingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThingView.swift; sourceTree = "<group>"; }; |
|
|
|
|
54BD360C2A57020E0022D6BE /* WidgetBundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetBundle.swift; sourceTree = "<group>"; }; |
|
|
|
|
54BD36102A57021E0022D6BE /* AccessoryWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccessoryWidget.swift; sourceTree = "<group>"; }; |
|
|
|
|
54EB3C1E2A5434A30082B059 /* Thing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Thing.swift; sourceTree = "<group>"; }; |
|
|
|
|
/* End PBXFileReference section */ |
|
|
|
|
|
|
|
|
@ -196,6 +220,7 @@ |
|
|
|
|
5431ED6E2A2A77C900515680 /* JustOneThingWatch */ = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
5432A6042A582D6D00FE2351 /* Info.plist */, |
|
|
|
|
5407E5062A35B96E00EF00B8 /* JustOneThingWatch.entitlements */, |
|
|
|
|
); |
|
|
|
|
path = JustOneThingWatch; |
|
|
|
@ -205,7 +230,10 @@ |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
54EB3C1E2A5434A30082B059 /* Thing.swift */, |
|
|
|
|
54928C4A2A35F8CB00095445 /* JustOneThingWidget.swift */, |
|
|
|
|
54BD36082A5700480022D6BE /* ThingView.swift */, |
|
|
|
|
54928C4A2A35F8CB00095445 /* SystemWidget.swift */, |
|
|
|
|
54BD36102A57021E0022D6BE /* AccessoryWidget.swift */, |
|
|
|
|
54BD360C2A57020E0022D6BE /* WidgetBundle.swift */, |
|
|
|
|
5493A81A2A471E36001EBA08 /* JustOneThingProvider.swift */, |
|
|
|
|
5416C7372A56A867002196EE /* InterfaceExtensions.swift */, |
|
|
|
|
54928C372A35F8B800095445 /* WidgetAssets.xcassets */, |
|
|
|
@ -218,13 +246,9 @@ |
|
|
|
|
5483902E2A2A773900BF5624 = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
5407E5012A2A8A5100EF00B8 /* AppShared */, |
|
|
|
|
548390392A2A773900BF5624 /* JustOneThing */, |
|
|
|
|
5431ED6E2A2A77C900515680 /* JustOneThingWatch */, |
|
|
|
|
5472018B2A3655E4005B2FCC /* WidgetShared */, |
|
|
|
|
54928C192A35F89900095445 /* MacWidget */, |
|
|
|
|
54928C312A35F8B800095445 /* PhoneWidget */, |
|
|
|
|
54928C492A35F8CB00095445 /* WatchWidget */, |
|
|
|
|
54AE283E2A58230400719A56 /* Model */, |
|
|
|
|
54AE283C2A5822C600719A56 /* Apps */, |
|
|
|
|
54AE283D2A5822D400719A56 /* Widgets */, |
|
|
|
|
54928C142A35F89900095445 /* Frameworks */, |
|
|
|
|
548390382A2A773900BF5624 /* Products */, |
|
|
|
|
); |
|
|
|
@ -245,6 +269,7 @@ |
|
|
|
|
548390392A2A773900BF5624 /* JustOneThing */ = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
5432A6032A582D5D00FE2351 /* Info.plist */, |
|
|
|
|
548390402A2A773A00BF5624 /* JustOneThing.entitlements */, |
|
|
|
|
); |
|
|
|
|
path = JustOneThing; |
|
|
|
@ -283,6 +308,36 @@ |
|
|
|
|
path = WatchWidget; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
}; |
|
|
|
|
54AE283C2A5822C600719A56 /* Apps */ = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
5407E5012A2A8A5100EF00B8 /* AppShared */, |
|
|
|
|
548390392A2A773900BF5624 /* JustOneThing */, |
|
|
|
|
5431ED6E2A2A77C900515680 /* JustOneThingWatch */, |
|
|
|
|
); |
|
|
|
|
name = Apps; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
}; |
|
|
|
|
54AE283D2A5822D400719A56 /* Widgets */ = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
5472018B2A3655E4005B2FCC /* WidgetShared */, |
|
|
|
|
54928C192A35F89900095445 /* MacWidget */, |
|
|
|
|
54928C312A35F8B800095445 /* PhoneWidget */, |
|
|
|
|
54928C492A35F8CB00095445 /* WatchWidget */, |
|
|
|
|
); |
|
|
|
|
name = Widgets; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
}; |
|
|
|
|
54AE283E2A58230400719A56 /* Model */ = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
54AE283F2A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld */, |
|
|
|
|
54AE28462A58245700719A56 /* PersistenceController.swift */, |
|
|
|
|
); |
|
|
|
|
path = Model; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
}; |
|
|
|
|
/* End PBXGroup section */ |
|
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */ |
|
|
|
@ -476,8 +531,10 @@ |
|
|
|
|
buildActionMask = 2147483647; |
|
|
|
|
files = ( |
|
|
|
|
5407E5032A2A8AE700EF00B8 /* ContentView.swift in Sources */, |
|
|
|
|
54AE28422A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */, |
|
|
|
|
5407E5022A2A8AE200EF00B8 /* JustOneThingApp.swift in Sources */, |
|
|
|
|
547201932A365868005B2FCC /* Widget.intentdefinition in Sources */, |
|
|
|
|
54AE28482A58245700719A56 /* PersistenceController.swift in Sources */, |
|
|
|
|
); |
|
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
|
}; |
|
|
|
@ -486,8 +543,10 @@ |
|
|
|
|
buildActionMask = 2147483647; |
|
|
|
|
files = ( |
|
|
|
|
5483903D2A2A773900BF5624 /* ContentView.swift in Sources */, |
|
|
|
|
54AE28412A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */, |
|
|
|
|
5483903B2A2A773900BF5624 /* JustOneThingApp.swift in Sources */, |
|
|
|
|
54928C222A35F89A00095445 /* Widget.intentdefinition in Sources */, |
|
|
|
|
54AE28472A58245700719A56 /* PersistenceController.swift in Sources */, |
|
|
|
|
); |
|
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
|
}; |
|
|
|
@ -495,11 +554,15 @@ |
|
|
|
|
isa = PBXSourcesBuildPhase; |
|
|
|
|
buildActionMask = 2147483647; |
|
|
|
|
files = ( |
|
|
|
|
54AE28492A58245700719A56 /* PersistenceController.swift in Sources */, |
|
|
|
|
54EB3C1F2A5434A30082B059 /* Thing.swift in Sources */, |
|
|
|
|
54928C212A35F89A00095445 /* Widget.intentdefinition in Sources */, |
|
|
|
|
5493A81B2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */, |
|
|
|
|
54BD36092A5700480022D6BE /* ThingView.swift in Sources */, |
|
|
|
|
54BD360D2A57020E0022D6BE /* WidgetBundle.swift in Sources */, |
|
|
|
|
54AE28432A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */, |
|
|
|
|
5416C7382A56A867002196EE /* InterfaceExtensions.swift in Sources */, |
|
|
|
|
547201972A461DBE005B2FCC /* JustOneThingWidget.swift in Sources */, |
|
|
|
|
547201972A461DBE005B2FCC /* SystemWidget.swift in Sources */, |
|
|
|
|
); |
|
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
|
}; |
|
|
|
@ -507,11 +570,16 @@ |
|
|
|
|
isa = PBXSourcesBuildPhase; |
|
|
|
|
buildActionMask = 2147483647; |
|
|
|
|
files = ( |
|
|
|
|
54BD36122A57021E0022D6BE /* AccessoryWidget.swift in Sources */, |
|
|
|
|
54AE28442A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */, |
|
|
|
|
54EB3C202A5434A30082B059 /* Thing.swift in Sources */, |
|
|
|
|
547201962A461DBE005B2FCC /* JustOneThingWidget.swift in Sources */, |
|
|
|
|
547201962A461DBE005B2FCC /* SystemWidget.swift in Sources */, |
|
|
|
|
5493A81C2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */, |
|
|
|
|
54BD360A2A5700480022D6BE /* ThingView.swift in Sources */, |
|
|
|
|
54BD360E2A57020E0022D6BE /* WidgetBundle.swift in Sources */, |
|
|
|
|
5416C7392A56A867002196EE /* InterfaceExtensions.swift in Sources */, |
|
|
|
|
5472018E2A36563B005B2FCC /* Widget.intentdefinition in Sources */, |
|
|
|
|
54AE284A2A58245700719A56 /* PersistenceController.swift in Sources */, |
|
|
|
|
); |
|
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
|
}; |
|
|
|
@ -519,11 +587,15 @@ |
|
|
|
|
isa = PBXSourcesBuildPhase; |
|
|
|
|
buildActionMask = 2147483647; |
|
|
|
|
files = ( |
|
|
|
|
54AE284B2A58245700719A56 /* PersistenceController.swift in Sources */, |
|
|
|
|
54BD36132A57021E0022D6BE /* AccessoryWidget.swift in Sources */, |
|
|
|
|
54EB3C212A5434A30082B059 /* Thing.swift in Sources */, |
|
|
|
|
547201902A36563C005B2FCC /* Widget.intentdefinition in Sources */, |
|
|
|
|
5493A81D2A471E37001EBA08 /* JustOneThingProvider.swift in Sources */, |
|
|
|
|
54BD360B2A5700480022D6BE /* ThingView.swift in Sources */, |
|
|
|
|
54AE28452A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld in Sources */, |
|
|
|
|
54BD360F2A57020E0022D6BE /* WidgetBundle.swift in Sources */, |
|
|
|
|
5416C73A2A56A867002196EE /* InterfaceExtensions.swift in Sources */, |
|
|
|
|
54928C4B2A35F8CB00095445 /* JustOneThingWidget.swift in Sources */, |
|
|
|
|
); |
|
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
|
}; |
|
|
|
@ -571,6 +643,7 @@ |
|
|
|
|
DEVELOPMENT_TEAM = 37UC5MW6PT; |
|
|
|
|
ENABLE_PREVIEWS = YES; |
|
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
|
INFOPLIST_FILE = JustOneThingWatch/Info.plist; |
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = JustOneThingWatch; |
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
|
|
|
|
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = com.alancfrancis.apps.JustOneThing; |
|
|
|
@ -603,6 +676,7 @@ |
|
|
|
|
DEVELOPMENT_TEAM = 37UC5MW6PT; |
|
|
|
|
ENABLE_PREVIEWS = YES; |
|
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
|
INFOPLIST_FILE = JustOneThingWatch/Info.plist; |
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = JustOneThingWatch; |
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; |
|
|
|
|
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = com.alancfrancis.apps.JustOneThing; |
|
|
|
@ -746,6 +820,7 @@ |
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES; |
|
|
|
|
ENABLE_PREVIEWS = YES; |
|
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
|
INFOPLIST_FILE = JustOneThing/Info.plist; |
|
|
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
|
|
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
|
|
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
|
|
|
@ -787,6 +862,7 @@ |
|
|
|
|
ENABLE_HARDENED_RUNTIME = YES; |
|
|
|
|
ENABLE_PREVIEWS = YES; |
|
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
|
INFOPLIST_FILE = JustOneThing/Info.plist; |
|
|
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
|
|
|
|
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
|
|
|
|
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
|
|
|
@ -820,6 +896,7 @@ |
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
|
|
|
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
|
|
|
|
CODE_SIGN_ENTITLEMENTS = MacWidget/MacWidget.entitlements; |
|
|
|
|
CODE_SIGN_IDENTITY = "Apple Development"; |
|
|
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
|
|
CURRENT_PROJECT_VERSION = 1; |
|
|
|
|
DEVELOPMENT_TEAM = 37UC5MW6PT; |
|
|
|
@ -837,6 +914,7 @@ |
|
|
|
|
MARKETING_VERSION = 1.0; |
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.alancfrancis.apps.JustOneThing.MacWidget; |
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
|
|
PROVISIONING_PROFILE_SPECIFIER = ""; |
|
|
|
|
SDKROOT = macosx; |
|
|
|
|
SKIP_INSTALL = YES; |
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES; |
|
|
|
@ -850,6 +928,7 @@ |
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
|
|
|
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
|
|
|
|
CODE_SIGN_ENTITLEMENTS = MacWidget/MacWidget.entitlements; |
|
|
|
|
CODE_SIGN_IDENTITY = "Apple Development"; |
|
|
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
|
|
CURRENT_PROJECT_VERSION = 1; |
|
|
|
|
DEVELOPMENT_TEAM = 37UC5MW6PT; |
|
|
|
@ -867,6 +946,7 @@ |
|
|
|
|
MARKETING_VERSION = 1.0; |
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.alancfrancis.apps.JustOneThing.MacWidget; |
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
|
|
PROVISIONING_PROFILE_SPECIFIER = ""; |
|
|
|
|
SDKROOT = macosx; |
|
|
|
|
SKIP_INSTALL = YES; |
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES; |
|
|
|
@ -1056,6 +1136,19 @@ |
|
|
|
|
defaultConfigurationName = Release; |
|
|
|
|
}; |
|
|
|
|
/* End XCConfigurationList section */ |
|
|
|
|
|
|
|
|
|
/* Begin XCVersionGroup section */ |
|
|
|
|
54AE283F2A5823D900719A56 /* JustOneThingCloudModel.xcdatamodeld */ = { |
|
|
|
|
isa = XCVersionGroup; |
|
|
|
|
children = ( |
|
|
|
|
54AE28402A5823D900719A56 /* JustOneThingCloudModel.xcdatamodel */, |
|
|
|
|
); |
|
|
|
|
currentVersion = 54AE28402A5823D900719A56 /* JustOneThingCloudModel.xcdatamodel */; |
|
|
|
|
path = JustOneThingCloudModel.xcdatamodeld; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
versionGroupType = wrapper.xcdatamodel; |
|
|
|
|
}; |
|
|
|
|
/* End XCVersionGroup section */ |
|
|
|
|
}; |
|
|
|
|
rootObject = 5483902F2A2A773900BF5624 /* Project object */; |
|
|
|
|
} |
|
|
|
|