|
25 | 25 | 8BAC2ECC1866EA8E00C85A4C /* libsqlcipher.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B2138531866DC0300BEB00D /* libsqlcipher.a */; }; |
26 | 26 | 8BAC2ED01866EDE600C85A4C /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BAC2ECF1866EDE600C85A4C /* Security.framework */; }; |
27 | 27 | 8BAC2ED11866EDEE00C85A4C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E7551AD178D321A004DF8FC /* Foundation.framework */; }; |
| 28 | + 8BAC2EDF1867038200C85A4C /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BAC2EDE1867038200C85A4C /* CFNetwork.framework */; }; |
| 29 | + 8BAC2EE11867038A00C85A4C /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BAC2EE01867038A00C85A4C /* CoreLocation.framework */; }; |
| 30 | + 8BAC2EE31867039100C85A4C /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BAC2EE21867039100C85A4C /* libz.dylib */; }; |
| 31 | + 8BAC2EE51867039800C85A4C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BAC2EE41867039800C85A4C /* QuartzCore.framework */; }; |
| 32 | + 8BAC2EE7186703A600C85A4C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BAC2EE6186703A600C85A4C /* SystemConfiguration.framework */; }; |
| 33 | + 8BAC2F0318672A7B00C85A4C /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E7551AB178D321A004DF8FC /* AppKit.framework */; }; |
| 34 | + 8BAC2F0918672B7500C85A4C /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 8BAC2F0518672B7500C85A4C /* .gitignore */; }; |
| 35 | + 8BAC2F0A18672B7500C85A4C /* Countly.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BAC2F0718672B7500C85A4C /* Countly.m */; }; |
| 36 | + 8BAC2F0B18672B7500C85A4C /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 8BAC2F0818672B7500C85A4C /* README.md */; }; |
| 37 | + 8BAC2F1218672FB800C85A4C /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BAC2F1118672FB800C85A4C /* CoreServices.framework */; }; |
28 | 38 | /* End PBXBuildFile section */ |
29 | 39 |
|
30 | 40 | /* Begin PBXContainerItemProxy section */ |
|
58 | 68 | }; |
59 | 69 | /* End PBXContainerItemProxy section */ |
60 | 70 |
|
| 71 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 72 | + 8BAC2EDA1867033500C85A4C /* CopyFiles */ = { |
| 73 | + isa = PBXCopyFilesBuildPhase; |
| 74 | + buildActionMask = 2147483647; |
| 75 | + dstPath = ""; |
| 76 | + dstSubfolderSpec = 10; |
| 77 | + files = ( |
| 78 | + ); |
| 79 | + runOnlyForDeploymentPostprocessing = 0; |
| 80 | + }; |
| 81 | +/* End PBXCopyFilesBuildPhase section */ |
| 82 | + |
61 | 83 | /* Begin PBXFileReference section */ |
62 | 84 | 0E12A6BA183DAFEB00192C6B /* Utility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utility.h; sourceTree = "<group>"; }; |
63 | 85 | 0E12A6BB183DAFEB00192C6B /* Utility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utility.m; sourceTree = "<group>"; }; |
|
88 | 110 | 8B21384D1866DC0300BEB00D /* sqlcipher.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = sqlcipher.xcodeproj; path = sqlcipher/sqlcipher.xcodeproj; sourceTree = "<group>"; }; |
89 | 111 | 8BAC2ECF1866EDE600C85A4C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; |
90 | 112 | 8BAC2ED21866EDF900C85A4C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
| 113 | + 8BAC2EDC1867037700C85A4C /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; }; |
| 114 | + 8BAC2EDE1867038200C85A4C /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; |
| 115 | + 8BAC2EE01867038A00C85A4C /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; |
| 116 | + 8BAC2EE21867039100C85A4C /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; |
| 117 | + 8BAC2EE41867039800C85A4C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; |
| 118 | + 8BAC2EE6186703A600C85A4C /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; |
| 119 | + 8BAC2F0118672A6C00C85A4C /* libcommonCrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcommonCrypto.dylib; path = usr/lib/system/libcommonCrypto.dylib; sourceTree = SDKROOT; }; |
| 120 | + 8BAC2F0518672B7500C85A4C /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; }; |
| 121 | + 8BAC2F0618672B7500C85A4C /* Countly.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Countly.h; sourceTree = "<group>"; }; |
| 122 | + 8BAC2F0718672B7500C85A4C /* Countly.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Countly.m; sourceTree = "<group>"; }; |
| 123 | + 8BAC2F0818672B7500C85A4C /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; }; |
| 124 | + 8BAC2F0D18672F6200C85A4C /* libSystem.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libSystem.dylib; path = usr/lib/libSystem.dylib; sourceTree = SDKROOT; }; |
| 125 | + 8BAC2F0F18672F8300C85A4C /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; }; |
| 126 | + 8BAC2F1118672FB800C85A4C /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; }; |
91 | 127 | /* End PBXFileReference section */ |
92 | 128 |
|
93 | 129 | /* Begin PBXFrameworksBuildPhase section */ |
94 | 130 | 0E7551A2178D3219004DF8FC /* Frameworks */ = { |
95 | 131 | isa = PBXFrameworksBuildPhase; |
96 | 132 | buildActionMask = 2147483647; |
97 | 133 | files = ( |
| 134 | + 8BAC2F1218672FB800C85A4C /* CoreServices.framework in Frameworks */, |
| 135 | + 8BAC2EDF1867038200C85A4C /* CFNetwork.framework in Frameworks */, |
| 136 | + 8BAC2F0318672A7B00C85A4C /* AppKit.framework in Frameworks */, |
| 137 | + 8BAC2EE7186703A600C85A4C /* SystemConfiguration.framework in Frameworks */, |
| 138 | + 8BAC2EE51867039800C85A4C /* QuartzCore.framework in Frameworks */, |
| 139 | + 8BAC2EE31867039100C85A4C /* libz.dylib in Frameworks */, |
| 140 | + 8BAC2EE11867038A00C85A4C /* CoreLocation.framework in Frameworks */, |
98 | 141 | 8BAC2ED11866EDEE00C85A4C /* Foundation.framework in Frameworks */, |
99 | 142 | 8BAC2ED01866EDE600C85A4C /* Security.framework in Frameworks */, |
100 | 143 | 8BAC2ECC1866EA8E00C85A4C /* libsqlcipher.a in Frameworks */, |
|
118 | 161 | 0E129EA1183DADC300192C6B /* lib */ = { |
119 | 162 | isa = PBXGroup; |
120 | 163 | children = ( |
| 164 | + 8BAC2F0418672B7500C85A4C /* countly-sdk-cocoa */, |
121 | 165 | 8B21384D1866DC0300BEB00D /* sqlcipher.xcodeproj */, |
122 | 166 | ); |
123 | 167 | path = lib; |
|
147 | 191 | 0E7551A7178D3219004DF8FC /* Frameworks */ = { |
148 | 192 | isa = PBXGroup; |
149 | 193 | children = ( |
| 194 | + 8BAC2F1118672FB800C85A4C /* CoreServices.framework */, |
| 195 | + 8BAC2F0F18672F8300C85A4C /* libcrypto.dylib */, |
| 196 | + 8BAC2F0D18672F6200C85A4C /* libSystem.dylib */, |
| 197 | + 8BAC2F0118672A6C00C85A4C /* libcommonCrypto.dylib */, |
| 198 | + 8BAC2EE6186703A600C85A4C /* SystemConfiguration.framework */, |
| 199 | + 8BAC2EE41867039800C85A4C /* QuartzCore.framework */, |
| 200 | + 8BAC2EE21867039100C85A4C /* libz.dylib */, |
| 201 | + 8BAC2EE01867038A00C85A4C /* CoreLocation.framework */, |
| 202 | + 8BAC2EDE1867038200C85A4C /* CFNetwork.framework */, |
| 203 | + 8BAC2EDC1867037700C85A4C /* ApplicationServices.framework */, |
150 | 204 | 8BAC2ED21866EDF900C85A4C /* CoreGraphics.framework */, |
151 | 205 | 8BAC2ECF1866EDE600C85A4C /* Security.framework */, |
152 | 206 | 0EB01ECC178E9AC300752D12 /* libsqlite3.dylib */, |
|
222 | 276 | name = Products; |
223 | 277 | sourceTree = "<group>"; |
224 | 278 | }; |
| 279 | + 8BAC2F0418672B7500C85A4C /* countly-sdk-cocoa */ = { |
| 280 | + isa = PBXGroup; |
| 281 | + children = ( |
| 282 | + 8BAC2F0518672B7500C85A4C /* .gitignore */, |
| 283 | + 8BAC2F0618672B7500C85A4C /* Countly.h */, |
| 284 | + 8BAC2F0718672B7500C85A4C /* Countly.m */, |
| 285 | + 8BAC2F0818672B7500C85A4C /* README.md */, |
| 286 | + ); |
| 287 | + path = "countly-sdk-cocoa"; |
| 288 | + sourceTree = "<group>"; |
| 289 | + }; |
225 | 290 | /* End PBXGroup section */ |
226 | 291 |
|
227 | 292 | /* Begin PBXNativeTarget section */ |
|
232 | 297 | 0E7551A1178D3219004DF8FC /* Sources */, |
233 | 298 | 0E7551A2178D3219004DF8FC /* Frameworks */, |
234 | 299 | 0E7551A3178D3219004DF8FC /* Resources */, |
| 300 | + 8BAC2EDA1867033500C85A4C /* CopyFiles */, |
235 | 301 | ); |
236 | 302 | buildRules = ( |
237 | 303 | ); |
|
314 | 380 | 0E7551B3178D321A004DF8FC /* InfoPlist.strings in Resources */, |
315 | 381 | 0E7551B9178D321A004DF8FC /* Credits.rtf in Resources */, |
316 | 382 | 0E7551BF178D321A004DF8FC /* MainMenu.xib in Resources */, |
| 383 | + 8BAC2F0B18672B7500C85A4C /* README.md in Resources */, |
317 | 384 | 0E7BEA8B17979BDD00444DFB /* app.icns in Resources */, |
| 385 | + 8BAC2F0918672B7500C85A4C /* .gitignore in Resources */, |
318 | 386 | 0E59C12A17B4E7FB00124089 /* SQLExcuteWindow.xib in Resources */, |
319 | 387 | ); |
320 | 388 | runOnlyForDeploymentPostprocessing = 0; |
|
350 | 418 | isa = PBXSourcesBuildPhase; |
351 | 419 | buildActionMask = 2147483647; |
352 | 420 | files = ( |
| 421 | + 8BAC2F0A18672B7500C85A4C /* Countly.m in Sources */, |
353 | 422 | 0E12A6BC183DAFEB00192C6B /* Utility.m in Sources */, |
354 | 423 | 0E7551B5178D321A004DF8FC /* main.m in Sources */, |
355 | 424 | 0E7551BC178D321A004DF8FC /* AppDelegate.m in Sources */, |
|
485 | 554 | 0E7551D7178D321B004DF8FC /* Debug */ = { |
486 | 555 | isa = XCBuildConfiguration; |
487 | 556 | buildSettings = { |
| 557 | + CLANG_ENABLE_OBJC_ARC = YES; |
488 | 558 | COMBINE_HIDPI_IMAGES = YES; |
| 559 | + FRAMEWORK_SEARCH_PATHS = ( |
| 560 | + "$(inherited)", |
| 561 | + /Users/welsonla/Code/Mac/SQLCipherExport/lib, |
| 562 | + ); |
489 | 563 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
490 | 564 | GCC_PREFIX_HEADER = "SQLCipherManager/SQLCipherManager-Prefix.pch"; |
491 | 565 | HEADER_SEARCH_PATHS = "$(SRCROOT)/lib/sqlcipher"; |
492 | 566 | INFOPLIST_FILE = "SQLCipherManager/SQLCipherManager-Info.plist"; |
493 | | - LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)\""; |
| 567 | + LIBRARY_SEARCH_PATHS = ( |
| 568 | + "$(SRCROOT)", |
| 569 | + "$(SDKROOT)/usr/lib/system", |
| 570 | + ); |
494 | 571 | MACOSX_DEPLOYMENT_TARGET = 10.7; |
495 | 572 | OTHER_CFLAGS = ""; |
496 | 573 | OTHER_LDFLAGS = ( |
|
505 | 582 | 0E7551D8178D321B004DF8FC /* Release */ = { |
506 | 583 | isa = XCBuildConfiguration; |
507 | 584 | buildSettings = { |
| 585 | + CLANG_ENABLE_OBJC_ARC = YES; |
508 | 586 | COMBINE_HIDPI_IMAGES = YES; |
| 587 | + FRAMEWORK_SEARCH_PATHS = ( |
| 588 | + "$(inherited)", |
| 589 | + /Users/welsonla/Code/Mac/SQLCipherExport/lib, |
| 590 | + ); |
509 | 591 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
510 | 592 | GCC_PREFIX_HEADER = "SQLCipherManager/SQLCipherManager-Prefix.pch"; |
511 | 593 | HEADER_SEARCH_PATHS = "$(SRCROOT)/lib/sqlcipher"; |
512 | 594 | INFOPLIST_FILE = "SQLCipherManager/SQLCipherManager-Info.plist"; |
513 | | - LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)\""; |
| 595 | + LIBRARY_SEARCH_PATHS = ( |
| 596 | + "$(SRCROOT)", |
| 597 | + "$(SDKROOT)/usr/lib/system", |
| 598 | + ); |
514 | 599 | MACOSX_DEPLOYMENT_TARGET = 10.7; |
515 | 600 | OTHER_CFLAGS = ""; |
516 | 601 | OTHER_LDFLAGS = ( |
|
526 | 611 | isa = XCBuildConfiguration; |
527 | 612 | buildSettings = { |
528 | 613 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/SQLCipherManager.app/Contents/MacOS/SQLCipherManager"; |
| 614 | + CLANG_ENABLE_OBJC_ARC = YES; |
529 | 615 | COMBINE_HIDPI_IMAGES = YES; |
530 | 616 | FRAMEWORK_SEARCH_PATHS = "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""; |
531 | 617 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
|
547 | 633 | isa = XCBuildConfiguration; |
548 | 634 | buildSettings = { |
549 | 635 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/SQLCipherManager.app/Contents/MacOS/SQLCipherManager"; |
| 636 | + CLANG_ENABLE_OBJC_ARC = YES; |
550 | 637 | COMBINE_HIDPI_IMAGES = YES; |
551 | 638 | FRAMEWORK_SEARCH_PATHS = "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""; |
552 | 639 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
|
0 commit comments