|
51 | 51 | 844695F70F470D1F00DC783A /* CTFsIFRSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 844695910F46FC6600DC783A /* CTFsIFRSupport.m */; }; |
52 | 52 | 845704550F4792320017F3F4 /* CTFWhitelist.m in Sources */ = {isa = PBXBuildFile; fileRef = 845704540F4792320017F3F4 /* CTFWhitelist.m */; }; |
53 | 53 | 8457045A0F47BC170017F3F4 /* CTFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 845704590F47BC170017F3F4 /* CTFUtilities.m */; }; |
54 | | - A41626600FCB535300181427 /* CTFPreferencesDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = A416265F0FCB535300181427 /* CTFPreferencesDictionary.m */; }; |
55 | | - A461B6590FC8ECB20028C966 /* CTFUserDefaultsController.m in Sources */ = {isa = PBXBuildFile; fileRef = A461B6580FC8ECB20028C966 /* CTFUserDefaultsController.m */; }; |
56 | 54 | A494CC2C0F9F2446007D5EEB /* ctf.icns in Resources */ = {isa = PBXBuildFile; fileRef = A494CC2B0F9F2446007D5EEB /* ctf.icns */; }; |
| 55 | + A4DEFC460FF33D2D00CCB6A8 /* CTFPreferencesDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DEFC430FF33D2D00CCB6A8 /* CTFPreferencesDictionary.m */; }; |
| 56 | + A4DEFC470FF33D2D00CCB6A8 /* CTFUserDefaultsController.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DEFC450FF33D2D00CCB6A8 /* CTFUserDefaultsController.m */; }; |
57 | 57 | B5028E930F413553004886D7 /* HarnessAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B5028E910F413553004886D7 /* HarnessAppDelegate.m */; }; |
58 | 58 | B5CFF17A0F40EEF1005DB9CC /* WhitelistPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 072189BC0F30D9C3008C8944 /* WhitelistPanel.xib */; }; |
59 | 59 | B5CFF1870F40F000005DB9CC /* HarnessMain.xib in Resources */ = {isa = PBXBuildFile; fileRef = B5CFF1860F40F000005DB9CC /* HarnessMain.xib */; }; |
|
157 | 157 | 845704540F4792320017F3F4 /* CTFWhitelist.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTFWhitelist.m; path = Plugin/CTFWhitelist.m; sourceTree = "<group>"; }; |
158 | 158 | 845704580F47BC170017F3F4 /* CTFUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTFUtilities.h; path = Plugin/CTFUtilities.h; sourceTree = "<group>"; }; |
159 | 159 | 845704590F47BC170017F3F4 /* CTFUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTFUtilities.m; path = Plugin/CTFUtilities.m; sourceTree = "<group>"; }; |
160 | | - A416265E0FCB535300181427 /* CTFPreferencesDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTFPreferencesDictionary.h; sourceTree = "<group>"; }; |
161 | | - A416265F0FCB535300181427 /* CTFPreferencesDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CTFPreferencesDictionary.m; sourceTree = "<group>"; }; |
162 | | - A461B6570FC8ECB20028C966 /* CTFUserDefaultsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTFUserDefaultsController.h; sourceTree = "<group>"; }; |
163 | | - A461B6580FC8ECB20028C966 /* CTFUserDefaultsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CTFUserDefaultsController.m; sourceTree = "<group>"; }; |
164 | 160 | A494CC2B0F9F2446007D5EEB /* ctf.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = ctf.icns; sourceTree = "<group>"; }; |
| 161 | + A4DEFC420FF33D2D00CCB6A8 /* CTFPreferencesDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTFPreferencesDictionary.h; path = Plugin/CTFPreferencesDictionary.h; sourceTree = "<group>"; }; |
| 162 | + A4DEFC430FF33D2D00CCB6A8 /* CTFPreferencesDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTFPreferencesDictionary.m; path = Plugin/CTFPreferencesDictionary.m; sourceTree = "<group>"; }; |
| 163 | + A4DEFC440FF33D2D00CCB6A8 /* CTFUserDefaultsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTFUserDefaultsController.h; path = Plugin/CTFUserDefaultsController.h; sourceTree = "<group>"; }; |
| 164 | + A4DEFC450FF33D2D00CCB6A8 /* CTFUserDefaultsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTFUserDefaultsController.m; path = Plugin/CTFUserDefaultsController.m; sourceTree = "<group>"; }; |
165 | 165 | B5028E910F413553004886D7 /* HarnessAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HarnessAppDelegate.m; path = "TestFiles/Debugging Harness/HarnessAppDelegate.m"; sourceTree = "<group>"; }; |
166 | 166 | B5028E920F413553004886D7 /* HarnessAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HarnessAppDelegate.h; path = "TestFiles/Debugging Harness/HarnessAppDelegate.h"; sourceTree = "<group>"; }; |
167 | 167 | B5CFF1740F40EEDB005DB9CC /* Whitelist Panel Harness.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Whitelist Panel Harness.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
229 | 229 | children = ( |
230 | 230 | 55EB703D0E04A84F0016593D /* Plugin.m */, |
231 | 231 | 55EB703C0E04A84F0016593D /* Plugin.h */, |
232 | | - A416265E0FCB535300181427 /* CTFPreferencesDictionary.h */, |
233 | | - A416265F0FCB535300181427 /* CTFPreferencesDictionary.m */, |
234 | | - A461B6570FC8ECB20028C966 /* CTFUserDefaultsController.h */, |
235 | | - A461B6580FC8ECB20028C966 /* CTFUserDefaultsController.m */, |
| 232 | + A4DEFC420FF33D2D00CCB6A8 /* CTFPreferencesDictionary.h */, |
| 233 | + A4DEFC430FF33D2D00CCB6A8 /* CTFPreferencesDictionary.m */, |
| 234 | + A4DEFC440FF33D2D00CCB6A8 /* CTFUserDefaultsController.h */, |
| 235 | + A4DEFC450FF33D2D00CCB6A8 /* CTFUserDefaultsController.m */, |
236 | 236 | 845704580F47BC170017F3F4 /* CTFUtilities.h */, |
237 | 237 | 845704590F47BC170017F3F4 /* CTFUtilities.m */, |
238 | 238 | 6953E4340F3EDE9D0014ECF7 /* CTFMenubarMenuController.m */, |
|
468 | 468 | 8457045A0F47BC170017F3F4 /* CTFUtilities.m in Sources */, |
469 | 469 | 79E2EB930F86AAD3005CF170 /* SparkleManager.m in Sources */, |
470 | 470 | 0038DE240FC0CCF0007B54E9 /* MATrackingArea.m in Sources */, |
471 | | - A461B6590FC8ECB20028C966 /* CTFUserDefaultsController.m in Sources */, |
472 | | - A41626600FCB535300181427 /* CTFPreferencesDictionary.m in Sources */, |
| 471 | + A4DEFC460FF33D2D00CCB6A8 /* CTFPreferencesDictionary.m in Sources */, |
| 472 | + A4DEFC470FF33D2D00CCB6A8 /* CTFUserDefaultsController.m in Sources */, |
473 | 473 | ); |
474 | 474 | runOnlyForDeploymentPostprocessing = 0; |
475 | 475 | }; |
|
0 commit comments