|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 9FD5BFCFC94877B8D96F1073 /* SQLiteMigrationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD5B054E651DC4BD08A8C8E /* SQLiteMigrationManager.swift */; };
|
| 11 | + CF1CEF2821DE7797009C3403 /* SQLite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF1CEF2721DE7797009C3403 /* SQLite.framework */; }; |
| 12 | + CF1CEF2921DE77D1009C3403 /* SQLiteMigrationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD5B054E651DC4BD08A8C8E /* SQLiteMigrationManager.swift */; }; |
| 13 | + CFE35ECA21DE71980004E4E4 /* SQLiteMigrationManagerMacOs.h in Headers */ = {isa = PBXBuildFile; fileRef = CFE35EC821DE71980004E4E4 /* SQLiteMigrationManagerMacOs.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
11 | 14 | EBA6A620219B0E680073DE4F /* SQLiteMigrationManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBA6A61F219B0E680073DE4F /* SQLiteMigrationManagerTests.swift */; };
|
12 | 15 | EBD6C6801C4C3ACC004270C5 /* Migrations_empty.bundle in Resources */ = {isa = PBXBuildFile; fileRef = EBD6C67E1C4C3ACC004270C5 /* Migrations_empty.bundle */; };
|
13 | 16 | EBD6C6811C4C3ACC004270C5 /* Migrations.bundle in Resources */ = {isa = PBXBuildFile; fileRef = EBD6C67F1C4C3ACC004270C5 /* Migrations.bundle */; };
|
|
29 | 32 |
|
30 | 33 | /* Begin PBXFileReference section */
|
31 | 34 | 9FD5B054E651DC4BD08A8C8E /* SQLiteMigrationManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLiteMigrationManager.swift; sourceTree = "<group>"; };
|
| 35 | + CF1CEF2721DE7797009C3403 /* SQLite.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SQLite.framework; path = Carthage/Build/Mac/SQLite.framework; sourceTree = "<group>"; }; |
| 36 | + CFE35EC621DE71980004E4E4 /* SQLiteMigrationManagerMacOs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SQLiteMigrationManagerMacOs.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 37 | + CFE35EC821DE71980004E4E4 /* SQLiteMigrationManagerMacOs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SQLiteMigrationManagerMacOs.h; sourceTree = "<group>"; }; |
| 38 | + CFE35EC921DE71980004E4E4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 39 | + CFE35ECF21DE72090004E4E4 /* SQLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SQLite.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
32 | 40 | EBA6A61F219B0E680073DE4F /* SQLiteMigrationManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SQLiteMigrationManagerTests.swift; sourceTree = "<group>"; };
|
33 | 41 | EBD6C67E1C4C3ACC004270C5 /* Migrations_empty.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Migrations_empty.bundle; sourceTree = "<group>"; };
|
34 | 42 | EBD6C67F1C4C3ACC004270C5 /* Migrations.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Migrations.bundle; sourceTree = "<group>"; };
|
|
42 | 50 | /* End PBXFileReference section */
|
43 | 51 |
|
44 | 52 | /* Begin PBXFrameworksBuildPhase section */
|
| 53 | + CFE35EC321DE71980004E4E4 /* Frameworks */ = { |
| 54 | + isa = PBXFrameworksBuildPhase; |
| 55 | + buildActionMask = 2147483647; |
| 56 | + files = ( |
| 57 | + CF1CEF2821DE7797009C3403 /* SQLite.framework in Frameworks */, |
| 58 | + ); |
| 59 | + runOnlyForDeploymentPostprocessing = 0; |
| 60 | + }; |
45 | 61 | EBE813E01C4BA00200EE04E8 /* Frameworks */ = {
|
46 | 62 | isa = PBXFrameworksBuildPhase;
|
47 | 63 | buildActionMask = 2147483647;
|
|
72 | 88 | path = resources;
|
73 | 89 | sourceTree = "<group>";
|
74 | 90 | };
|
| 91 | + CFE35EC721DE71980004E4E4 /* SQLiteMigrationManagerMacOs */ = { |
| 92 | + isa = PBXGroup; |
| 93 | + children = ( |
| 94 | + CFE35EC821DE71980004E4E4 /* SQLiteMigrationManagerMacOs.h */, |
| 95 | + CFE35EC921DE71980004E4E4 /* Info.plist */, |
| 96 | + ); |
| 97 | + path = SQLiteMigrationManagerMacOs; |
| 98 | + sourceTree = "<group>"; |
| 99 | + }; |
| 100 | + CFE35ECE21DE72090004E4E4 /* Frameworks */ = { |
| 101 | + isa = PBXGroup; |
| 102 | + children = ( |
| 103 | + CF1CEF2721DE7797009C3403 /* SQLite.framework */, |
| 104 | + CFE35ECF21DE72090004E4E4 /* SQLite.framework */, |
| 105 | + ); |
| 106 | + name = Frameworks; |
| 107 | + sourceTree = "<group>"; |
| 108 | + }; |
75 | 109 | EBE813DA1C4BA00200EE04E8 = {
|
76 | 110 | isa = PBXGroup;
|
77 | 111 | children = (
|
78 | 112 | EBD762D11C4BA3E800951FE6 /* SQLite.framework */,
|
79 | 113 | EBE813E61C4BA00200EE04E8 /* SQLiteMigrationManager */,
|
80 | 114 | EBE813F21C4BA00200EE04E8 /* SQLiteMigrationManagerTests */,
|
| 115 | + CFE35EC721DE71980004E4E4 /* SQLiteMigrationManagerMacOs */, |
81 | 116 | EBE813E51C4BA00200EE04E8 /* Products */,
|
| 117 | + CFE35ECE21DE72090004E4E4 /* Frameworks */, |
82 | 118 | );
|
83 | 119 | sourceTree = "<group>";
|
84 | 120 | };
|
|
87 | 123 | children = (
|
88 | 124 | EBE813E41C4BA00200EE04E8 /* SQLiteMigrationManager.framework */,
|
89 | 125 | EBE813EE1C4BA00200EE04E8 /* SQLiteMigrationManagerTests.xctest */,
|
| 126 | + CFE35EC621DE71980004E4E4 /* SQLiteMigrationManagerMacOs.framework */, |
90 | 127 | );
|
91 | 128 | name = Products;
|
92 | 129 | sourceTree = "<group>";
|
|
113 | 150 | /* End PBXGroup section */
|
114 | 151 |
|
115 | 152 | /* Begin PBXHeadersBuildPhase section */
|
| 153 | + CFE35EC121DE71980004E4E4 /* Headers */ = { |
| 154 | + isa = PBXHeadersBuildPhase; |
| 155 | + buildActionMask = 2147483647; |
| 156 | + files = ( |
| 157 | + CFE35ECA21DE71980004E4E4 /* SQLiteMigrationManagerMacOs.h in Headers */, |
| 158 | + ); |
| 159 | + runOnlyForDeploymentPostprocessing = 0; |
| 160 | + }; |
116 | 161 | EBE813E11C4BA00200EE04E8 /* Headers */ = {
|
117 | 162 | isa = PBXHeadersBuildPhase;
|
118 | 163 | buildActionMask = 2147483647;
|
|
123 | 168 | /* End PBXHeadersBuildPhase section */
|
124 | 169 |
|
125 | 170 | /* Begin PBXNativeTarget section */
|
| 171 | + CFE35EC521DE71980004E4E4 /* SQLiteMigrationManagerMacOs */ = { |
| 172 | + isa = PBXNativeTarget; |
| 173 | + buildConfigurationList = CFE35ECD21DE71980004E4E4 /* Build configuration list for PBXNativeTarget "SQLiteMigrationManagerMacOs" */; |
| 174 | + buildPhases = ( |
| 175 | + CFE35EC121DE71980004E4E4 /* Headers */, |
| 176 | + CFE35EC221DE71980004E4E4 /* Sources */, |
| 177 | + CFE35EC321DE71980004E4E4 /* Frameworks */, |
| 178 | + CFE35EC421DE71980004E4E4 /* Resources */, |
| 179 | + ); |
| 180 | + buildRules = ( |
| 181 | + ); |
| 182 | + dependencies = ( |
| 183 | + ); |
| 184 | + name = SQLiteMigrationManagerMacOs; |
| 185 | + productName = SQLiteMigrationManagerMacOs; |
| 186 | + productReference = CFE35EC621DE71980004E4E4 /* SQLiteMigrationManagerMacOs.framework */; |
| 187 | + productType = "com.apple.product-type.framework"; |
| 188 | + }; |
126 | 189 | EBE813E31C4BA00200EE04E8 /* SQLiteMigrationManager */ = {
|
127 | 190 | isa = PBXNativeTarget;
|
128 | 191 | buildConfigurationList = EBE813F81C4BA00200EE04E8 /* Build configuration list for PBXNativeTarget "SQLiteMigrationManager" */;
|
|
169 | 232 | LastUpgradeCheck = 1010;
|
170 | 233 | ORGANIZATIONNAME = "Vincent Garrigues";
|
171 | 234 | TargetAttributes = {
|
| 235 | + CFE35EC521DE71980004E4E4 = { |
| 236 | + CreatedOnToolsVersion = 10.1; |
| 237 | + ProvisioningStyle = Automatic; |
| 238 | + }; |
172 | 239 | EBE813E31C4BA00200EE04E8 = {
|
173 | 240 | CreatedOnToolsVersion = 7.2;
|
174 | 241 | LastSwiftMigration = 1010;
|
|
193 | 260 | targets = (
|
194 | 261 | EBE813E31C4BA00200EE04E8 /* SQLiteMigrationManager */,
|
195 | 262 | EBE813ED1C4BA00200EE04E8 /* SQLiteMigrationManagerTests */,
|
| 263 | + CFE35EC521DE71980004E4E4 /* SQLiteMigrationManagerMacOs */, |
196 | 264 | );
|
197 | 265 | };
|
198 | 266 | /* End PBXProject section */
|
199 | 267 |
|
200 | 268 | /* Begin PBXResourcesBuildPhase section */
|
| 269 | + CFE35EC421DE71980004E4E4 /* Resources */ = { |
| 270 | + isa = PBXResourcesBuildPhase; |
| 271 | + buildActionMask = 2147483647; |
| 272 | + files = ( |
| 273 | + ); |
| 274 | + runOnlyForDeploymentPostprocessing = 0; |
| 275 | + }; |
201 | 276 | EBE813E21C4BA00200EE04E8 /* Resources */ = {
|
202 | 277 | isa = PBXResourcesBuildPhase;
|
203 | 278 | buildActionMask = 2147483647;
|
|
219 | 294 | /* End PBXResourcesBuildPhase section */
|
220 | 295 |
|
221 | 296 | /* Begin PBXSourcesBuildPhase section */
|
| 297 | + CFE35EC221DE71980004E4E4 /* Sources */ = { |
| 298 | + isa = PBXSourcesBuildPhase; |
| 299 | + buildActionMask = 2147483647; |
| 300 | + files = ( |
| 301 | + CF1CEF2921DE77D1009C3403 /* SQLiteMigrationManager.swift in Sources */, |
| 302 | + ); |
| 303 | + runOnlyForDeploymentPostprocessing = 0; |
| 304 | + }; |
222 | 305 | EBE813DF1C4BA00200EE04E8 /* Sources */ = {
|
223 | 306 | isa = PBXSourcesBuildPhase;
|
224 | 307 | buildActionMask = 2147483647;
|
|
246 | 329 | /* End PBXTargetDependency section */
|
247 | 330 |
|
248 | 331 | /* Begin XCBuildConfiguration section */
|
| 332 | + CFE35ECB21DE71980004E4E4 /* Debug */ = { |
| 333 | + isa = XCBuildConfiguration; |
| 334 | + buildSettings = { |
| 335 | + APPLICATION_EXTENSION_API_ONLY = YES; |
| 336 | + CLANG_ANALYZER_NONNULL = YES; |
| 337 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 338 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 339 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 340 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 341 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 342 | + CODE_SIGN_IDENTITY = "Mac Developer"; |
| 343 | + CODE_SIGN_STYLE = Automatic; |
| 344 | + COMBINE_HIDPI_IMAGES = YES; |
| 345 | + DEFINES_MODULE = YES; |
| 346 | + DEVELOPMENT_TEAM = ""; |
| 347 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 348 | + DYLIB_CURRENT_VERSION = 1; |
| 349 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 350 | + FRAMEWORK_SEARCH_PATHS = ( |
| 351 | + "$(inherited)", |
| 352 | + "$(PROJECT_DIR)/Carthage/Build/Mac", |
| 353 | + ); |
| 354 | + FRAMEWORK_VERSION = A; |
| 355 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 356 | + INFOPLIST_FILE = SQLiteMigrationManagerMacOs/Info.plist; |
| 357 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 358 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; |
| 359 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
| 360 | + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
| 361 | + MTL_FAST_MATH = YES; |
| 362 | + PRODUCT_BUNDLE_IDENTIFIER = co.itbeaver.SQLiteMigrationManagerMacOs; |
| 363 | + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
| 364 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
| 365 | + SDKROOT = macosx; |
| 366 | + SKIP_INSTALL = YES; |
| 367 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
| 368 | + SWIFT_VERSION = 4.2; |
| 369 | + }; |
| 370 | + name = Debug; |
| 371 | + }; |
| 372 | + CFE35ECC21DE71980004E4E4 /* Release */ = { |
| 373 | + isa = XCBuildConfiguration; |
| 374 | + buildSettings = { |
| 375 | + APPLICATION_EXTENSION_API_ONLY = YES; |
| 376 | + CLANG_ANALYZER_NONNULL = YES; |
| 377 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 378 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 379 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 380 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 381 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 382 | + CODE_SIGN_IDENTITY = "Mac Developer"; |
| 383 | + CODE_SIGN_STYLE = Automatic; |
| 384 | + COMBINE_HIDPI_IMAGES = YES; |
| 385 | + DEFINES_MODULE = YES; |
| 386 | + DEVELOPMENT_TEAM = ""; |
| 387 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 388 | + DYLIB_CURRENT_VERSION = 1; |
| 389 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 390 | + FRAMEWORK_SEARCH_PATHS = ( |
| 391 | + "$(inherited)", |
| 392 | + "$(PROJECT_DIR)/Carthage/Build/Mac", |
| 393 | + ); |
| 394 | + FRAMEWORK_VERSION = A; |
| 395 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 396 | + INFOPLIST_FILE = SQLiteMigrationManagerMacOs/Info.plist; |
| 397 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 398 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; |
| 399 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
| 400 | + MTL_FAST_MATH = YES; |
| 401 | + PRODUCT_BUNDLE_IDENTIFIER = co.itbeaver.SQLiteMigrationManagerMacOs; |
| 402 | + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
| 403 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
| 404 | + SDKROOT = macosx; |
| 405 | + SKIP_INSTALL = YES; |
| 406 | + SWIFT_VERSION = 4.2; |
| 407 | + }; |
| 408 | + name = Release; |
| 409 | + }; |
249 | 410 | EBE813F61C4BA00200EE04E8 /* Debug */ = {
|
250 | 411 | isa = XCBuildConfiguration;
|
251 | 412 | buildSettings = {
|
|
427 | 588 | /* End XCBuildConfiguration section */
|
428 | 589 |
|
429 | 590 | /* Begin XCConfigurationList section */
|
| 591 | + CFE35ECD21DE71980004E4E4 /* Build configuration list for PBXNativeTarget "SQLiteMigrationManagerMacOs" */ = { |
| 592 | + isa = XCConfigurationList; |
| 593 | + buildConfigurations = ( |
| 594 | + CFE35ECB21DE71980004E4E4 /* Debug */, |
| 595 | + CFE35ECC21DE71980004E4E4 /* Release */, |
| 596 | + ); |
| 597 | + defaultConfigurationIsVisible = 0; |
| 598 | + defaultConfigurationName = Release; |
| 599 | + }; |
430 | 600 | EBE813DE1C4BA00200EE04E8 /* Build configuration list for PBXProject "SQLiteMigrationManager" */ = {
|
431 | 601 | isa = XCConfigurationList;
|
432 | 602 | buildConfigurations = (
|
|
0 commit comments