|
12 | 12 | 591A9C2F19B8457A00848073 /* DisplayData.m in Sources */ = {isa = PBXBuildFile; fileRef = 591A9C2E19B8457A00848073 /* DisplayData.m */; }; |
13 | 13 | 592CED7E18FEB66E00FDDF65 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 592CED7D18FEB66E00FDDF65 /* IOKit.framework */; }; |
14 | 14 | 592CED8118FEBDB300FDDF65 /* GLFW.m in Sources */ = {isa = PBXBuildFile; fileRef = 592CED8018FEBDB300FDDF65 /* GLFW.m */; }; |
| 15 | + 593E314119D445C6000B07DE /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 593E314019D445C6000B07DE /* Sparkle.framework */; }; |
| 16 | + 593E314319D445F5000B07DE /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 593E314019D445C6000B07DE /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
| 17 | + 593E314719D44873000B07DE /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 593E314519D44873000B07DE /* dsa_pub.pem */; }; |
15 | 18 | 594D69681988D0F500D48AD7 /* OnlyIntegerValueFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 594D69671988D0F500D48AD7 /* OnlyIntegerValueFormatter.m */; }; |
16 | 19 | 5960567319D2E00E00B4525E /* DisplayIDAndName.m in Sources */ = {isa = PBXBuildFile; fileRef = 5960567219D2E00E00B4525E /* DisplayIDAndName.m */; }; |
17 | 20 | 598E9892193DC99B005DEB10 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 598E9891193DC99B005DEB10 /* MainMenu.xib */; }; |
|
26 | 29 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; |
27 | 30 | /* End PBXBuildFile section */ |
28 | 31 |
|
| 32 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 33 | + 593E314219D445E0000B07DE /* CopyFiles */ = { |
| 34 | + isa = PBXCopyFilesBuildPhase; |
| 35 | + buildActionMask = 2147483647; |
| 36 | + dstPath = ""; |
| 37 | + dstSubfolderSpec = 10; |
| 38 | + files = ( |
| 39 | + 593E314319D445F5000B07DE /* Sparkle.framework in CopyFiles */, |
| 40 | + ); |
| 41 | + runOnlyForDeploymentPostprocessing = 0; |
| 42 | + }; |
| 43 | +/* End PBXCopyFilesBuildPhase section */ |
| 44 | + |
29 | 45 | /* Begin PBXFileReference section */ |
30 | 46 | 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; }; |
31 | 47 | 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; |
|
290 | 306 | 591AEFF5197924CA00277858 /* DisplayData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisplayData.h; sourceTree = "<group>"; }; |
291 | 307 | 592CED7D18FEB66E00FDDF65 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/IOKit.framework; sourceTree = DEVELOPER_DIR; }; |
292 | 308 | 592CED8018FEBDB300FDDF65 /* GLFW.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GLFW.m; sourceTree = "<group>"; }; |
| 309 | + 593E314019D445C6000B07DE /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; }; |
| 310 | + 593E314519D44873000B07DE /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = "<group>"; }; |
293 | 311 | 594D69661988D0F500D48AD7 /* OnlyIntegerValueFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OnlyIntegerValueFormatter.h; sourceTree = "<group>"; }; |
294 | 312 | 594D69671988D0F500D48AD7 /* OnlyIntegerValueFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OnlyIntegerValueFormatter.m; sourceTree = "<group>"; }; |
295 | 313 | 5960567119D2E00E00B4525E /* DisplayIDAndName.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisplayIDAndName.h; sourceTree = "<group>"; }; |
|
319 | 337 | files = ( |
320 | 338 | 591A9C2D19B83E3F00848073 /* DisplayServices.framework in Frameworks */, |
321 | 339 | 5997614F19864C25008D8C44 /* Security.framework in Frameworks */, |
| 340 | + 593E314119D445C6000B07DE /* Sparkle.framework in Frameworks */, |
322 | 341 | 592CED7E18FEB66E00FDDF65 /* IOKit.framework in Frameworks */, |
323 | 342 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */, |
324 | 343 | ); |
|
394 | 413 | 29B97315FDCFA39411CA2CEA /* Other Sources */ = { |
395 | 414 | isa = PBXGroup; |
396 | 415 | children = ( |
| 416 | + 593E314519D44873000B07DE /* dsa_pub.pem */, |
397 | 417 | 256AC3F00F4B6AF500CF3369 /* DisableMonitor_Prefix.pch */, |
398 | 418 | 29B97316FDCFA39411CA2CEA /* main.m */, |
399 | 419 | ); |
|
412 | 432 | 29B97323FDCFA39411CA2CEA /* Frameworks */ = { |
413 | 433 | isa = PBXGroup; |
414 | 434 | children = ( |
| 435 | + 593E314019D445C6000B07DE /* Sparkle.framework */, |
415 | 436 | 591A9B2E19B83E2800848073 /* Library */, |
416 | 437 | 591A9B2C19B83E0700848073 /* DesktopServicesPriv.framework */, |
417 | 438 | 5997615019865637008D8C44 /* Carbon.framework */, |
|
731 | 752 | 8D1107290486CEB800E47090 /* Resources */, |
732 | 753 | 8D11072C0486CEB800E47090 /* Sources */, |
733 | 754 | 8D11072E0486CEB800E47090 /* Frameworks */, |
| 755 | + 593E314219D445E0000B07DE /* CopyFiles */, |
734 | 756 | ); |
735 | 757 | buildRules = ( |
736 | 758 | ); |
|
772 | 794 | isa = PBXResourcesBuildPhase; |
773 | 795 | buildActionMask = 2147483647; |
774 | 796 | files = ( |
| 797 | + 593E314719D44873000B07DE /* dsa_pub.pem in Resources */, |
775 | 798 | 8D11072B0486CEB800E47090 /* Localizable.strings in Resources */, |
776 | 799 | 59B5766718FFDC6700B57E77 /* icon.icns in Resources */, |
777 | 800 | 598E9892193DC99B005DEB10 /* MainMenu.xib in Resources */, |
|
824 | 847 | FRAMEWORK_SEARCH_PATHS = ( |
825 | 848 | "$(inherited)", |
826 | 849 | "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks", |
| 850 | + "$(PROJECT_DIR)", |
827 | 851 | ); |
828 | 852 | GCC_DYNAMIC_NO_PIC = NO; |
829 | 853 | GCC_ENABLE_FIX_AND_CONTINUE = YES; |
|
849 | 873 | FRAMEWORK_SEARCH_PATHS = ( |
850 | 874 | "$(inherited)", |
851 | 875 | "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks", |
| 876 | + "$(PROJECT_DIR)", |
852 | 877 | ); |
853 | 878 | GCC_MODEL_TUNING = G5; |
854 | 879 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
|
0 commit comments