|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - DF496AEC211E76020059EE2C /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = DF496AEB211E76020059EE2C /* main.c */; }; |
11 |
| - DFE300C5211E5B89000E188E /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFE300C4211E5B89000E188E /* main.swift */; }; |
12 |
| - DFE300CD211E5BFC000E188E /* plugin_load.m in Sources */ = {isa = PBXBuildFile; fileRef = DFE300CC211E5BFC000E188E /* plugin_load.m */; }; |
| 10 | + DF496AEC211E76020059EE2C /* Main.c in Sources */ = {isa = PBXBuildFile; fileRef = DF496AEB211E76020059EE2C /* Main.c */; }; |
| 11 | + DFE300C5211E5B89000E188E /* Main.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFE300C4211E5B89000E188E /* Main.swift */; }; |
| 12 | + DFE300CD211E5BFC000E188E /* PluginLoad.m in Sources */ = {isa = PBXBuildFile; fileRef = DFE300CC211E5BFC000E188E /* PluginLoad.m */; }; |
13 | 13 | /* End PBXBuildFile section */
|
14 | 14 |
|
15 | 15 | /* Begin PBXCopyFilesBuildPhase section */
|
|
25 | 25 | /* End PBXCopyFilesBuildPhase section */
|
26 | 26 |
|
27 | 27 | /* Begin PBXFileReference section */
|
28 |
| - DF05113E212621A000B993BA /* plugin_load.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = plugin_load.h; sourceTree = "<group>"; }; |
29 |
| - DF496AEA211E76020059EE2C /* main.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; }; |
30 |
| - DF496AEB211E76020059EE2C /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; |
| 28 | + DF05113E212621A000B993BA /* PluginLoad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PluginLoad.h; sourceTree = "<group>"; }; |
| 29 | + DF496AEA211E76020059EE2C /* Main.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Main.h; sourceTree = "<group>"; }; |
| 30 | + DF496AEB211E76020059EE2C /* Main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = Main.c; sourceTree = "<group>"; }; |
31 | 31 | DFD69E6F2126633300532B79 /* sendbutton.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; name = sendbutton.so; path = ../../../../../usr/local/Cellar/pidgin/2.13.0_2/lib/pidgin/sendbutton.so; sourceTree = "<group>"; };
|
32 | 32 | DFD69E702126633300532B79 /* history.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; name = history.so; path = ../../../../../usr/local/Cellar/pidgin/2.13.0_2/lib/pidgin/history.so; sourceTree = "<group>"; };
|
33 | 33 | DFD69E712126633300532B79 /* relnot.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; name = relnot.so; path = ../../../../../usr/local/Cellar/pidgin/2.13.0_2/lib/pidgin/relnot.so; sourceTree = "<group>"; };
|
|
49 | 49 | DFD69E812126633300532B79 /* xmppconsole.so */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.bundle"; name = xmppconsole.so; path = ../../../../../usr/local/Cellar/pidgin/2.13.0_2/lib/pidgin/xmppconsole.so; sourceTree = "<group>"; };
|
50 | 50 | DFD69E95212663A100532B79 /* lib */ = {isa = PBXFileReference; lastKnownFileType = folder; name = lib; path = ../../../../../usr/local/Cellar/pidgin/2.13.0_2/lib; sourceTree = "<group>"; };
|
51 | 51 | DFD69E972126699A00532B79 /* pidgin */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = pidgin; path = ../../../../../usr/local/Cellar/pidgin/2.13.0_2/bin/pidgin; sourceTree = "<group>"; };
|
52 |
| - DFE300C1211E5B89000E188E /* Pidgin MacOS Integration */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Pidgin MacOS Integration"; sourceTree = BUILT_PRODUCTS_DIR; }; |
53 |
| - DFE300C4211E5B89000E188E /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
54 |
| - DFE300CB211E5BFC000E188E /* Pidgin MacOS Integration-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Pidgin MacOS Integration-Bridging-Header.h"; sourceTree = "<group>"; }; |
55 |
| - DFE300CC211E5BFC000E188E /* plugin_load.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = plugin_load.m; sourceTree = "<group>"; }; |
| 52 | + DFE300C1211E5B89000E188E /* PidginMacOSIntegration */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PidginMacOSIntegration; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 53 | + DFE300C4211E5B89000E188E /* Main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Main.swift; sourceTree = "<group>"; }; |
| 54 | + DFE300CB211E5BFC000E188E /* PidginMacOSIntegration-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PidginMacOSIntegration-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 55 | + DFE300CC211E5BFC000E188E /* PluginLoad.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PluginLoad.m; sourceTree = "<group>"; }; |
56 | 56 | /* End PBXFileReference section */
|
57 | 57 |
|
58 | 58 | /* Begin PBXFrameworksBuildPhase section */
|
|
97 | 97 | DFE300B8211E5B89000E188E = {
|
98 | 98 | isa = PBXGroup;
|
99 | 99 | children = (
|
100 |
| - DFE300C3211E5B89000E188E /* Pidgin MacOS Integration */, |
| 100 | + DFE300C3211E5B89000E188E /* PidginMacOSItegration */, |
101 | 101 | DFE300C2211E5B89000E188E /* Products */,
|
102 |
| - DFE300CB211E5BFC000E188E /* Pidgin MacOS Integration-Bridging-Header.h */, |
| 102 | + DFE300CB211E5BFC000E188E /* PidginMacOSIntegration-Bridging-Header.h */, |
103 | 103 | DFD69E6E2126633300532B79 /* Frameworks */,
|
104 | 104 | );
|
105 | 105 | sourceTree = "<group>";
|
106 | 106 | };
|
107 | 107 | DFE300C2211E5B89000E188E /* Products */ = {
|
108 | 108 | isa = PBXGroup;
|
109 | 109 | children = (
|
110 |
| - DFE300C1211E5B89000E188E /* Pidgin MacOS Integration */, |
| 110 | + DFE300C1211E5B89000E188E /* PidginMacOSIntegration */, |
111 | 111 | );
|
112 | 112 | name = Products;
|
113 | 113 | sourceTree = "<group>";
|
114 | 114 | };
|
115 |
| - DFE300C3211E5B89000E188E /* Pidgin MacOS Integration */ = { |
| 115 | + DFE300C3211E5B89000E188E /* PidginMacOSItegration */ = { |
116 | 116 | isa = PBXGroup;
|
117 | 117 | children = (
|
118 |
| - DFE300CC211E5BFC000E188E /* plugin_load.m */, |
119 |
| - DF05113E212621A000B993BA /* plugin_load.h */, |
120 |
| - DFE300C4211E5B89000E188E /* main.swift */, |
121 |
| - DF496AEA211E76020059EE2C /* main.h */, |
122 |
| - DF496AEB211E76020059EE2C /* main.c */, |
| 118 | + DFE300CC211E5BFC000E188E /* PluginLoad.m */, |
| 119 | + DF05113E212621A000B993BA /* PluginLoad.h */, |
| 120 | + DFE300C4211E5B89000E188E /* Main.swift */, |
| 121 | + DF496AEA211E76020059EE2C /* Main.h */, |
| 122 | + DF496AEB211E76020059EE2C /* Main.c */, |
123 | 123 | );
|
124 |
| - path = "Pidgin MacOS Integration"; |
| 124 | + path = PidginMacOSItegration; |
125 | 125 | sourceTree = "<group>";
|
126 | 126 | };
|
127 | 127 | /* End PBXGroup section */
|
128 | 128 |
|
129 | 129 | /* Begin PBXNativeTarget section */
|
130 |
| - DFE300C0211E5B89000E188E /* Pidgin MacOS Integration */ = { |
| 130 | + DFE300C0211E5B89000E188E /* PidginMacOSIntegration */ = { |
131 | 131 | isa = PBXNativeTarget;
|
132 |
| - buildConfigurationList = DFE300C8211E5B89000E188E /* Build configuration list for PBXNativeTarget "Pidgin MacOS Integration" */; |
| 132 | + buildConfigurationList = DFE300C8211E5B89000E188E /* Build configuration list for PBXNativeTarget "PidginMacOSIntegration" */; |
133 | 133 | buildPhases = (
|
134 | 134 | DFE300BD211E5B89000E188E /* Sources */,
|
135 | 135 | DFE300BE211E5B89000E188E /* Frameworks */,
|
|
139 | 139 | );
|
140 | 140 | dependencies = (
|
141 | 141 | );
|
142 |
| - name = "Pidgin MacOS Integration"; |
143 |
| - productName = "Pidgin MacOS Integration"; |
144 |
| - productReference = DFE300C1211E5B89000E188E /* Pidgin MacOS Integration */; |
| 142 | + name = PidginMacOSIntegration; |
| 143 | + productName = "PidginMacOSIntegration"; |
| 144 | + productReference = DFE300C1211E5B89000E188E /* PidginMacOSIntegration */; |
145 | 145 | productType = "com.apple.product-type.tool";
|
146 | 146 | };
|
147 | 147 | /* End PBXNativeTarget section */
|
|
160 | 160 | };
|
161 | 161 | };
|
162 | 162 | };
|
163 |
| - buildConfigurationList = DFE300BC211E5B89000E188E /* Build configuration list for PBXProject "Pidgin MacOS Integration" */; |
| 163 | + buildConfigurationList = DFE300BC211E5B89000E188E /* Build configuration list for PBXProject "PidginMacOSIntegration" */; |
164 | 164 | compatibilityVersion = "Xcode 10.0";
|
165 | 165 | developmentRegion = en;
|
166 | 166 | hasScannedForEncodings = 0;
|
|
172 | 172 | projectDirPath = "";
|
173 | 173 | projectRoot = "";
|
174 | 174 | targets = (
|
175 |
| - DFE300C0211E5B89000E188E /* Pidgin MacOS Integration */, |
| 175 | + DFE300C0211E5B89000E188E /* PidginMacOSIntegration */, |
176 | 176 | );
|
177 | 177 | };
|
178 | 178 | /* End PBXProject section */
|
|
182 | 182 | isa = PBXSourcesBuildPhase;
|
183 | 183 | buildActionMask = 2147483647;
|
184 | 184 | files = (
|
185 |
| - DFE300C5211E5B89000E188E /* main.swift in Sources */, |
186 |
| - DFE300CD211E5BFC000E188E /* plugin_load.m in Sources */, |
187 |
| - DF496AEC211E76020059EE2C /* main.c in Sources */, |
| 185 | + DFE300C5211E5B89000E188E /* Main.swift in Sources */, |
| 186 | + DFE300CD211E5BFC000E188E /* PluginLoad.m in Sources */, |
| 187 | + DF496AEC211E76020059EE2C /* Main.c in Sources */, |
188 | 188 | );
|
189 | 189 | runOnlyForDeploymentPostprocessing = 0;
|
190 | 190 | };
|
|
361 | 361 | /usr/local/bin/pidgin,
|
362 | 362 | );
|
363 | 363 | PRODUCT_NAME = "${TARGET_NAME}";
|
364 |
| - SWIFT_OBJC_BRIDGING_HEADER = "Pidgin MacOS Integration-Bridging-Header.h"; |
365 |
| - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
366 |
| - SWIFT_VERSION = 4.2; |
| 364 | + SWIFT_OBJC_BRIDGING_HEADER = "PidginMacOSIntegration-Bridging-Header.h"; |
| 365 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; |
| 366 | + SWIFT_VERSION = 5.0; |
367 | 367 | SYSTEM_HEADER_SEARCH_PATHS = (
|
368 | 368 | "/usr/local/opt/glib/include/**",
|
369 | 369 | "/usr/local/opt/glib/lib/glib-2.0/include/",
|
|
438 | 438 | /usr/local/bin/pidgin,
|
439 | 439 | );
|
440 | 440 | PRODUCT_NAME = "${TARGET_NAME}";
|
441 |
| - SWIFT_OBJC_BRIDGING_HEADER = "Pidgin MacOS Integration-Bridging-Header.h"; |
442 |
| - SWIFT_VERSION = 4.2; |
| 441 | + SWIFT_OBJC_BRIDGING_HEADER = "PidginMacOSIntegration-Bridging-Header.h"; |
| 442 | + SWIFT_VERSION = 5.0; |
443 | 443 | SYSTEM_HEADER_SEARCH_PATHS = (
|
444 | 444 | "/usr/local/opt/glib/include/**",
|
445 | 445 | "/usr/local/opt/glib/lib/glib-2.0/include/",
|
|
461 | 461 | /* End XCBuildConfiguration section */
|
462 | 462 |
|
463 | 463 | /* Begin XCConfigurationList section */
|
464 |
| - DFE300BC211E5B89000E188E /* Build configuration list for PBXProject "Pidgin MacOS Integration" */ = { |
| 464 | + DFE300BC211E5B89000E188E /* Build configuration list for PBXProject "PidginMacOSIntegration" */ = { |
465 | 465 | isa = XCConfigurationList;
|
466 | 466 | buildConfigurations = (
|
467 | 467 | DFE300C6211E5B89000E188E /* Debug */,
|
|
470 | 470 | defaultConfigurationIsVisible = 0;
|
471 | 471 | defaultConfigurationName = Release;
|
472 | 472 | };
|
473 |
| - DFE300C8211E5B89000E188E /* Build configuration list for PBXNativeTarget "Pidgin MacOS Integration" */ = { |
| 473 | + DFE300C8211E5B89000E188E /* Build configuration list for PBXNativeTarget "PidginMacOSIntegration" */ = { |
474 | 474 | isa = XCConfigurationList;
|
475 | 475 | buildConfigurations = (
|
476 | 476 | DFE300C9211E5B89000E188E /* Debug */,
|
|
0 commit comments