txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

project.pbxproj (33913B)


      1 // !$*UTF8*$!
      2 {
      3 	archiveVersion = 1;
      4 	classes = {
      5 	};
      6 	objectVersion = 50;
      7 	objects = {
      8 
      9 /* Begin PBXBuildFile section */
     10 		3A00ABE424CF7B3C0022FCCE /* txtodoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABD124CF7B3B0022FCCE /* txtodoApp.swift */; };
     11 		3A00ABE524CF7B3C0022FCCE /* txtodoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABD124CF7B3B0022FCCE /* txtodoApp.swift */; };
     12 		3A00ABE624CF7B3C0022FCCE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABD224CF7B3B0022FCCE /* ContentView.swift */; };
     13 		3A00ABE724CF7B3C0022FCCE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABD224CF7B3B0022FCCE /* ContentView.swift */; };
     14 		3A00ABE824CF7B3C0022FCCE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3A00ABD324CF7B3C0022FCCE /* Assets.xcassets */; };
     15 		3A00ABE924CF7B3C0022FCCE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3A00ABD324CF7B3C0022FCCE /* Assets.xcassets */; };
     16 		3A00ABF324CF820A0022FCCE /* TaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABF224CF820A0022FCCE /* TaskView.swift */; };
     17 		3A00ABF824CF82A50022FCCE /* txtodo.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABF624CF82A50022FCCE /* txtodo.xcdatamodeld */; };
     18 		3A00ABF924CF82A50022FCCE /* txtodo.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABF624CF82A50022FCCE /* txtodo.xcdatamodeld */; };
     19 		3A00ABFC24CF84110022FCCE /* Task+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABFA24CF84110022FCCE /* Task+CoreDataClass.swift */; };
     20 		3A00ABFD24CF84110022FCCE /* Task+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABFA24CF84110022FCCE /* Task+CoreDataClass.swift */; };
     21 		3A00ABFE24CF84110022FCCE /* Task+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABFB24CF84110022FCCE /* Task+CoreDataProperties.swift */; };
     22 		3A00ABFF24CF84110022FCCE /* Task+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A00ABFB24CF84110022FCCE /* Task+CoreDataProperties.swift */; };
     23 		3A1F81CF256875FE00E28B5F /* StoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A1F81CE256875FE00E28B5F /* StoreManager.swift */; };
     24 		3A1F81D0256875FE00E28B5F /* StoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A1F81CE256875FE00E28B5F /* StoreManager.swift */; };
     25 		3A270E0024F2310600974CD5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3A270E0324F2310600974CD5 /* InfoPlist.strings */; };
     26 		3A270E0124F2310600974CD5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3A270E0324F2310600974CD5 /* InfoPlist.strings */; };
     27 		3A31869624DBDB8200619154 /* NoteSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A31869524DBDB8200619154 /* NoteSheet.swift */; };
     28 		3A3B864F24E0AA4600740360 /* HomeHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A3B864E24E0AA4600740360 /* HomeHeaderView.swift */; };
     29 		3A57486C24DC9F9C00A4F8C0 /* AddNoteView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A57486B24DC9F9C00A4F8C0 /* AddNoteView.swift */; };
     30 		3A57486D24DC9F9C00A4F8C0 /* AddNoteView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A57486B24DC9F9C00A4F8C0 /* AddNoteView.swift */; };
     31 		3A5AC67A24D0D24000DD482F /* SectionLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5AC67924D0D24000DD482F /* SectionLabel.swift */; };
     32 		3A5AC67B24D0D24000DD482F /* SectionLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5AC67924D0D24000DD482F /* SectionLabel.swift */; };
     33 		3A74457124E33C6700788A32 /* TaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A74457024E33C6700788A32 /* TaskView.swift */; };
     34 		3A74457324E33D8500788A32 /* NoteView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A74457224E33D8500788A32 /* NoteView.swift */; };
     35 		3A74457424E33D8500788A32 /* NoteView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A74457224E33D8500788A32 /* NoteView.swift */; };
     36 		3A74457624E349B600788A32 /* DevicePaddingModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A74457524E349B600788A32 /* DevicePaddingModifiers.swift */; };
     37 		3A74457724E349B600788A32 /* DevicePaddingModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A74457524E349B600788A32 /* DevicePaddingModifiers.swift */; };
     38 		3AA0D6C824D8BCBA0052ADC8 /* AddTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA0D6C724D8BCBA0052ADC8 /* AddTask.swift */; };
     39 		3AA0D6C924D8BCBA0052ADC8 /* AddTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA0D6C724D8BCBA0052ADC8 /* AddTask.swift */; };
     40 		3ABD6A8724E0AC9A00B22F4B /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3ABD6A8624E0AC9A00B22F4B /* CloudKit.framework */; };
     41 		3ABD6A8924E0AD7900B22F4B /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3ABD6A8824E0AD7900B22F4B /* CloudKit.framework */; };
     42 		3ABD6A9024E0DB1B00B22F4B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3ABD6A9324E0DB1B00B22F4B /* Localizable.strings */; };
     43 		3ABD6A9124E0DB1B00B22F4B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3ABD6A9324E0DB1B00B22F4B /* Localizable.strings */; };
     44 		3AD708DB256392CE00809259 /* DonationSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AD708DA256392CE00809259 /* DonationSection.swift */; };
     45 		3AD708DC256392CE00809259 /* DonationSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AD708DA256392CE00809259 /* DonationSection.swift */; };
     46 		3ADE061524DFCF1E000C4289 /* HomeHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ADE061424DFCEFE000C4289 /* HomeHeaderView.swift */; };
     47 		3AE0CE87256864FB00AAFB15 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AE0CE86256864FB00AAFB15 /* StoreKit.framework */; };
     48 		3AE0CE892568651100AAFB15 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AE0CE882568651100AAFB15 /* StoreKit.framework */; };
     49 		3AE1AE1E24DCE6D7005D88E2 /* MenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE1AE1D24DCE6D7005D88E2 /* MenuView.swift */; };
     50 		3AE1AE2024DCECCC005D88E2 /* SettingsSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE1AE1F24DCECCC005D88E2 /* SettingsSheet.swift */; };
     51 		3AE1AE2424DD19DC005D88E2 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE1AE2324DD19DC005D88E2 /* SettingsView.swift */; };
     52 		3AE1AE2724DD2228005D88E2 /* NotificationSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE1AE2624DD2228005D88E2 /* NotificationSection.swift */; };
     53 		3AE1AE2824DD2228005D88E2 /* NotificationSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE1AE2624DD2228005D88E2 /* NotificationSection.swift */; };
     54 		3AE1AE2A24DD27BB005D88E2 /* FrameModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE1AE2924DD27BB005D88E2 /* FrameModifier.swift */; };
     55 		3AE1AE2B24DD27BB005D88E2 /* FrameModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE1AE2924DD27BB005D88E2 /* FrameModifier.swift */; };
     56 		3AE1AE2D24DD2A6E005D88E2 /* AboutSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AE1AE2124DCECD5005D88E2 /* AboutSheet.swift */; };
     57 /* End PBXBuildFile section */
     58 
     59 /* Begin PBXFileReference section */
     60 		3A00ABD124CF7B3B0022FCCE /* txtodoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = txtodoApp.swift; sourceTree = "<group>"; };
     61 		3A00ABD224CF7B3B0022FCCE /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
     62 		3A00ABD324CF7B3C0022FCCE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
     63 		3A00ABD824CF7B3C0022FCCE /* txtodo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = txtodo.app; sourceTree = BUILT_PRODUCTS_DIR; };
     64 		3A00ABDB24CF7B3C0022FCCE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
     65 		3A00ABE024CF7B3C0022FCCE /* txtodo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = txtodo.app; sourceTree = BUILT_PRODUCTS_DIR; };
     66 		3A00ABE224CF7B3C0022FCCE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
     67 		3A00ABE324CF7B3C0022FCCE /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
     68 		3A00ABF224CF820A0022FCCE /* TaskView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskView.swift; sourceTree = "<group>"; };
     69 		3A00ABF724CF82A50022FCCE /* txtodo.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = txtodo.xcdatamodel; sourceTree = "<group>"; };
     70 		3A00ABFA24CF84110022FCCE /* Task+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Task+CoreDataClass.swift"; sourceTree = "<group>"; };
     71 		3A00ABFB24CF84110022FCCE /* Task+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Task+CoreDataProperties.swift"; sourceTree = "<group>"; };
     72 		3A1F81CE256875FE00E28B5F /* StoreManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreManager.swift; sourceTree = "<group>"; };
     73 		3A270E0224F2310600974CD5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
     74 		3A270E0424F2310900974CD5 /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/InfoPlist.strings; sourceTree = "<group>"; };
     75 		3A31869524DBDB8200619154 /* NoteSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteSheet.swift; sourceTree = "<group>"; };
     76 		3A3B864E24E0AA4600740360 /* HomeHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeHeaderView.swift; sourceTree = "<group>"; };
     77 		3A57486B24DC9F9C00A4F8C0 /* AddNoteView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddNoteView.swift; sourceTree = "<group>"; };
     78 		3A5AC67924D0D24000DD482F /* SectionLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectionLabel.swift; sourceTree = "<group>"; };
     79 		3A74457024E33C6700788A32 /* TaskView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskView.swift; sourceTree = "<group>"; };
     80 		3A74457224E33D8500788A32 /* NoteView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteView.swift; sourceTree = "<group>"; };
     81 		3A74457524E349B600788A32 /* DevicePaddingModifiers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DevicePaddingModifiers.swift; sourceTree = "<group>"; };
     82 		3AA0D6C724D8BCBA0052ADC8 /* AddTask.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddTask.swift; sourceTree = "<group>"; };
     83 		3ABD6A8424E0AC9600B22F4B /* txtodo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = txtodo.entitlements; sourceTree = "<group>"; };
     84 		3ABD6A8624E0AC9A00B22F4B /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CloudKit.framework; sourceTree = DEVELOPER_DIR; };
     85 		3ABD6A8824E0AD7900B22F4B /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
     86 		3ABD6A9224E0DB1B00B22F4B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
     87 		3ABD6A9424E0DB5800B22F4B /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
     88 		3AD708DA256392CE00809259 /* DonationSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DonationSection.swift; sourceTree = "<group>"; };
     89 		3ADE061424DFCEFE000C4289 /* HomeHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeHeaderView.swift; sourceTree = "<group>"; };
     90 		3AE0CE86256864FB00AAFB15 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.2.sdk/System/Library/Frameworks/StoreKit.framework; sourceTree = DEVELOPER_DIR; };
     91 		3AE0CE882568651100AAFB15 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
     92 		3AE1AE1D24DCE6D7005D88E2 /* MenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuView.swift; sourceTree = "<group>"; };
     93 		3AE1AE1F24DCECCC005D88E2 /* SettingsSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsSheet.swift; sourceTree = "<group>"; };
     94 		3AE1AE2124DCECD5005D88E2 /* AboutSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutSheet.swift; sourceTree = "<group>"; };
     95 		3AE1AE2324DD19DC005D88E2 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
     96 		3AE1AE2624DD2228005D88E2 /* NotificationSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationSection.swift; sourceTree = "<group>"; };
     97 		3AE1AE2924DD27BB005D88E2 /* FrameModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FrameModifier.swift; sourceTree = "<group>"; };
     98 /* End PBXFileReference section */
     99 
    100 /* Begin PBXFrameworksBuildPhase section */
    101 		3A00ABD524CF7B3C0022FCCE /* Frameworks */ = {
    102 			isa = PBXFrameworksBuildPhase;
    103 			buildActionMask = 2147483647;
    104 			files = (
    105 				3ABD6A8724E0AC9A00B22F4B /* CloudKit.framework in Frameworks */,
    106 				3AE0CE87256864FB00AAFB15 /* StoreKit.framework in Frameworks */,
    107 			);
    108 			runOnlyForDeploymentPostprocessing = 0;
    109 		};
    110 		3A00ABDD24CF7B3C0022FCCE /* Frameworks */ = {
    111 			isa = PBXFrameworksBuildPhase;
    112 			buildActionMask = 2147483647;
    113 			files = (
    114 				3ABD6A8924E0AD7900B22F4B /* CloudKit.framework in Frameworks */,
    115 				3AE0CE892568651100AAFB15 /* StoreKit.framework in Frameworks */,
    116 			);
    117 			runOnlyForDeploymentPostprocessing = 0;
    118 		};
    119 /* End PBXFrameworksBuildPhase section */
    120 
    121 /* Begin PBXGroup section */
    122 		3A00ABCB24CF7B3A0022FCCE = {
    123 			isa = PBXGroup;
    124 			children = (
    125 				3A00ABD024CF7B3B0022FCCE /* Shared */,
    126 				3A00ABDA24CF7B3C0022FCCE /* iOS */,
    127 				3A00ABE124CF7B3C0022FCCE /* macOS */,
    128 				3A00ABD924CF7B3C0022FCCE /* Products */,
    129 				3ABD6A8524E0AC9A00B22F4B /* Frameworks */,
    130 				3ABD6A8424E0AC9600B22F4B /* txtodo.entitlements */,
    131 			);
    132 			sourceTree = "<group>";
    133 		};
    134 		3A00ABD024CF7B3B0022FCCE /* Shared */ = {
    135 			isa = PBXGroup;
    136 			children = (
    137 				3A00ABD124CF7B3B0022FCCE /* txtodoApp.swift */,
    138 				3A00ABD224CF7B3B0022FCCE /* ContentView.swift */,
    139 				3A74457224E33D8500788A32 /* NoteView.swift */,
    140 				3AA0D6C724D8BCBA0052ADC8 /* AddTask.swift */,
    141 				3A57486B24DC9F9C00A4F8C0 /* AddNoteView.swift */,
    142 				3A5AC67924D0D24000DD482F /* SectionLabel.swift */,
    143 				3AE1AE2924DD27BB005D88E2 /* FrameModifier.swift */,
    144 				3A1F81CE256875FE00E28B5F /* StoreManager.swift */,
    145 				3A74457524E349B600788A32 /* DevicePaddingModifiers.swift */,
    146 				3A270E0324F2310600974CD5 /* InfoPlist.strings */,
    147 				3ABD6A9324E0DB1B00B22F4B /* Localizable.strings */,
    148 				3AE1AE2524DD21FF005D88E2 /* Settings Views */,
    149 				3A00ABF524CF828F0022FCCE /* Data Models */,
    150 				3A00ABD324CF7B3C0022FCCE /* Assets.xcassets */,
    151 			);
    152 			path = Shared;
    153 			sourceTree = "<group>";
    154 		};
    155 		3A00ABD924CF7B3C0022FCCE /* Products */ = {
    156 			isa = PBXGroup;
    157 			children = (
    158 				3A00ABD824CF7B3C0022FCCE /* txtodo.app */,
    159 				3A00ABE024CF7B3C0022FCCE /* txtodo.app */,
    160 			);
    161 			name = Products;
    162 			sourceTree = "<group>";
    163 		};
    164 		3A00ABDA24CF7B3C0022FCCE /* iOS */ = {
    165 			isa = PBXGroup;
    166 			children = (
    167 				3A3B864E24E0AA4600740360 /* HomeHeaderView.swift */,
    168 				3A00ABF224CF820A0022FCCE /* TaskView.swift */,
    169 				3A31869524DBDB8200619154 /* NoteSheet.swift */,
    170 				3AE1AE1D24DCE6D7005D88E2 /* MenuView.swift */,
    171 				3AE1AE1F24DCECCC005D88E2 /* SettingsSheet.swift */,
    172 				3AE1AE2124DCECD5005D88E2 /* AboutSheet.swift */,
    173 				3A00ABDB24CF7B3C0022FCCE /* Info.plist */,
    174 			);
    175 			path = iOS;
    176 			sourceTree = "<group>";
    177 		};
    178 		3A00ABE124CF7B3C0022FCCE /* macOS */ = {
    179 			isa = PBXGroup;
    180 			children = (
    181 				3ADE061424DFCEFE000C4289 /* HomeHeaderView.swift */,
    182 				3A74457024E33C6700788A32 /* TaskView.swift */,
    183 				3AE1AE2324DD19DC005D88E2 /* SettingsView.swift */,
    184 				3A00ABE224CF7B3C0022FCCE /* Info.plist */,
    185 				3A00ABE324CF7B3C0022FCCE /* macOS.entitlements */,
    186 			);
    187 			path = macOS;
    188 			sourceTree = "<group>";
    189 		};
    190 		3A00ABF524CF828F0022FCCE /* Data Models */ = {
    191 			isa = PBXGroup;
    192 			children = (
    193 				3A00ABF624CF82A50022FCCE /* txtodo.xcdatamodeld */,
    194 				3A00ABFA24CF84110022FCCE /* Task+CoreDataClass.swift */,
    195 				3A00ABFB24CF84110022FCCE /* Task+CoreDataProperties.swift */,
    196 			);
    197 			path = "Data Models";
    198 			sourceTree = "<group>";
    199 		};
    200 		3ABD6A8524E0AC9A00B22F4B /* Frameworks */ = {
    201 			isa = PBXGroup;
    202 			children = (
    203 				3AE0CE882568651100AAFB15 /* StoreKit.framework */,
    204 				3AE0CE86256864FB00AAFB15 /* StoreKit.framework */,
    205 				3ABD6A8824E0AD7900B22F4B /* CloudKit.framework */,
    206 				3ABD6A8624E0AC9A00B22F4B /* CloudKit.framework */,
    207 			);
    208 			name = Frameworks;
    209 			sourceTree = "<group>";
    210 		};
    211 		3AE1AE2524DD21FF005D88E2 /* Settings Views */ = {
    212 			isa = PBXGroup;
    213 			children = (
    214 				3AE1AE2624DD2228005D88E2 /* NotificationSection.swift */,
    215 				3AD708DA256392CE00809259 /* DonationSection.swift */,
    216 			);
    217 			path = "Settings Views";
    218 			sourceTree = "<group>";
    219 		};
    220 /* End PBXGroup section */
    221 
    222 /* Begin PBXNativeTarget section */
    223 		3A00ABD724CF7B3C0022FCCE /* txtodo (iOS) */ = {
    224 			isa = PBXNativeTarget;
    225 			buildConfigurationList = 3A00ABEC24CF7B3C0022FCCE /* Build configuration list for PBXNativeTarget "txtodo (iOS)" */;
    226 			buildPhases = (
    227 				3A00ABD424CF7B3C0022FCCE /* Sources */,
    228 				3A00ABD524CF7B3C0022FCCE /* Frameworks */,
    229 				3A00ABD624CF7B3C0022FCCE /* Resources */,
    230 			);
    231 			buildRules = (
    232 			);
    233 			dependencies = (
    234 			);
    235 			name = "txtodo (iOS)";
    236 			productName = "txtodo (iOS)";
    237 			productReference = 3A00ABD824CF7B3C0022FCCE /* txtodo.app */;
    238 			productType = "com.apple.product-type.application";
    239 		};
    240 		3A00ABDF24CF7B3C0022FCCE /* txtodo (macOS) */ = {
    241 			isa = PBXNativeTarget;
    242 			buildConfigurationList = 3A00ABEF24CF7B3C0022FCCE /* Build configuration list for PBXNativeTarget "txtodo (macOS)" */;
    243 			buildPhases = (
    244 				3A00ABDC24CF7B3C0022FCCE /* Sources */,
    245 				3A00ABDD24CF7B3C0022FCCE /* Frameworks */,
    246 				3A00ABDE24CF7B3C0022FCCE /* Resources */,
    247 			);
    248 			buildRules = (
    249 			);
    250 			dependencies = (
    251 			);
    252 			name = "txtodo (macOS)";
    253 			productName = "txtodo (macOS)";
    254 			productReference = 3A00ABE024CF7B3C0022FCCE /* txtodo.app */;
    255 			productType = "com.apple.product-type.application";
    256 		};
    257 /* End PBXNativeTarget section */
    258 
    259 /* Begin PBXProject section */
    260 		3A00ABCC24CF7B3A0022FCCE /* Project object */ = {
    261 			isa = PBXProject;
    262 			attributes = {
    263 				LastSwiftUpdateCheck = 1200;
    264 				LastUpgradeCheck = 1220;
    265 				TargetAttributes = {
    266 					3A00ABD724CF7B3C0022FCCE = {
    267 						CreatedOnToolsVersion = 12.0;
    268 					};
    269 					3A00ABDF24CF7B3C0022FCCE = {
    270 						CreatedOnToolsVersion = 12.0;
    271 					};
    272 				};
    273 			};
    274 			buildConfigurationList = 3A00ABCF24CF7B3A0022FCCE /* Build configuration list for PBXProject "txtodo" */;
    275 			compatibilityVersion = "Xcode 9.3";
    276 			developmentRegion = en;
    277 			hasScannedForEncodings = 0;
    278 			knownRegions = (
    279 				en,
    280 				Base,
    281 				he,
    282 			);
    283 			mainGroup = 3A00ABCB24CF7B3A0022FCCE;
    284 			productRefGroup = 3A00ABD924CF7B3C0022FCCE /* Products */;
    285 			projectDirPath = "";
    286 			projectRoot = "";
    287 			targets = (
    288 				3A00ABD724CF7B3C0022FCCE /* txtodo (iOS) */,
    289 				3A00ABDF24CF7B3C0022FCCE /* txtodo (macOS) */,
    290 			);
    291 		};
    292 /* End PBXProject section */
    293 
    294 /* Begin PBXResourcesBuildPhase section */
    295 		3A00ABD624CF7B3C0022FCCE /* Resources */ = {
    296 			isa = PBXResourcesBuildPhase;
    297 			buildActionMask = 2147483647;
    298 			files = (
    299 				3A00ABE824CF7B3C0022FCCE /* Assets.xcassets in Resources */,
    300 				3A270E0024F2310600974CD5 /* InfoPlist.strings in Resources */,
    301 				3ABD6A9024E0DB1B00B22F4B /* Localizable.strings in Resources */,
    302 			);
    303 			runOnlyForDeploymentPostprocessing = 0;
    304 		};
    305 		3A00ABDE24CF7B3C0022FCCE /* Resources */ = {
    306 			isa = PBXResourcesBuildPhase;
    307 			buildActionMask = 2147483647;
    308 			files = (
    309 				3A00ABE924CF7B3C0022FCCE /* Assets.xcassets in Resources */,
    310 				3A270E0124F2310600974CD5 /* InfoPlist.strings in Resources */,
    311 				3ABD6A9124E0DB1B00B22F4B /* Localizable.strings in Resources */,
    312 			);
    313 			runOnlyForDeploymentPostprocessing = 0;
    314 		};
    315 /* End PBXResourcesBuildPhase section */
    316 
    317 /* Begin PBXSourcesBuildPhase section */
    318 		3A00ABD424CF7B3C0022FCCE /* Sources */ = {
    319 			isa = PBXSourcesBuildPhase;
    320 			buildActionMask = 2147483647;
    321 			files = (
    322 				3AE1AE2024DCECCC005D88E2 /* SettingsSheet.swift in Sources */,
    323 				3AE1AE2D24DD2A6E005D88E2 /* AboutSheet.swift in Sources */,
    324 				3A00ABF324CF820A0022FCCE /* TaskView.swift in Sources */,
    325 				3A31869624DBDB8200619154 /* NoteSheet.swift in Sources */,
    326 				3A00ABFC24CF84110022FCCE /* Task+CoreDataClass.swift in Sources */,
    327 				3A00ABF824CF82A50022FCCE /* txtodo.xcdatamodeld in Sources */,
    328 				3AA0D6C824D8BCBA0052ADC8 /* AddTask.swift in Sources */,
    329 				3A00ABE624CF7B3C0022FCCE /* ContentView.swift in Sources */,
    330 				3AE1AE2724DD2228005D88E2 /* NotificationSection.swift in Sources */,
    331 				3AE1AE2A24DD27BB005D88E2 /* FrameModifier.swift in Sources */,
    332 				3AD708DB256392CE00809259 /* DonationSection.swift in Sources */,
    333 				3A74457624E349B600788A32 /* DevicePaddingModifiers.swift in Sources */,
    334 				3A5AC67A24D0D24000DD482F /* SectionLabel.swift in Sources */,
    335 				3AE1AE1E24DCE6D7005D88E2 /* MenuView.swift in Sources */,
    336 				3A74457324E33D8500788A32 /* NoteView.swift in Sources */,
    337 				3A3B864F24E0AA4600740360 /* HomeHeaderView.swift in Sources */,
    338 				3A00ABFE24CF84110022FCCE /* Task+CoreDataProperties.swift in Sources */,
    339 				3A1F81CF256875FE00E28B5F /* StoreManager.swift in Sources */,
    340 				3A00ABE424CF7B3C0022FCCE /* txtodoApp.swift in Sources */,
    341 				3A57486C24DC9F9C00A4F8C0 /* AddNoteView.swift in Sources */,
    342 			);
    343 			runOnlyForDeploymentPostprocessing = 0;
    344 		};
    345 		3A00ABDC24CF7B3C0022FCCE /* Sources */ = {
    346 			isa = PBXSourcesBuildPhase;
    347 			buildActionMask = 2147483647;
    348 			files = (
    349 				3A74457124E33C6700788A32 /* TaskView.swift in Sources */,
    350 				3AD708DC256392CE00809259 /* DonationSection.swift in Sources */,
    351 				3A00ABFD24CF84110022FCCE /* Task+CoreDataClass.swift in Sources */,
    352 				3A00ABF924CF82A50022FCCE /* txtodo.xcdatamodeld in Sources */,
    353 				3AA0D6C924D8BCBA0052ADC8 /* AddTask.swift in Sources */,
    354 				3A00ABE724CF7B3C0022FCCE /* ContentView.swift in Sources */,
    355 				3A5AC67B24D0D24000DD482F /* SectionLabel.swift in Sources */,
    356 				3A00ABFF24CF84110022FCCE /* Task+CoreDataProperties.swift in Sources */,
    357 				3A74457724E349B600788A32 /* DevicePaddingModifiers.swift in Sources */,
    358 				3AE1AE2824DD2228005D88E2 /* NotificationSection.swift in Sources */,
    359 				3A1F81D0256875FE00E28B5F /* StoreManager.swift in Sources */,
    360 				3A00ABE524CF7B3C0022FCCE /* txtodoApp.swift in Sources */,
    361 				3A57486D24DC9F9C00A4F8C0 /* AddNoteView.swift in Sources */,
    362 				3AE1AE2424DD19DC005D88E2 /* SettingsView.swift in Sources */,
    363 				3ADE061524DFCF1E000C4289 /* HomeHeaderView.swift in Sources */,
    364 				3A74457424E33D8500788A32 /* NoteView.swift in Sources */,
    365 				3AE1AE2B24DD27BB005D88E2 /* FrameModifier.swift in Sources */,
    366 			);
    367 			runOnlyForDeploymentPostprocessing = 0;
    368 		};
    369 /* End PBXSourcesBuildPhase section */
    370 
    371 /* Begin PBXVariantGroup section */
    372 		3A270E0324F2310600974CD5 /* InfoPlist.strings */ = {
    373 			isa = PBXVariantGroup;
    374 			children = (
    375 				3A270E0224F2310600974CD5 /* en */,
    376 				3A270E0424F2310900974CD5 /* he */,
    377 			);
    378 			name = InfoPlist.strings;
    379 			sourceTree = "<group>";
    380 		};
    381 		3ABD6A9324E0DB1B00B22F4B /* Localizable.strings */ = {
    382 			isa = PBXVariantGroup;
    383 			children = (
    384 				3ABD6A9224E0DB1B00B22F4B /* en */,
    385 				3ABD6A9424E0DB5800B22F4B /* he */,
    386 			);
    387 			name = Localizable.strings;
    388 			sourceTree = "<group>";
    389 		};
    390 /* End PBXVariantGroup section */
    391 
    392 /* Begin XCBuildConfiguration section */
    393 		3A00ABEA24CF7B3C0022FCCE /* Debug */ = {
    394 			isa = XCBuildConfiguration;
    395 			buildSettings = {
    396 				ALWAYS_SEARCH_USER_PATHS = NO;
    397 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
    398 				CLANG_ANALYZER_NONNULL = YES;
    399 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    400 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    401 				CLANG_CXX_LIBRARY = "libc++";
    402 				CLANG_ENABLE_MODULES = YES;
    403 				CLANG_ENABLE_OBJC_ARC = YES;
    404 				CLANG_ENABLE_OBJC_WEAK = YES;
    405 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    406 				CLANG_WARN_BOOL_CONVERSION = YES;
    407 				CLANG_WARN_COMMA = YES;
    408 				CLANG_WARN_CONSTANT_CONVERSION = YES;
    409 				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    410 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    411 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    412 				CLANG_WARN_EMPTY_BODY = YES;
    413 				CLANG_WARN_ENUM_CONVERSION = YES;
    414 				CLANG_WARN_INFINITE_RECURSION = YES;
    415 				CLANG_WARN_INT_CONVERSION = YES;
    416 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    417 				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    418 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    419 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    420 				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    421 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    422 				CLANG_WARN_STRICT_PROTOTYPES = YES;
    423 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    424 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    425 				CLANG_WARN_UNREACHABLE_CODE = YES;
    426 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    427 				COPY_PHASE_STRIP = NO;
    428 				DEBUG_INFORMATION_FORMAT = dwarf;
    429 				ENABLE_STRICT_OBJC_MSGSEND = YES;
    430 				ENABLE_TESTABILITY = YES;
    431 				GCC_C_LANGUAGE_STANDARD = gnu11;
    432 				GCC_DYNAMIC_NO_PIC = NO;
    433 				GCC_NO_COMMON_BLOCKS = YES;
    434 				GCC_OPTIMIZATION_LEVEL = 0;
    435 				GCC_PREPROCESSOR_DEFINITIONS = (
    436 					"DEBUG=1",
    437 					"$(inherited)",
    438 				);
    439 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    440 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    441 				GCC_WARN_UNDECLARED_SELECTOR = YES;
    442 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    443 				GCC_WARN_UNUSED_FUNCTION = YES;
    444 				GCC_WARN_UNUSED_VARIABLE = YES;
    445 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
    446 				MTL_FAST_MATH = YES;
    447 				ONLY_ACTIVE_ARCH = YES;
    448 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
    449 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
    450 			};
    451 			name = Debug;
    452 		};
    453 		3A00ABEB24CF7B3C0022FCCE /* Release */ = {
    454 			isa = XCBuildConfiguration;
    455 			buildSettings = {
    456 				ALWAYS_SEARCH_USER_PATHS = NO;
    457 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
    458 				CLANG_ANALYZER_NONNULL = YES;
    459 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    460 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    461 				CLANG_CXX_LIBRARY = "libc++";
    462 				CLANG_ENABLE_MODULES = YES;
    463 				CLANG_ENABLE_OBJC_ARC = YES;
    464 				CLANG_ENABLE_OBJC_WEAK = YES;
    465 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    466 				CLANG_WARN_BOOL_CONVERSION = YES;
    467 				CLANG_WARN_COMMA = YES;
    468 				CLANG_WARN_CONSTANT_CONVERSION = YES;
    469 				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    470 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    471 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    472 				CLANG_WARN_EMPTY_BODY = YES;
    473 				CLANG_WARN_ENUM_CONVERSION = YES;
    474 				CLANG_WARN_INFINITE_RECURSION = YES;
    475 				CLANG_WARN_INT_CONVERSION = YES;
    476 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    477 				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    478 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    479 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    480 				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    481 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    482 				CLANG_WARN_STRICT_PROTOTYPES = YES;
    483 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    484 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    485 				CLANG_WARN_UNREACHABLE_CODE = YES;
    486 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    487 				COPY_PHASE_STRIP = NO;
    488 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    489 				ENABLE_NS_ASSERTIONS = NO;
    490 				ENABLE_STRICT_OBJC_MSGSEND = YES;
    491 				GCC_C_LANGUAGE_STANDARD = gnu11;
    492 				GCC_NO_COMMON_BLOCKS = YES;
    493 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    494 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    495 				GCC_WARN_UNDECLARED_SELECTOR = YES;
    496 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    497 				GCC_WARN_UNUSED_FUNCTION = YES;
    498 				GCC_WARN_UNUSED_VARIABLE = YES;
    499 				MTL_ENABLE_DEBUG_INFO = NO;
    500 				MTL_FAST_MATH = YES;
    501 				SWIFT_COMPILATION_MODE = wholemodule;
    502 				SWIFT_OPTIMIZATION_LEVEL = "-O";
    503 			};
    504 			name = Release;
    505 		};
    506 		3A00ABED24CF7B3C0022FCCE /* Debug */ = {
    507 			isa = XCBuildConfiguration;
    508 			buildSettings = {
    509 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    510 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
    511 				CODE_SIGN_ENTITLEMENTS = txtodo.entitlements;
    512 				CODE_SIGN_STYLE = Automatic;
    513 				DEVELOPMENT_TEAM = 9WHCFZ6J4N;
    514 				ENABLE_PREVIEWS = YES;
    515 				INFOPLIST_FILE = iOS/Info.plist;
    516 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
    517 				LD_RUNPATH_SEARCH_PATHS = (
    518 					"$(inherited)",
    519 					"@executable_path/Frameworks",
    520 				);
    521 				PRODUCT_BUNDLE_IDENTIFIER = com.figbertind.txtodo;
    522 				PRODUCT_NAME = txtodo;
    523 				SDKROOT = iphoneos;
    524 				SWIFT_VERSION = 5.0;
    525 				TARGETED_DEVICE_FAMILY = "1,2";
    526 			};
    527 			name = Debug;
    528 		};
    529 		3A00ABEE24CF7B3C0022FCCE /* Release */ = {
    530 			isa = XCBuildConfiguration;
    531 			buildSettings = {
    532 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    533 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
    534 				CODE_SIGN_ENTITLEMENTS = txtodo.entitlements;
    535 				CODE_SIGN_STYLE = Automatic;
    536 				DEVELOPMENT_TEAM = 9WHCFZ6J4N;
    537 				ENABLE_PREVIEWS = YES;
    538 				INFOPLIST_FILE = iOS/Info.plist;
    539 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
    540 				LD_RUNPATH_SEARCH_PATHS = (
    541 					"$(inherited)",
    542 					"@executable_path/Frameworks",
    543 				);
    544 				PRODUCT_BUNDLE_IDENTIFIER = com.figbertind.txtodo;
    545 				PRODUCT_NAME = txtodo;
    546 				SDKROOT = iphoneos;
    547 				SWIFT_VERSION = 5.0;
    548 				TARGETED_DEVICE_FAMILY = "1,2";
    549 				VALIDATE_PRODUCT = YES;
    550 			};
    551 			name = Release;
    552 		};
    553 		3A00ABF024CF7B3C0022FCCE /* Debug */ = {
    554 			isa = XCBuildConfiguration;
    555 			buildSettings = {
    556 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    557 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
    558 				CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
    559 				CODE_SIGN_IDENTITY = "Apple Development";
    560 				CODE_SIGN_STYLE = Automatic;
    561 				COMBINE_HIDPI_IMAGES = YES;
    562 				DEVELOPMENT_TEAM = 9WHCFZ6J4N;
    563 				ENABLE_HARDENED_RUNTIME = YES;
    564 				ENABLE_PREVIEWS = YES;
    565 				INFOPLIST_FILE = macOS/Info.plist;
    566 				LD_RUNPATH_SEARCH_PATHS = (
    567 					"$(inherited)",
    568 					"@executable_path/../Frameworks",
    569 				);
    570 				MACOSX_DEPLOYMENT_TARGET = 11.0;
    571 				PRODUCT_BUNDLE_IDENTIFIER = com.figbertind.txtodo;
    572 				PRODUCT_NAME = txtodo;
    573 				SDKROOT = macosx;
    574 				SWIFT_VERSION = 5.0;
    575 			};
    576 			name = Debug;
    577 		};
    578 		3A00ABF124CF7B3C0022FCCE /* Release */ = {
    579 			isa = XCBuildConfiguration;
    580 			buildSettings = {
    581 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    582 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
    583 				CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
    584 				CODE_SIGN_IDENTITY = "Apple Development";
    585 				CODE_SIGN_STYLE = Automatic;
    586 				COMBINE_HIDPI_IMAGES = YES;
    587 				DEVELOPMENT_TEAM = 9WHCFZ6J4N;
    588 				ENABLE_HARDENED_RUNTIME = YES;
    589 				ENABLE_PREVIEWS = YES;
    590 				INFOPLIST_FILE = macOS/Info.plist;
    591 				LD_RUNPATH_SEARCH_PATHS = (
    592 					"$(inherited)",
    593 					"@executable_path/../Frameworks",
    594 				);
    595 				MACOSX_DEPLOYMENT_TARGET = 11.0;
    596 				PRODUCT_BUNDLE_IDENTIFIER = com.figbertind.txtodo;
    597 				PRODUCT_NAME = txtodo;
    598 				SDKROOT = macosx;
    599 				SWIFT_VERSION = 5.0;
    600 			};
    601 			name = Release;
    602 		};
    603 /* End XCBuildConfiguration section */
    604 
    605 /* Begin XCConfigurationList section */
    606 		3A00ABCF24CF7B3A0022FCCE /* Build configuration list for PBXProject "txtodo" */ = {
    607 			isa = XCConfigurationList;
    608 			buildConfigurations = (
    609 				3A00ABEA24CF7B3C0022FCCE /* Debug */,
    610 				3A00ABEB24CF7B3C0022FCCE /* Release */,
    611 			);
    612 			defaultConfigurationIsVisible = 0;
    613 			defaultConfigurationName = Release;
    614 		};
    615 		3A00ABEC24CF7B3C0022FCCE /* Build configuration list for PBXNativeTarget "txtodo (iOS)" */ = {
    616 			isa = XCConfigurationList;
    617 			buildConfigurations = (
    618 				3A00ABED24CF7B3C0022FCCE /* Debug */,
    619 				3A00ABEE24CF7B3C0022FCCE /* Release */,
    620 			);
    621 			defaultConfigurationIsVisible = 0;
    622 			defaultConfigurationName = Release;
    623 		};
    624 		3A00ABEF24CF7B3C0022FCCE /* Build configuration list for PBXNativeTarget "txtodo (macOS)" */ = {
    625 			isa = XCConfigurationList;
    626 			buildConfigurations = (
    627 				3A00ABF024CF7B3C0022FCCE /* Debug */,
    628 				3A00ABF124CF7B3C0022FCCE /* Release */,
    629 			);
    630 			defaultConfigurationIsVisible = 0;
    631 			defaultConfigurationName = Release;
    632 		};
    633 /* End XCConfigurationList section */
    634 
    635 /* Begin XCVersionGroup section */
    636 		3A00ABF624CF82A50022FCCE /* txtodo.xcdatamodeld */ = {
    637 			isa = XCVersionGroup;
    638 			children = (
    639 				3A00ABF724CF82A50022FCCE /* txtodo.xcdatamodel */,
    640 			);
    641 			currentVersion = 3A00ABF724CF82A50022FCCE /* txtodo.xcdatamodel */;
    642 			path = txtodo.xcdatamodeld;
    643 			sourceTree = "<group>";
    644 			versionGroupType = wrapper.xcdatamodel;
    645 		};
    646 /* End XCVersionGroup section */
    647 	};
    648 	rootObject = 3A00ABCC24CF7B3A0022FCCE /* Project object */;
    649 }