|
14 | 14 | 8D0483E11E7C6A59009CF777 /* guetzli_guiTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0483E01E7C6A59009CF777 /* guetzli_guiTests.swift */; };
|
15 | 15 | 8D0483EC1E7C6A59009CF777 /* guetzli_guiUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0483EB1E7C6A59009CF777 /* guetzli_guiUITests.swift */; };
|
16 | 16 | 8D0483FA1E7C8644009CF777 /* Command.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0483F91E7C8644009CF777 /* Command.swift */; };
|
| 17 | + 8D57F37A1E7CAC8300DDCD83 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 8D57F3791E7CAC8300DDCD83 /* Credits.rtf */; }; |
| 18 | + 8D57F3881E7CAF5800DDCD83 /* PreferencesWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D57F3861E7CAF5800DDCD83 /* PreferencesWindowController.swift */; }; |
| 19 | + 8D57F3891E7CAF5800DDCD83 /* PreferencesWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8D57F3871E7CAF5800DDCD83 /* PreferencesWindowController.xib */; }; |
17 | 20 | /* End PBXBuildFile section */
|
18 | 21 |
|
19 | 22 | /* Begin PBXContainerItemProxy section */
|
|
47 | 50 | 8D0483EB1E7C6A59009CF777 /* guetzli_guiUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = guetzli_guiUITests.swift; sourceTree = "<group>"; };
|
48 | 51 | 8D0483ED1E7C6A59009CF777 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
49 | 52 | 8D0483F91E7C8644009CF777 /* Command.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Command.swift; sourceTree = "<group>"; };
|
| 53 | + 8D57F3791E7CAC8300DDCD83 /* Credits.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; name = Credits.rtf; path = "Supporting Files/Credits.rtf"; sourceTree = "<group>"; }; |
| 54 | + 8D57F3861E7CAF5800DDCD83 /* PreferencesWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PreferencesWindowController.swift; path = Preferences/PreferencesWindowController.swift; sourceTree = "<group>"; }; |
| 55 | + 8D57F3871E7CAF5800DDCD83 /* PreferencesWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = PreferencesWindowController.xib; path = Preferences/PreferencesWindowController.xib; sourceTree = "<group>"; }; |
50 | 56 | /* End PBXFileReference section */
|
51 | 57 |
|
52 | 58 | /* Begin PBXFrameworksBuildPhase section */
|
|
97 | 103 | 8D0483CD1E7C6A59009CF777 /* guetzli-gui */ = {
|
98 | 104 | isa = PBXGroup;
|
99 | 105 | children = (
|
| 106 | + 8D57F3811E7CAF2E00DDCD83 /* Preferences */, |
| 107 | + 8D57F3781E7CAC6E00DDCD83 /* Supporting Files */, |
100 | 108 | 8D0483CE1E7C6A59009CF777 /* AppDelegate.swift */,
|
101 | 109 | 8D0483D01E7C6A59009CF777 /* ViewController.swift */,
|
102 | 110 | 8D0483D21E7C6A59009CF777 /* Assets.xcassets */,
|
|
125 | 133 | path = "guetzli-guiUITests";
|
126 | 134 | sourceTree = "<group>";
|
127 | 135 | };
|
| 136 | + 8D57F3781E7CAC6E00DDCD83 /* Supporting Files */ = { |
| 137 | + isa = PBXGroup; |
| 138 | + children = ( |
| 139 | + 8D57F3791E7CAC8300DDCD83 /* Credits.rtf */, |
| 140 | + ); |
| 141 | + name = "Supporting Files"; |
| 142 | + sourceTree = "<group>"; |
| 143 | + }; |
| 144 | + 8D57F3811E7CAF2E00DDCD83 /* Preferences */ = { |
| 145 | + isa = PBXGroup; |
| 146 | + children = ( |
| 147 | + 8D57F3861E7CAF5800DDCD83 /* PreferencesWindowController.swift */, |
| 148 | + 8D57F3871E7CAF5800DDCD83 /* PreferencesWindowController.xib */, |
| 149 | + ); |
| 150 | + name = Preferences; |
| 151 | + sourceTree = "<group>"; |
| 152 | + }; |
128 | 153 | /* End PBXGroup section */
|
129 | 154 |
|
130 | 155 | /* Begin PBXNativeTarget section */
|
|
135 | 160 | 8D0483C71E7C6A59009CF777 /* Sources */,
|
136 | 161 | 8D0483C81E7C6A59009CF777 /* Frameworks */,
|
137 | 162 | 8D0483C91E7C6A59009CF777 /* Resources */,
|
| 163 | + 8D57620F1E7CCAEF009177C0 /* Increment Build Number */, |
138 | 164 | );
|
139 | 165 | buildRules = (
|
140 | 166 | );
|
|
236 | 262 | buildActionMask = 2147483647;
|
237 | 263 | files = (
|
238 | 264 | 8D0483D31E7C6A59009CF777 /* Assets.xcassets in Resources */,
|
| 265 | + 8D57F37A1E7CAC8300DDCD83 /* Credits.rtf in Resources */, |
239 | 266 | 8D0483D61E7C6A59009CF777 /* Main.storyboard in Resources */,
|
| 267 | + 8D57F3891E7CAF5800DDCD83 /* PreferencesWindowController.xib in Resources */, |
240 | 268 | );
|
241 | 269 | runOnlyForDeploymentPostprocessing = 0;
|
242 | 270 | };
|
|
256 | 284 | };
|
257 | 285 | /* End PBXResourcesBuildPhase section */
|
258 | 286 |
|
| 287 | +/* Begin PBXShellScriptBuildPhase section */ |
| 288 | + 8D57620F1E7CCAEF009177C0 /* Increment Build Number */ = { |
| 289 | + isa = PBXShellScriptBuildPhase; |
| 290 | + buildActionMask = 2147483647; |
| 291 | + files = ( |
| 292 | + ); |
| 293 | + inputPaths = ( |
| 294 | + ); |
| 295 | + name = "Increment Build Number"; |
| 296 | + outputPaths = ( |
| 297 | + ); |
| 298 | + runOnlyForDeploymentPostprocessing = 0; |
| 299 | + shellPath = /bin/sh; |
| 300 | + shellScript = "buildNumber=$(/usr/libexec/PlistBuddy -c \"Print CFBundleVersion\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\")\nbuildNumber=$(($buildNumber + 1))\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\""; |
| 301 | + }; |
| 302 | +/* End PBXShellScriptBuildPhase section */ |
| 303 | + |
259 | 304 | /* Begin PBXSourcesBuildPhase section */
|
260 | 305 | 8D0483C71E7C6A59009CF777 /* Sources */ = {
|
261 | 306 | isa = PBXSourcesBuildPhase;
|
262 | 307 | buildActionMask = 2147483647;
|
263 | 308 | files = (
|
264 | 309 | 8D0483D11E7C6A59009CF777 /* ViewController.swift in Sources */,
|
265 | 310 | 8D0483CF1E7C6A59009CF777 /* AppDelegate.swift in Sources */,
|
| 311 | + 8D57F3881E7CAF5800DDCD83 /* PreferencesWindowController.swift in Sources */, |
266 | 312 | 8D0483FA1E7C8644009CF777 /* Command.swift in Sources */,
|
267 | 313 | );
|
268 | 314 | runOnlyForDeploymentPostprocessing = 0;
|
|
509 | 555 | 8D0483F21E7C6A59009CF777 /* Release */,
|
510 | 556 | );
|
511 | 557 | defaultConfigurationIsVisible = 0;
|
| 558 | + defaultConfigurationName = Release; |
512 | 559 | };
|
513 | 560 | 8D0483F31E7C6A59009CF777 /* Build configuration list for PBXNativeTarget "guetzli-guiTests" */ = {
|
514 | 561 | isa = XCConfigurationList;
|
|
517 | 564 | 8D0483F51E7C6A59009CF777 /* Release */,
|
518 | 565 | );
|
519 | 566 | defaultConfigurationIsVisible = 0;
|
| 567 | + defaultConfigurationName = Release; |
520 | 568 | };
|
521 | 569 | 8D0483F61E7C6A59009CF777 /* Build configuration list for PBXNativeTarget "guetzli-guiUITests" */ = {
|
522 | 570 | isa = XCConfigurationList;
|
|
525 | 573 | 8D0483F81E7C6A59009CF777 /* Release */,
|
526 | 574 | );
|
527 | 575 | defaultConfigurationIsVisible = 0;
|
| 576 | + defaultConfigurationName = Release; |
528 | 577 | };
|
529 | 578 | /* End XCConfigurationList section */
|
530 | 579 | };
|
|
0 commit comments