|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 9341A14A1BD6E5FE0048CE2C /* SJModelGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9341A1491BD6E5FE0048CE2C /* SJModelGenerator.swift */; settings = {ASSET_TAGS = (); }; }; |
11 |
| - 9341A14C1BD6E6300048CE2C /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9341A14B1BD6E6300048CE2C /* SwiftyJSON.swift */; settings = {ASSET_TAGS = (); }; }; |
12 |
| - 9341A14F1BD6E7290048CE2C /* BaseTemplate.txt in Resources */ = {isa = PBXBuildFile; fileRef = 9341A14E1BD6E7290048CE2C /* BaseTemplate.txt */; settings = {ASSET_TAGS = (); }; }; |
13 |
| - 9341A1521BD6E9EC0048CE2C /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9341A14B1BD6E6300048CE2C /* SwiftyJSON.swift */; settings = {ASSET_TAGS = (); }; }; |
14 |
| - 9361FD141BD18558001ED533 /* LineNumberRulerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9361FD131BD18558001ED533 /* LineNumberRulerView.swift */; settings = {ASSET_TAGS = (); }; }; |
15 |
| - 9362F8661BD07DBA0001372E /* JSONHelperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9362F8651BD07DBA0001372E /* JSONHelperTests.swift */; settings = {ASSET_TAGS = (); }; }; |
16 |
| - 93CDE7721BD1A00B00B5B234 /* SJTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93CDE7711BD1A00B00B5B234 /* SJTextView.swift */; settings = {ASSET_TAGS = (); }; }; |
| 10 | + 9341A14A1BD6E5FE0048CE2C /* SJModelGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9341A1491BD6E5FE0048CE2C /* SJModelGenerator.swift */; }; |
| 11 | + 9341A14C1BD6E6300048CE2C /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9341A14B1BD6E6300048CE2C /* SwiftyJSON.swift */; }; |
| 12 | + 9341A14F1BD6E7290048CE2C /* BaseTemplate.txt in Resources */ = {isa = PBXBuildFile; fileRef = 9341A14E1BD6E7290048CE2C /* BaseTemplate.txt */; }; |
| 13 | + 9341A1521BD6E9EC0048CE2C /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9341A14B1BD6E6300048CE2C /* SwiftyJSON.swift */; }; |
| 14 | + 9361FD141BD18558001ED533 /* LineNumberRulerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9361FD131BD18558001ED533 /* LineNumberRulerView.swift */; }; |
| 15 | + 9362F8661BD07DBA0001372E /* JSONHelperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9362F8651BD07DBA0001372E /* JSONHelperTests.swift */; }; |
| 16 | + 93CDE7721BD1A00B00B5B234 /* SJTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93CDE7711BD1A00B00B5B234 /* SJTextView.swift */; }; |
17 | 17 | 93F174431BD0707D007E7DFC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F174421BD0707D007E7DFC /* AppDelegate.swift */; };
|
18 | 18 | 93F174451BD0707D007E7DFC /* SJEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F174441BD0707D007E7DFC /* SJEditorViewController.swift */; };
|
19 | 19 | 93F174471BD0707D007E7DFC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 93F174461BD0707D007E7DFC /* Assets.xcassets */; };
|
20 | 20 | 93F1744A1BD0707D007E7DFC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93F174481BD0707D007E7DFC /* Main.storyboard */; };
|
21 | 21 | 93F174551BD0707D007E7DFC /* SwiftyJSONAcceleratorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F174541BD0707D007E7DFC /* SwiftyJSONAcceleratorTests.swift */; };
|
22 |
| - 93F174601BD070AA007E7DFC /* JSONHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F1745F1BD070AA007E7DFC /* JSONHelper.swift */; settings = {ASSET_TAGS = (); }; }; |
| 22 | + 93F174601BD070AA007E7DFC /* JSONHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F1745F1BD070AA007E7DFC /* JSONHelper.swift */; }; |
23 | 23 | /* End PBXBuildFile section */
|
24 | 24 |
|
25 | 25 | /* Begin PBXContainerItemProxy section */
|
|
86 | 86 | name = "External Libraries";
|
87 | 87 | sourceTree = "<group>";
|
88 | 88 | };
|
| 89 | + 93A1264E1BDB8B04002A3B11 /* Model Generation */ = { |
| 90 | + isa = PBXGroup; |
| 91 | + children = ( |
| 92 | + 93F1745F1BD070AA007E7DFC /* JSONHelper.swift */, |
| 93 | + 9341A1491BD6E5FE0048CE2C /* SJModelGenerator.swift */, |
| 94 | + ); |
| 95 | + name = "Model Generation"; |
| 96 | + sourceTree = "<group>"; |
| 97 | + }; |
| 98 | + 93A1264F1BDB8B14002A3B11 /* Application Interface */ = { |
| 99 | + isa = PBXGroup; |
| 100 | + children = ( |
| 101 | + 93F174421BD0707D007E7DFC /* AppDelegate.swift */, |
| 102 | + 93F174441BD0707D007E7DFC /* SJEditorViewController.swift */, |
| 103 | + 93CDE7711BD1A00B00B5B234 /* SJTextView.swift */, |
| 104 | + ); |
| 105 | + name = "Application Interface"; |
| 106 | + sourceTree = "<group>"; |
| 107 | + }; |
89 | 108 | 93F174361BD0707D007E7DFC = {
|
90 | 109 | isa = PBXGroup;
|
91 | 110 | children = (
|
|
108 | 127 | isa = PBXGroup;
|
109 | 128 | children = (
|
110 | 129 | 9362D3BC1BD8398A00B927D6 /* External Libraries */,
|
| 130 | + 93A1264E1BDB8B04002A3B11 /* Model Generation */, |
111 | 131 | 9341A14D1BD6E6EF0048CE2C /* Base Files */,
|
112 |
| - 93F174421BD0707D007E7DFC /* AppDelegate.swift */, |
113 |
| - 93F174441BD0707D007E7DFC /* SJEditorViewController.swift */, |
114 |
| - 93F1745F1BD070AA007E7DFC /* JSONHelper.swift */, |
115 |
| - 93CDE7711BD1A00B00B5B234 /* SJTextView.swift */, |
116 |
| - 9341A1491BD6E5FE0048CE2C /* SJModelGenerator.swift */, |
| 132 | + 93A1264F1BDB8B14002A3B11 /* Application Interface */, |
117 | 133 | 93F174461BD0707D007E7DFC /* Assets.xcassets */,
|
118 | 134 | 93F174481BD0707D007E7DFC /* Main.storyboard */,
|
119 | 135 | 93F1744B1BD0707D007E7DFC /* Info.plist */,
|
|
0 commit comments