|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | DD04B4791BEC367E008E1261 /* SQLTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD04B4781BEC367E008E1261 /* SQLTable.swift */; }; |
11 | 11 | DD04B4811BEC511B008E1261 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DD04B47F1BEC511B008E1261 /* Launch Screen.storyboard */; }; |
12 | | - DD04B4851BEC6D6D008E1261 /* Category.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD04B4831BEC6D6D008E1261 /* Category.swift */; }; |
13 | | - DD04B4861BEC6D6D008E1261 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD04B4841BEC6D6D008E1261 /* Task.swift */; }; |
14 | 12 | DD18184219D56B5B0053E68E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DD18183519D56B5B0053E68E /* Main.storyboard */; }; |
15 | 13 | DD18184319D56B5B0053E68E /* data.db in Resources */ = {isa = PBXBuildFile; fileRef = DD18183719D56B5B0053E68E /* data.db */; }; |
16 | 14 | DD18184419D56B5B0053E68E /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD18183819D56B5B0053E68E /* Images.xcassets */; }; |
|
22 | 20 | DD18184E19D56BAF0053E68E /* SQLiteDB.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD18184C19D56BAF0053E68E /* SQLiteDB.swift */; }; |
23 | 21 | DD18184F19D56BAF0053E68E /* String-Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD18184D19D56BAF0053E68E /* String-Extras.swift */; }; |
24 | 22 | DD18185119D56CDB0053E68E /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DD18185019D56CDB0053E68E /* libsqlite3.dylib */; }; |
| 23 | + DD7FFDBA1D23626C003EB06B /* Category.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD7FFDB81D23626C003EB06B /* Category.swift */; }; |
| 24 | + DD7FFDBB1D23626C003EB06B /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD7FFDB91D23626C003EB06B /* Task.swift */; }; |
25 | 25 | /* End PBXBuildFile section */ |
26 | 26 |
|
27 | 27 | /* Begin PBXFileReference section */ |
28 | 28 | DD04B4781BEC367E008E1261 /* SQLTable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SQLTable.swift; path = ../../SQLTable.swift; sourceTree = "<group>"; }; |
29 | 29 | DD04B4801BEC511B008E1261 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = "Base.lproj/Launch Screen.storyboard"; sourceTree = "<group>"; }; |
30 | | - DD04B4831BEC6D6D008E1261 /* Category.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Category.swift; sourceTree = "<group>"; }; |
31 | | - DD04B4841BEC6D6D008E1261 /* Task.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Task.swift; sourceTree = "<group>"; }; |
32 | 30 | DD18183619D56B5B0053E68E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
33 | 31 | DD18183719D56B5B0053E68E /* data.db */ = {isa = PBXFileReference; lastKnownFileType = file; path = data.db; sourceTree = "<group>"; }; |
34 | 32 | DD18183819D56B5B0053E68E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
|
43 | 41 | DD18184D19D56BAF0053E68E /* String-Extras.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "String-Extras.swift"; path = "../../String-Extras.swift"; sourceTree = "<group>"; }; |
44 | 42 | DD18185019D56CDB0053E68E /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; }; |
45 | 43 | DD228C9319486E0400B74370 /* SQLiteDB-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SQLiteDB-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 44 | + DD7FFDB81D23626C003EB06B /* Category.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Category.swift; sourceTree = "<group>"; }; |
| 45 | + DD7FFDB91D23626C003EB06B /* Task.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Task.swift; sourceTree = "<group>"; }; |
46 | 46 | /* End PBXFileReference section */ |
47 | 47 |
|
48 | 48 | /* Begin PBXFrameworksBuildPhase section */ |
|
57 | 57 | /* End PBXFrameworksBuildPhase section */ |
58 | 58 |
|
59 | 59 | /* Begin PBXGroup section */ |
60 | | - DD04B4821BEC6D6D008E1261 /* Shared */ = { |
61 | | - isa = PBXGroup; |
62 | | - children = ( |
63 | | - DD04B4831BEC6D6D008E1261 /* Category.swift */, |
64 | | - DD04B4841BEC6D6D008E1261 /* Task.swift */, |
65 | | - ); |
66 | | - path = Shared; |
67 | | - sourceTree = "<group>"; |
68 | | - }; |
69 | 60 | DD04E1CF195C195B00494935 /* Third-party */ = { |
70 | 61 | isa = PBXGroup; |
71 | 62 | children = ( |
|
89 | 80 | DD18183B19D56B5B0053E68E /* Source */ = { |
90 | 81 | isa = PBXGroup; |
91 | 82 | children = ( |
92 | | - DD04B4821BEC6D6D008E1261 /* Shared */, |
93 | 83 | DD18183C19D56B5B0053E68E /* AddCategoryViewController.swift */, |
94 | 84 | DD18183D19D56B5B0053E68E /* AddTaskViewController.swift */, |
95 | 85 | DD18183E19D56B5B0053E68E /* AppDelegate.swift */, |
|
112 | 102 | isa = PBXGroup; |
113 | 103 | children = ( |
114 | 104 | DD18183B19D56B5B0053E68E /* Source */, |
| 105 | + DD7FFDB71D23626C003EB06B /* Shared */, |
115 | 106 | DD18183419D56B5B0053E68E /* Resources */, |
116 | 107 | DD04E1CF195C195B00494935 /* Third-party */, |
117 | 108 | DD18185219D56DBB0053E68E /* Frameworks */, |
|
138 | 129 | path = "../../Frameworks/SQLiteDB-Swift"; |
139 | 130 | sourceTree = "<group>"; |
140 | 131 | }; |
| 132 | + DD7FFDB71D23626C003EB06B /* Shared */ = { |
| 133 | + isa = PBXGroup; |
| 134 | + children = ( |
| 135 | + DD7FFDB81D23626C003EB06B /* Category.swift */, |
| 136 | + DD7FFDB91D23626C003EB06B /* Task.swift */, |
| 137 | + ); |
| 138 | + name = Shared; |
| 139 | + path = ../Shared; |
| 140 | + sourceTree = "<group>"; |
| 141 | + }; |
141 | 142 | /* End PBXGroup section */ |
142 | 143 |
|
143 | 144 | /* Begin PBXNativeTarget section */ |
|
219 | 220 | files = ( |
220 | 221 | DD18184919D56B5B0053E68E /* AppDelegate.swift in Sources */, |
221 | 222 | DD04B4791BEC367E008E1261 /* SQLTable.swift in Sources */, |
222 | | - DD04B4861BEC6D6D008E1261 /* Task.swift in Sources */, |
| 223 | + DD7FFDBB1D23626C003EB06B /* Task.swift in Sources */, |
223 | 224 | DD18184B19D56B5B0053E68E /* TasksViewController.swift in Sources */, |
224 | 225 | DD18184719D56B5B0053E68E /* AddCategoryViewController.swift in Sources */, |
225 | 226 | DD18184E19D56BAF0053E68E /* SQLiteDB.swift in Sources */, |
226 | | - DD04B4851BEC6D6D008E1261 /* Category.swift in Sources */, |
| 227 | + DD7FFDBA1D23626C003EB06B /* Category.swift in Sources */, |
227 | 228 | DD18184A19D56B5B0053E68E /* CategoryViewController.swift in Sources */, |
228 | 229 | DD18184F19D56BAF0053E68E /* String-Extras.swift in Sources */, |
229 | 230 | DD18184819D56B5B0053E68E /* AddTaskViewController.swift in Sources */, |
|
0 commit comments