|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - D5EF81E81A3A174A00A38927 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5EF81E71A3A174A00A38927 /* main.swift */; }; |
| 10 | + D5EA0DF81A3DF45600FFEBC4 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5EA0DF71A3DF45600FFEBC4 /* main.swift */; }; |
| 11 | + D5EA0DFF1A3DF4E300FFEBC4 /* util.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5EA0DFE1A3DF4E300FFEBC4 /* util.swift */; }; |
| 12 | + D5F105FF1A3E2BC30077263A /* func.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5F105FE1A3E2BC30077263A /* func.swift */; }; |
11 | 13 | /* End PBXBuildFile section */
|
12 | 14 |
|
13 | 15 | /* Begin PBXCopyFilesBuildPhase section */
|
14 |
| - D5EF81E21A3A174A00A38927 /* CopyFiles */ = { |
| 16 | + D5EA0DF21A3DF45600FFEBC4 /* CopyFiles */ = { |
15 | 17 | isa = PBXCopyFilesBuildPhase;
|
16 | 18 | buildActionMask = 2147483647;
|
17 | 19 | dstPath = /usr/share/man/man1/;
|
|
23 | 25 | /* End PBXCopyFilesBuildPhase section */
|
24 | 26 |
|
25 | 27 | /* Begin PBXFileReference section */
|
26 |
| - D5EF81E41A3A174A00A38927 /* TypedImages */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = TypedImages; sourceTree = BUILT_PRODUCTS_DIR; }; |
27 |
| - D5EF81E71A3A174A00A38927 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
| 28 | + D5EA0DF41A3DF45600FFEBC4 /* rswift */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rswift; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 29 | + D5EA0DF71A3DF45600FFEBC4 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
| 30 | + D5EA0DFE1A3DF4E300FFEBC4 /* util.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = util.swift; sourceTree = "<group>"; }; |
| 31 | + D5F105FE1A3E2BC30077263A /* func.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = func.swift; sourceTree = "<group>"; }; |
28 | 32 | /* End PBXFileReference section */
|
29 | 33 |
|
30 | 34 | /* Begin PBXFrameworksBuildPhase section */
|
31 |
| - D5EF81E11A3A174A00A38927 /* Frameworks */ = { |
| 35 | + D5EA0DF11A3DF45600FFEBC4 /* Frameworks */ = { |
32 | 36 | isa = PBXFrameworksBuildPhase;
|
33 | 37 | buildActionMask = 2147483647;
|
34 | 38 | files = (
|
|
38 | 42 | /* End PBXFrameworksBuildPhase section */
|
39 | 43 |
|
40 | 44 | /* Begin PBXGroup section */
|
41 |
| - D5EF81DB1A3A174A00A38927 = { |
| 45 | + D5EA0DEB1A3DF45600FFEBC4 = { |
42 | 46 | isa = PBXGroup;
|
43 | 47 | children = (
|
44 |
| - D5EF81E61A3A174A00A38927 /* TypedImages */, |
45 |
| - D5EF81E51A3A174A00A38927 /* Products */, |
| 48 | + D5EA0DF61A3DF45600FFEBC4 /* R.swift */, |
| 49 | + D5EA0DF51A3DF45600FFEBC4 /* Products */, |
46 | 50 | );
|
47 | 51 | sourceTree = "<group>";
|
48 | 52 | };
|
49 |
| - D5EF81E51A3A174A00A38927 /* Products */ = { |
| 53 | + D5EA0DF51A3DF45600FFEBC4 /* Products */ = { |
50 | 54 | isa = PBXGroup;
|
51 | 55 | children = (
|
52 |
| - D5EF81E41A3A174A00A38927 /* TypedImages */, |
| 56 | + D5EA0DF41A3DF45600FFEBC4 /* rswift */, |
53 | 57 | );
|
54 | 58 | name = Products;
|
55 | 59 | sourceTree = "<group>";
|
56 | 60 | };
|
57 |
| - D5EF81E61A3A174A00A38927 /* TypedImages */ = { |
| 61 | + D5EA0DF61A3DF45600FFEBC4 /* R.swift */ = { |
58 | 62 | isa = PBXGroup;
|
59 | 63 | children = (
|
60 |
| - D5EF81E71A3A174A00A38927 /* main.swift */, |
| 64 | + D5EA0DF71A3DF45600FFEBC4 /* main.swift */, |
| 65 | + D5F105FE1A3E2BC30077263A /* func.swift */, |
| 66 | + D5EA0DFE1A3DF4E300FFEBC4 /* util.swift */, |
61 | 67 | );
|
62 |
| - path = TypedImages; |
| 68 | + path = R.swift; |
63 | 69 | sourceTree = "<group>";
|
64 | 70 | };
|
65 | 71 | /* End PBXGroup section */
|
66 | 72 |
|
67 | 73 | /* Begin PBXNativeTarget section */
|
68 |
| - D5EF81E31A3A174A00A38927 /* TypedImages */ = { |
| 74 | + D5EA0DF31A3DF45600FFEBC4 /* rswift */ = { |
69 | 75 | isa = PBXNativeTarget;
|
70 |
| - buildConfigurationList = D5EF81EB1A3A174A00A38927 /* Build configuration list for PBXNativeTarget "TypedImages" */; |
| 76 | + buildConfigurationList = D5EA0DFB1A3DF45600FFEBC4 /* Build configuration list for PBXNativeTarget "rswift" */; |
71 | 77 | buildPhases = (
|
72 |
| - D5EF81E01A3A174A00A38927 /* Sources */, |
73 |
| - D5EF81E11A3A174A00A38927 /* Frameworks */, |
74 |
| - D5EF81E21A3A174A00A38927 /* CopyFiles */, |
| 78 | + D5EA0DF01A3DF45600FFEBC4 /* Sources */, |
| 79 | + D5EA0DF11A3DF45600FFEBC4 /* Frameworks */, |
| 80 | + D5EA0DF21A3DF45600FFEBC4 /* CopyFiles */, |
75 | 81 | );
|
76 | 82 | buildRules = (
|
77 | 83 | );
|
78 | 84 | dependencies = (
|
79 | 85 | );
|
80 |
| - name = TypedImages; |
81 |
| - productName = TypedImages; |
82 |
| - productReference = D5EF81E41A3A174A00A38927 /* TypedImages */; |
| 86 | + name = rswift; |
| 87 | + productName = R.swift; |
| 88 | + productReference = D5EA0DF41A3DF45600FFEBC4 /* rswift */; |
83 | 89 | productType = "com.apple.product-type.tool";
|
84 | 90 | };
|
85 | 91 | /* End PBXNativeTarget section */
|
86 | 92 |
|
87 | 93 | /* Begin PBXProject section */
|
88 |
| - D5EF81DC1A3A174A00A38927 /* Project object */ = { |
| 94 | + D5EA0DEC1A3DF45600FFEBC4 /* Project object */ = { |
89 | 95 | isa = PBXProject;
|
90 | 96 | attributes = {
|
91 | 97 | LastUpgradeCheck = 0610;
|
92 | 98 | ORGANIZATIONNAME = "Mathijs Kadijk";
|
93 | 99 | TargetAttributes = {
|
94 |
| - D5EF81E31A3A174A00A38927 = { |
| 100 | + D5EA0DF31A3DF45600FFEBC4 = { |
95 | 101 | CreatedOnToolsVersion = 6.1.1;
|
96 | 102 | };
|
97 | 103 | };
|
98 | 104 | };
|
99 |
| - buildConfigurationList = D5EF81DF1A3A174A00A38927 /* Build configuration list for PBXProject "TypedImages" */; |
| 105 | + buildConfigurationList = D5EA0DEF1A3DF45600FFEBC4 /* Build configuration list for PBXProject "R.swift" */; |
100 | 106 | compatibilityVersion = "Xcode 3.2";
|
101 | 107 | developmentRegion = English;
|
102 | 108 | hasScannedForEncodings = 0;
|
103 | 109 | knownRegions = (
|
104 | 110 | en,
|
105 | 111 | );
|
106 |
| - mainGroup = D5EF81DB1A3A174A00A38927; |
107 |
| - productRefGroup = D5EF81E51A3A174A00A38927 /* Products */; |
| 112 | + mainGroup = D5EA0DEB1A3DF45600FFEBC4; |
| 113 | + productRefGroup = D5EA0DF51A3DF45600FFEBC4 /* Products */; |
108 | 114 | projectDirPath = "";
|
109 | 115 | projectRoot = "";
|
110 | 116 | targets = (
|
111 |
| - D5EF81E31A3A174A00A38927 /* TypedImages */, |
| 117 | + D5EA0DF31A3DF45600FFEBC4 /* rswift */, |
112 | 118 | );
|
113 | 119 | };
|
114 | 120 | /* End PBXProject section */
|
115 | 121 |
|
116 | 122 | /* Begin PBXSourcesBuildPhase section */
|
117 |
| - D5EF81E01A3A174A00A38927 /* Sources */ = { |
| 123 | + D5EA0DF01A3DF45600FFEBC4 /* Sources */ = { |
118 | 124 | isa = PBXSourcesBuildPhase;
|
119 | 125 | buildActionMask = 2147483647;
|
120 | 126 | files = (
|
121 |
| - D5EF81E81A3A174A00A38927 /* main.swift in Sources */, |
| 127 | + D5EA0DF81A3DF45600FFEBC4 /* main.swift in Sources */, |
| 128 | + D5EA0DFF1A3DF4E300FFEBC4 /* util.swift in Sources */, |
| 129 | + D5F105FF1A3E2BC30077263A /* func.swift in Sources */, |
122 | 130 | );
|
123 | 131 | runOnlyForDeploymentPostprocessing = 0;
|
124 | 132 | };
|
125 | 133 | /* End PBXSourcesBuildPhase section */
|
126 | 134 |
|
127 | 135 | /* Begin XCBuildConfiguration section */
|
128 |
| - D5EF81E91A3A174A00A38927 /* Debug */ = { |
| 136 | + D5EA0DF91A3DF45600FFEBC4 /* Debug */ = { |
129 | 137 | isa = XCBuildConfiguration;
|
130 | 138 | buildSettings = {
|
131 | 139 | ALWAYS_SEARCH_USER_PATHS = NO;
|
|
166 | 174 | };
|
167 | 175 | name = Debug;
|
168 | 176 | };
|
169 |
| - D5EF81EA1A3A174A00A38927 /* Release */ = { |
| 177 | + D5EA0DFA1A3DF45600FFEBC4 /* Release */ = { |
170 | 178 | isa = XCBuildConfiguration;
|
171 | 179 | buildSettings = {
|
172 | 180 | ALWAYS_SEARCH_USER_PATHS = NO;
|
|
200 | 208 | };
|
201 | 209 | name = Release;
|
202 | 210 | };
|
203 |
| - D5EF81EC1A3A174A00A38927 /* Debug */ = { |
| 211 | + D5EA0DFC1A3DF45600FFEBC4 /* Debug */ = { |
204 | 212 | isa = XCBuildConfiguration;
|
205 | 213 | buildSettings = {
|
206 | 214 | PRODUCT_NAME = "$(TARGET_NAME)";
|
207 | 215 | };
|
208 | 216 | name = Debug;
|
209 | 217 | };
|
210 |
| - D5EF81ED1A3A174A00A38927 /* Release */ = { |
| 218 | + D5EA0DFD1A3DF45600FFEBC4 /* Release */ = { |
211 | 219 | isa = XCBuildConfiguration;
|
212 | 220 | buildSettings = {
|
213 | 221 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
217 | 225 | /* End XCBuildConfiguration section */
|
218 | 226 |
|
219 | 227 | /* Begin XCConfigurationList section */
|
220 |
| - D5EF81DF1A3A174A00A38927 /* Build configuration list for PBXProject "TypedImages" */ = { |
| 228 | + D5EA0DEF1A3DF45600FFEBC4 /* Build configuration list for PBXProject "R.swift" */ = { |
221 | 229 | isa = XCConfigurationList;
|
222 | 230 | buildConfigurations = (
|
223 |
| - D5EF81E91A3A174A00A38927 /* Debug */, |
224 |
| - D5EF81EA1A3A174A00A38927 /* Release */, |
| 231 | + D5EA0DF91A3DF45600FFEBC4 /* Debug */, |
| 232 | + D5EA0DFA1A3DF45600FFEBC4 /* Release */, |
225 | 233 | );
|
226 | 234 | defaultConfigurationIsVisible = 0;
|
227 | 235 | defaultConfigurationName = Release;
|
228 | 236 | };
|
229 |
| - D5EF81EB1A3A174A00A38927 /* Build configuration list for PBXNativeTarget "TypedImages" */ = { |
| 237 | + D5EA0DFB1A3DF45600FFEBC4 /* Build configuration list for PBXNativeTarget "rswift" */ = { |
230 | 238 | isa = XCConfigurationList;
|
231 | 239 | buildConfigurations = (
|
232 |
| - D5EF81EC1A3A174A00A38927 /* Debug */, |
233 |
| - D5EF81ED1A3A174A00A38927 /* Release */, |
| 240 | + D5EA0DFC1A3DF45600FFEBC4 /* Debug */, |
| 241 | + D5EA0DFD1A3DF45600FFEBC4 /* Release */, |
234 | 242 | );
|
235 | 243 | defaultConfigurationIsVisible = 0;
|
236 | 244 | defaultConfigurationName = Release;
|
237 | 245 | };
|
238 | 246 | /* End XCConfigurationList section */
|
239 | 247 | };
|
240 |
| - rootObject = D5EF81DC1A3A174A00A38927 /* Project object */; |
| 248 | + rootObject = D5EA0DEC1A3DF45600FFEBC4 /* Project object */; |
241 | 249 | }
|
0 commit comments