|
53 | 53 | 845704550F4792320017F3F4 /* CTFWhitelist.m in Sources */ = {isa = PBXBuildFile; fileRef = 845704540F4792320017F3F4 /* CTFWhitelist.m */; };
|
54 | 54 | 8457045A0F47BC170017F3F4 /* CTFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 845704590F47BC170017F3F4 /* CTFUtilities.m */; };
|
55 | 55 | A494CC2C0F9F2446007D5EEB /* ctf.icns in Resources */ = {isa = PBXBuildFile; fileRef = A494CC2B0F9F2446007D5EEB /* ctf.icns */; };
|
56 |
| - A4CB766F0FFB041500CC819F /* CTFURLConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = A4CB766D0FFB041500CC819F /* CTFURLConnection.m */; }; |
57 | 56 | A4DEFC7A0FF33F7400CCB6A8 /* CTFPreferencesDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DEFC770FF33F7400CCB6A8 /* CTFPreferencesDictionary.m */; };
|
58 | 57 | A4DEFC7B0FF33F7400CCB6A8 /* CTFUserDefaultsController.m in Sources */ = {isa = PBXBuildFile; fileRef = A4DEFC790FF33F7400CCB6A8 /* CTFUserDefaultsController.m */; };
|
59 | 58 | D9566D8C0F380C9F00358646 /* sifr2-addons.js in Resources */ = {isa = PBXBuildFile; fileRef = D9566C2C0F37EA0800358646 /* sifr2-addons.js */; };
|
|
157 | 156 | 845704580F47BC170017F3F4 /* CTFUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTFUtilities.h; path = Plugin/CTFUtilities.h; sourceTree = "<group>"; };
|
158 | 157 | 845704590F47BC170017F3F4 /* CTFUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTFUtilities.m; path = Plugin/CTFUtilities.m; sourceTree = "<group>"; };
|
159 | 158 | A494CC2B0F9F2446007D5EEB /* ctf.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = ctf.icns; path = Plugin/ctf.icns; sourceTree = "<group>"; };
|
160 |
| - A4CB766D0FFB041500CC819F /* CTFURLConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTFURLConnection.m; path = Plugin/CTFURLConnection.m; sourceTree = "<group>"; }; |
161 |
| - A4CB766E0FFB041500CC819F /* CTFURLConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTFURLConnection.h; path = Plugin/CTFURLConnection.h; sourceTree = "<group>"; }; |
162 | 159 | A4DEFC760FF33F7400CCB6A8 /* CTFPreferencesDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTFPreferencesDictionary.h; path = Plugin/CTFPreferencesDictionary.h; sourceTree = "<group>"; };
|
163 | 160 | A4DEFC770FF33F7400CCB6A8 /* CTFPreferencesDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTFPreferencesDictionary.m; path = Plugin/CTFPreferencesDictionary.m; sourceTree = "<group>"; };
|
164 | 161 | A4DEFC780FF33F7400CCB6A8 /* CTFUserDefaultsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTFUserDefaultsController.h; path = Plugin/CTFUserDefaultsController.h; sourceTree = "<group>"; };
|
|
209 | 206 | A4DEFC760FF33F7400CCB6A8 /* CTFPreferencesDictionary.h */,
|
210 | 207 | A4DEFC790FF33F7400CCB6A8 /* CTFUserDefaultsController.m */,
|
211 | 208 | A4DEFC780FF33F7400CCB6A8 /* CTFUserDefaultsController.h */,
|
212 |
| - A4CB766D0FFB041500CC819F /* CTFURLConnection.m */, |
213 |
| - A4CB766E0FFB041500CC819F /* CTFURLConnection.h */, |
214 | 209 | 845704590F47BC170017F3F4 /* CTFUtilities.m */,
|
215 | 210 | 845704580F47BC170017F3F4 /* CTFUtilities.h */,
|
216 | 211 | 6953E4340F3EDE9D0014ECF7 /* CTFMenubarMenuController.m */,
|
|
424 | 419 | A4DEFC7A0FF33F7400CCB6A8 /* CTFPreferencesDictionary.m in Sources */,
|
425 | 420 | A4DEFC7B0FF33F7400CCB6A8 /* CTFUserDefaultsController.m in Sources */,
|
426 | 421 | 79166CBD0FF69E1800B1F69B /* CTGradient.m in Sources */,
|
427 |
| - A4CB766F0FFB041500CC819F /* CTFURLConnection.m in Sources */, |
428 | 422 | );
|
429 | 423 | runOnlyForDeploymentPostprocessing = 0;
|
430 | 424 | };
|
|
494 | 488 | isa = XCBuildConfiguration;
|
495 | 489 | buildSettings = {
|
496 | 490 | COPY_PHASE_STRIP = NO;
|
| 491 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
497 | 492 | GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
498 | 493 | GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
499 | 494 | GCC_WARN_SIGN_COMPARE = YES;
|
|
506 | 501 | isa = XCBuildConfiguration;
|
507 | 502 | buildSettings = {
|
508 | 503 | COPY_PHASE_STRIP = YES;
|
| 504 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
509 | 505 | GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
510 | 506 | GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
511 | 507 | GCC_WARN_SIGN_COMPARE = YES;
|
|
0 commit comments