|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 235CDA325ACB33B7570AFBDC /* libPods-Quickeys.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A106CBAB5B0497E2F9560D4 /* libPods-Quickeys.a */; }; |
10 | 11 | EB16DA751E03472900CB7883 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = EB16DA741E03472900CB7883 /* LICENSE */; };
|
11 | 12 | EB1AE14C1DFC586E00D3BE26 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB1AE1441DFC586E00D3BE26 /* AppDelegate.swift */; };
|
12 | 13 | EB1AE14F1DFC586E00D3BE26 /* EventMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB1AE1471DFC586E00D3BE26 /* EventMonitor.swift */; };
|
|
23 | 24 | /* End PBXBuildFile section */
|
24 | 25 |
|
25 | 26 | /* Begin PBXFileReference section */
|
| 27 | + 8A106CBAB5B0497E2F9560D4 /* libPods-Quickeys.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Quickeys.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 28 | + 90DE795853D365A48256C3DA /* Pods-Quickeys.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Quickeys.release.xcconfig"; path = "Pods/Target Support Files/Pods-Quickeys/Pods-Quickeys.release.xcconfig"; sourceTree = "<group>"; }; |
| 29 | + 9A1E950051398524EDACA9F2 /* Pods-Quickeys.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Quickeys.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Quickeys/Pods-Quickeys.debug.xcconfig"; sourceTree = "<group>"; }; |
26 | 30 | EB16DA741E03472900CB7883 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
27 | 31 | EB1AE1441DFC586E00D3BE26 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Quickeys/AppDelegate.swift; sourceTree = SOURCE_ROOT; };
|
28 | 32 | EB1AE1471DFC586E00D3BE26 /* EventMonitor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EventMonitor.swift; path = Quickeys/EventMonitor.swift; sourceTree = SOURCE_ROOT; };
|
29 | 33 | EB1AE15D1DFC59D100D3BE26 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Quickeys/Base.lproj/MainMenu.xib; sourceTree = SOURCE_ROOT; };
|
30 | 34 | EB2792691DFDC07D00B92AFE /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
| 35 | + EB3A46F91E19D04300812099 /* Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Bridging-Header.h"; path = "Quickeys/Bridging-Header.h"; sourceTree = SOURCE_ROOT; }; |
31 | 36 | EB66DA651DF497B30009DEE2 /* Quickeys.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Quickeys.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
32 | 37 | EBDFA9091E04ECF700C28385 /* PastebinAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PastebinAPI.swift; path = Quickeys/Pastebin/PastebinAPI.swift; sourceTree = SOURCE_ROOT; };
|
33 | 38 | EBDFA90A1E04ECF700C28385 /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = Quickeys/Pastebin/Reachability.swift; sourceTree = SOURCE_ROOT; };
|
|
45 | 50 | isa = PBXFrameworksBuildPhase;
|
46 | 51 | buildActionMask = 2147483647;
|
47 | 52 | files = (
|
| 53 | + 235CDA325ACB33B7570AFBDC /* libPods-Quickeys.a in Frameworks */, |
48 | 54 | );
|
49 | 55 | runOnlyForDeploymentPostprocessing = 0;
|
50 | 56 | };
|
51 | 57 | /* End PBXFrameworksBuildPhase section */
|
52 | 58 |
|
53 | 59 | /* Begin PBXGroup section */
|
| 60 | + C671D5FF82BDD8E4CB6E151A /* Pods */ = { |
| 61 | + isa = PBXGroup; |
| 62 | + children = ( |
| 63 | + 9A1E950051398524EDACA9F2 /* Pods-Quickeys.debug.xcconfig */, |
| 64 | + 90DE795853D365A48256C3DA /* Pods-Quickeys.release.xcconfig */, |
| 65 | + ); |
| 66 | + name = Pods; |
| 67 | + sourceTree = "<group>"; |
| 68 | + }; |
| 69 | + D2F5F90D533E8C5376F1688B /* Frameworks */ = { |
| 70 | + isa = PBXGroup; |
| 71 | + children = ( |
| 72 | + 8A106CBAB5B0497E2F9560D4 /* libPods-Quickeys.a */, |
| 73 | + ); |
| 74 | + name = Frameworks; |
| 75 | + sourceTree = "<group>"; |
| 76 | + }; |
54 | 77 | EB16DA761E03474500CB7883 /* Notes Views and Controllers */ = {
|
55 | 78 | isa = PBXGroup;
|
56 | 79 | children = (
|
|
77 | 100 | children = (
|
78 | 101 | EB2792691DFDC07D00B92AFE /* README.md */,
|
79 | 102 | EB16DA741E03472900CB7883 /* LICENSE */,
|
| 103 | + C671D5FF82BDD8E4CB6E151A /* Pods */, |
80 | 104 | EB66DA671DF497B30009DEE2 /* Quickeys */,
|
81 | 105 | EB66DA661DF497B30009DEE2 /* Products */,
|
| 106 | + D2F5F90D533E8C5376F1688B /* Frameworks */, |
82 | 107 | );
|
83 | 108 | sourceTree = "<group>";
|
84 | 109 | };
|
|
96 | 121 | EB1AE15C1DFC59D100D3BE26 /* MainMenu.xib */,
|
97 | 122 | EB1AE1441DFC586E00D3BE26 /* AppDelegate.swift */,
|
98 | 123 | EB1AE1471DFC586E00D3BE26 /* EventMonitor.swift */,
|
| 124 | + EB3A46F91E19D04300812099 /* Bridging-Header.h */, |
99 | 125 | EBDFA8FA1E04DAF900C28385 /* Pastebin */,
|
100 | 126 | EB16DA761E03474500CB7883 /* Notes Views and Controllers */,
|
101 | 127 | EB16DA771E03488A00CB7883 /* Resources */,
|
|
120 | 146 | isa = PBXNativeTarget;
|
121 | 147 | buildConfigurationList = EB66DA881DF497B40009DEE2 /* Build configuration list for PBXNativeTarget "Quickeys" */;
|
122 | 148 | buildPhases = (
|
| 149 | + 9149B34862435BDED8901DBD /* [CP] Check Pods Manifest.lock */, |
123 | 150 | EB66DA611DF497B30009DEE2 /* Sources */,
|
124 | 151 | EB66DA621DF497B30009DEE2 /* Frameworks */,
|
125 | 152 | EB66DA631DF497B30009DEE2 /* Resources */,
|
| 153 | + 8FFE98F3A8F0637FFBF90BEF /* [CP] Embed Pods Frameworks */, |
| 154 | + 2EE5DA6D3F3E0B2A6C3A65E7 /* [CP] Copy Pods Resources */, |
126 | 155 | );
|
127 | 156 | buildRules = (
|
128 | 157 | );
|
|
184 | 213 | };
|
185 | 214 | /* End PBXResourcesBuildPhase section */
|
186 | 215 |
|
| 216 | +/* Begin PBXShellScriptBuildPhase section */ |
| 217 | + 2EE5DA6D3F3E0B2A6C3A65E7 /* [CP] Copy Pods Resources */ = { |
| 218 | + isa = PBXShellScriptBuildPhase; |
| 219 | + buildActionMask = 2147483647; |
| 220 | + files = ( |
| 221 | + ); |
| 222 | + inputPaths = ( |
| 223 | + ); |
| 224 | + name = "[CP] Copy Pods Resources"; |
| 225 | + outputPaths = ( |
| 226 | + ); |
| 227 | + runOnlyForDeploymentPostprocessing = 0; |
| 228 | + shellPath = /bin/sh; |
| 229 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Quickeys/Pods-Quickeys-resources.sh\"\n"; |
| 230 | + showEnvVarsInLog = 0; |
| 231 | + }; |
| 232 | + 8FFE98F3A8F0637FFBF90BEF /* [CP] Embed Pods Frameworks */ = { |
| 233 | + isa = PBXShellScriptBuildPhase; |
| 234 | + buildActionMask = 2147483647; |
| 235 | + files = ( |
| 236 | + ); |
| 237 | + inputPaths = ( |
| 238 | + ); |
| 239 | + name = "[CP] Embed Pods Frameworks"; |
| 240 | + outputPaths = ( |
| 241 | + ); |
| 242 | + runOnlyForDeploymentPostprocessing = 0; |
| 243 | + shellPath = /bin/sh; |
| 244 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Quickeys/Pods-Quickeys-frameworks.sh\"\n"; |
| 245 | + showEnvVarsInLog = 0; |
| 246 | + }; |
| 247 | + 9149B34862435BDED8901DBD /* [CP] Check Pods Manifest.lock */ = { |
| 248 | + isa = PBXShellScriptBuildPhase; |
| 249 | + buildActionMask = 2147483647; |
| 250 | + files = ( |
| 251 | + ); |
| 252 | + inputPaths = ( |
| 253 | + ); |
| 254 | + name = "[CP] Check Pods Manifest.lock"; |
| 255 | + outputPaths = ( |
| 256 | + ); |
| 257 | + runOnlyForDeploymentPostprocessing = 0; |
| 258 | + shellPath = /bin/sh; |
| 259 | + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 260 | + showEnvVarsInLog = 0; |
| 261 | + }; |
| 262 | +/* End PBXShellScriptBuildPhase section */ |
| 263 | + |
187 | 264 | /* Begin PBXSourcesBuildPhase section */
|
188 | 265 | EB66DA611DF497B30009DEE2 /* Sources */ = {
|
189 | 266 | isa = PBXSourcesBuildPhase;
|
|
259 | 336 | ONLY_ACTIVE_ARCH = YES;
|
260 | 337 | SDKROOT = macosx;
|
261 | 338 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
| 339 | + SWIFT_OBJC_BRIDGING_HEADER = "Quickeys/Bridging-Header.h"; |
262 | 340 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
| 341 | + USER_HEADER_SEARCH_PATHS = "Pods/**"; |
263 | 342 | };
|
264 | 343 | name = Debug;
|
265 | 344 | };
|
|
302 | 381 | MACOSX_DEPLOYMENT_TARGET = 10.12;
|
303 | 382 | MTL_ENABLE_DEBUG_INFO = NO;
|
304 | 383 | SDKROOT = macosx;
|
| 384 | + SWIFT_OBJC_BRIDGING_HEADER = "Quickeys/Bridging-Header.h"; |
305 | 385 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
| 386 | + USER_HEADER_SEARCH_PATHS = "Pods/**"; |
306 | 387 | };
|
307 | 388 | name = Release;
|
308 | 389 | };
|
309 | 390 | EB66DA891DF497B40009DEE2 /* Debug */ = {
|
310 | 391 | isa = XCBuildConfiguration;
|
| 392 | + baseConfigurationReference = 9A1E950051398524EDACA9F2 /* Pods-Quickeys.debug.xcconfig */; |
311 | 393 | buildSettings = {
|
312 | 394 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
313 | 395 | COMBINE_HIDPI_IMAGES = YES;
|
|
316 | 398 | MACOSX_DEPLOYMENT_TARGET = 10.11;
|
317 | 399 | PRODUCT_BUNDLE_IDENTIFIER = alexrosenfeld.Quickeys;
|
318 | 400 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 401 | + SWIFT_OBJC_BRIDGING_HEADER = "Quickeys/Bridging-Header.h"; |
319 | 402 | SWIFT_VERSION = 3.0;
|
| 403 | + USER_HEADER_SEARCH_PATHS = "Pods/**"; |
320 | 404 | };
|
321 | 405 | name = Debug;
|
322 | 406 | };
|
323 | 407 | EB66DA8A1DF497B40009DEE2 /* Release */ = {
|
324 | 408 | isa = XCBuildConfiguration;
|
| 409 | + baseConfigurationReference = 90DE795853D365A48256C3DA /* Pods-Quickeys.release.xcconfig */; |
325 | 410 | buildSettings = {
|
326 | 411 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
327 | 412 | COMBINE_HIDPI_IMAGES = YES;
|
|
330 | 415 | MACOSX_DEPLOYMENT_TARGET = 10.11;
|
331 | 416 | PRODUCT_BUNDLE_IDENTIFIER = alexrosenfeld.Quickeys;
|
332 | 417 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 418 | + SWIFT_OBJC_BRIDGING_HEADER = "Quickeys/Bridging-Header.h"; |
333 | 419 | SWIFT_VERSION = 3.0;
|
| 420 | + USER_HEADER_SEARCH_PATHS = "Pods/**"; |
334 | 421 | };
|
335 | 422 | name = Release;
|
336 | 423 | };
|
|
0 commit comments