|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 5359360F24687FF800445F95 /* Preferences.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5359360D24687FF800445F95 /* Preferences.storyboard */; }; |
10 | 11 | 53719E9319BF4C6D005D3DE0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53719E9219BF4C6D005D3DE0 /* Cocoa.framework */; };
|
11 | 12 | 53719E9D19BF4C6D005D3DE0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 53719E9B19BF4C6D005D3DE0 /* InfoPlist.strings */; };
|
12 | 13 | 53719E9F19BF4C6D005D3DE0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 53719E9E19BF4C6D005D3DE0 /* main.m */; };
|
|
19 | 20 | 53719EBD19BF4C6D005D3DE0 /* BuildSettingExtractorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 53719EBC19BF4C6D005D3DE0 /* BuildSettingExtractorTests.m */; };
|
20 | 21 | 538196C51A851BB40033CB65 /* BuildSettingInfoSubpaths.plist in Resources */ = {isa = PBXBuildFile; fileRef = 538196C41A851BB40033CB65 /* BuildSettingInfoSubpaths.plist */; };
|
21 | 22 | 539A0207234EFA4300193374 /* BuildSettingInfoSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 539A0206234EFA4300193374 /* BuildSettingInfoSource.m */; };
|
| 23 | + 53B3D7F023F6EB6F0039C5B0 /* PreferencesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 53B3D7EE23F6EB6F0039C5B0 /* PreferencesViewController.m */; }; |
| 24 | + 53B3D7F623F6EDB70039C5B0 /* FileLayoutPreferencesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 53B3D7F523F6EDB70039C5B0 /* FileLayoutPreferencesViewController.m */; }; |
| 25 | + 53B3D7FA23F6EDCD0039C5B0 /* ContentsPreferencesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 53B3D7F823F6EDCD0039C5B0 /* ContentsPreferencesViewController.m */; }; |
22 | 26 | 53BC11311A817447005E2FD2 /* BuildSettingCommentGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 53BC11301A817447005E2FD2 /* BuildSettingCommentGenerator.m */; };
|
| 27 | + 53C7618223F85AE20024B432 /* SampleFileStructureGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C7618123F85AE20024B432 /* SampleFileStructureGenerator.m */; }; |
23 | 28 | 53F372ED1A7BC6A7006118CB /* DragFileView.m in Sources */ = {isa = PBXBuildFile; fileRef = 53F372EC1A7BC6A7006118CB /* DragFileView.m */; };
|
24 | 29 | 53F372F01A7C042F006118CB /* BuildSettingExtractor.m in Sources */ = {isa = PBXBuildFile; fileRef = 53F372EF1A7C042F006118CB /* BuildSettingExtractor.m */; };
|
25 | 30 | 53F372F41A7C0CBE006118CB /* ThreeBuildConfigs.plist in Resources */ = {isa = PBXBuildFile; fileRef = 53F372F31A7C0CBE006118CB /* ThreeBuildConfigs.plist */; };
|
|
44 | 49 |
|
45 | 50 | /* Begin PBXFileReference section */
|
46 | 51 | 532C57C7234BB32700FA0872 /* BSE-CodeSigning.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "BSE-CodeSigning.xcconfig"; sourceTree = "<group>"; };
|
| 52 | + 5359360E24687FF800445F95 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Preferences.storyboard; sourceTree = "<group>"; }; |
47 | 53 | 536AA121235293B600A0FE29 /* BuildSettingExtractor.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = BuildSettingExtractor.entitlements; sourceTree = "<group>"; };
|
48 | 54 | 53719E8F19BF4C6D005D3DE0 /* BuildSettingExtractor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BuildSettingExtractor.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
49 | 55 | 53719E9219BF4C6D005D3DE0 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
66 | 72 | 5395AF4D1A7C6BB60028BE88 /* ReadMe.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = ReadMe.md; sourceTree = "<group>"; };
|
67 | 73 | 539A0205234EFA4300193374 /* BuildSettingInfoSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BuildSettingInfoSource.h; sourceTree = "<group>"; };
|
68 | 74 | 539A0206234EFA4300193374 /* BuildSettingInfoSource.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BuildSettingInfoSource.m; sourceTree = "<group>"; };
|
| 75 | + 53B3D7EE23F6EB6F0039C5B0 /* PreferencesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferencesViewController.m; sourceTree = "<group>"; }; |
| 76 | + 53B3D7EF23F6EB6F0039C5B0 /* PreferencesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PreferencesViewController.h; sourceTree = "<group>"; }; |
| 77 | + 53B3D7F423F6EDB70039C5B0 /* FileLayoutPreferencesViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FileLayoutPreferencesViewController.h; sourceTree = "<group>"; }; |
| 78 | + 53B3D7F523F6EDB70039C5B0 /* FileLayoutPreferencesViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FileLayoutPreferencesViewController.m; sourceTree = "<group>"; }; |
| 79 | + 53B3D7F723F6EDCD0039C5B0 /* ContentsPreferencesViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContentsPreferencesViewController.h; sourceTree = "<group>"; }; |
| 80 | + 53B3D7F823F6EDCD0039C5B0 /* ContentsPreferencesViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContentsPreferencesViewController.m; sourceTree = "<group>"; }; |
69 | 81 | 53BC112F1A817447005E2FD2 /* BuildSettingCommentGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BuildSettingCommentGenerator.h; sourceTree = "<group>"; };
|
70 | 82 | 53BC11301A817447005E2FD2 /* BuildSettingCommentGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BuildSettingCommentGenerator.m; sourceTree = "<group>"; };
|
| 83 | + 53C7618023F85AE20024B432 /* SampleFileStructureGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleFileStructureGenerator.h; sourceTree = "<group>"; }; |
| 84 | + 53C7618123F85AE20024B432 /* SampleFileStructureGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleFileStructureGenerator.m; sourceTree = "<group>"; }; |
71 | 85 | 53F372EB1A7BC6A7006118CB /* DragFileView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DragFileView.h; sourceTree = "<group>"; };
|
72 | 86 | 53F372EC1A7BC6A7006118CB /* DragFileView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DragFileView.m; sourceTree = "<group>"; };
|
73 | 87 | 53F372EE1A7C042F006118CB /* BuildSettingExtractor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BuildSettingExtractor.h; sourceTree = "<group>"; };
|
|
172 | 186 | 53FA882723421B9900F51EC3 /* AppConstants+Categories.m */,
|
173 | 187 | 53F372F91A7C5803006118CB /* Constants+Categories.h */,
|
174 | 188 | 53F372FA1A7C5803006118CB /* Constants+Categories.m */,
|
| 189 | + 53B3D7EB23F6EB090039C5B0 /* Preferences */, |
175 | 190 | 53719EA719BF4C6D005D3DE0 /* MainMenu.xib */,
|
176 | 191 | 53719EAA19BF4C6D005D3DE0 /* Assets.xcassets */,
|
177 | 192 | 538196C41A851BB40033CB65 /* BuildSettingInfoSubpaths.plist */,
|
|
209 | 224 | name = "Supporting Files";
|
210 | 225 | sourceTree = "<group>";
|
211 | 226 | };
|
| 227 | + 53B3D7EB23F6EB090039C5B0 /* Preferences */ = { |
| 228 | + isa = PBXGroup; |
| 229 | + children = ( |
| 230 | + 53B3D7EF23F6EB6F0039C5B0 /* PreferencesViewController.h */, |
| 231 | + 53B3D7EE23F6EB6F0039C5B0 /* PreferencesViewController.m */, |
| 232 | + 53B3D7F423F6EDB70039C5B0 /* FileLayoutPreferencesViewController.h */, |
| 233 | + 53B3D7F523F6EDB70039C5B0 /* FileLayoutPreferencesViewController.m */, |
| 234 | + 53B3D7F723F6EDCD0039C5B0 /* ContentsPreferencesViewController.h */, |
| 235 | + 53B3D7F823F6EDCD0039C5B0 /* ContentsPreferencesViewController.m */, |
| 236 | + 53C7618023F85AE20024B432 /* SampleFileStructureGenerator.h */, |
| 237 | + 53C7618123F85AE20024B432 /* SampleFileStructureGenerator.m */, |
| 238 | + 5359360D24687FF800445F95 /* Preferences.storyboard */, |
| 239 | + ); |
| 240 | + path = Preferences; |
| 241 | + sourceTree = "<group>"; |
| 242 | + }; |
212 | 243 | 53F372F61A7C3164006118CB /* TestFiles */ = {
|
213 | 244 | isa = PBXGroup;
|
214 | 245 | children = (
|
|
266 | 297 | 53719E8719BF4C6D005D3DE0 /* Project object */ = {
|
267 | 298 | isa = PBXProject;
|
268 | 299 | attributes = {
|
269 |
| - LastUpgradeCheck = 1110; |
| 300 | + LastUpgradeCheck = 1140; |
270 | 301 | ORGANIZATIONNAME = "Tapas Software";
|
271 | 302 | TargetAttributes = {
|
272 | 303 | 53719EAF19BF4C6D005D3DE0 = {
|
|
301 | 332 | 53719E9D19BF4C6D005D3DE0 /* InfoPlist.strings in Resources */,
|
302 | 333 | 538196C51A851BB40033CB65 /* BuildSettingInfoSubpaths.plist in Resources */,
|
303 | 334 | 53719EAB19BF4C6D005D3DE0 /* Assets.xcassets in Resources */,
|
| 335 | + 5359360F24687FF800445F95 /* Preferences.storyboard in Resources */, |
304 | 336 | 53719EA919BF4C6D005D3DE0 /* MainMenu.xib in Resources */,
|
305 | 337 | );
|
306 | 338 | runOnlyForDeploymentPostprocessing = 0;
|
|
332 | 364 | 53F372ED1A7BC6A7006118CB /* DragFileView.m in Sources */,
|
333 | 365 | 53FA882823421B9900F51EC3 /* AppConstants+Categories.m in Sources */,
|
334 | 366 | 53BC11311A817447005E2FD2 /* BuildSettingCommentGenerator.m in Sources */,
|
| 367 | + 53B3D7FA23F6EDCD0039C5B0 /* ContentsPreferencesViewController.m in Sources */, |
| 368 | + 53C7618223F85AE20024B432 /* SampleFileStructureGenerator.m in Sources */, |
| 369 | + 53B3D7F023F6EB6F0039C5B0 /* PreferencesViewController.m in Sources */, |
335 | 370 | 539A0207234EFA4300193374 /* BuildSettingInfoSource.m in Sources */,
|
336 | 371 | 53719E9F19BF4C6D005D3DE0 /* main.m in Sources */,
|
| 372 | + 53B3D7F623F6EDB70039C5B0 /* FileLayoutPreferencesViewController.m in Sources */, |
337 | 373 | );
|
338 | 374 | runOnlyForDeploymentPostprocessing = 0;
|
339 | 375 | };
|
|
356 | 392 | /* End PBXTargetDependency section */
|
357 | 393 |
|
358 | 394 | /* Begin PBXVariantGroup section */
|
| 395 | + 5359360D24687FF800445F95 /* Preferences.storyboard */ = { |
| 396 | + isa = PBXVariantGroup; |
| 397 | + children = ( |
| 398 | + 5359360E24687FF800445F95 /* Base */, |
| 399 | + ); |
| 400 | + name = Preferences.storyboard; |
| 401 | + sourceTree = "<group>"; |
| 402 | + }; |
359 | 403 | 53719E9B19BF4C6D005D3DE0 /* InfoPlist.strings */ = {
|
360 | 404 | isa = PBXVariantGroup;
|
361 | 405 | children = (
|
|
430 | 474 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
431 | 475 | GCC_WARN_UNUSED_FUNCTION = YES;
|
432 | 476 | GCC_WARN_UNUSED_VARIABLE = YES;
|
433 |
| - MACOSX_DEPLOYMENT_TARGET = 10.9; |
| 477 | + MACOSX_DEPLOYMENT_TARGET = 10.14; |
434 | 478 | ONLY_ACTIVE_ARCH = YES;
|
435 | 479 | SDKROOT = macosx;
|
436 | 480 | };
|
|
477 | 521 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
478 | 522 | GCC_WARN_UNUSED_FUNCTION = YES;
|
479 | 523 | GCC_WARN_UNUSED_VARIABLE = YES;
|
480 |
| - MACOSX_DEPLOYMENT_TARGET = 10.9; |
| 524 | + MACOSX_DEPLOYMENT_TARGET = 10.14; |
481 | 525 | SDKROOT = macosx;
|
482 | 526 | };
|
483 | 527 | name = Release;
|
|
0 commit comments