|
31 | 31 | 1482704A1AE2B4E500873272 /* KVNProgressConfigurationTestsSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 148270491AE2B4E500873272 /* KVNProgressConfigurationTestsSpec.m */; }; |
32 | 32 | 1482704E1AE2CBB100873272 /* KVNUIColor+KVNContrastSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 1482704D1AE2CBB100873272 /* KVNUIColor+KVNContrastSpec.m */; }; |
33 | 33 | B7AEA695F14877870205F81C /* libPods-KVNProgressTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B43D6870AC5276C24F2B9384 /* libPods-KVNProgressTests.a */; }; |
| 34 | + FF5F4FEE1C18F0F400177A67 /* KVNProgressKit.h in Headers */ = {isa = PBXBuildFile; fileRef = FF5F4FED1C18F0F400177A67 /* KVNProgressKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 35 | + FF5F4FF31C18F17D00177A67 /* UIImage+KVNImageEffects.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA0DD271930E62A00FDD29F /* UIImage+KVNImageEffects.m */; }; |
| 36 | + FF5F4FF41C18F17D00177A67 /* UIImage+KVNEmpty.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA0DD2F1931EB3D00FDD29F /* UIImage+KVNEmpty.m */; }; |
| 37 | + FF5F4FF51C18F17D00177A67 /* UIColor+KVNContrast.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A835D681AB339E900CB321A /* UIColor+KVNContrast.m */; }; |
| 38 | + FF5F4FF61C18F17D00177A67 /* KVNProgressView.xib in Sources */ = {isa = PBXBuildFile; fileRef = 0AA0DD2C1930F76A00FDD29F /* KVNProgressView.xib */; }; |
| 39 | + FF5F4FF71C18F17D00177A67 /* KVNProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA0DD231930E0C000FDD29F /* KVNProgress.m */; }; |
| 40 | + FF5F4FF81C18F17D00177A67 /* KVNProgressConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A53757A1A45784200A7743C /* KVNProgressConfiguration.m */; }; |
| 41 | + FF5F4FF91C18F18E00177A67 /* UIImage+KVNImageEffects.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA0DD261930E62A00FDD29F /* UIImage+KVNImageEffects.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 42 | + FF5F4FFA1C18F18E00177A67 /* UIImage+KVNEmpty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA0DD2E1931EB3D00FDD29F /* UIImage+KVNEmpty.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 43 | + FF5F4FFB1C18F18E00177A67 /* UIColor+KVNContrast.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A835D671AB339E900CB321A /* UIColor+KVNContrast.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 44 | + FF5F4FFC1C18F18E00177A67 /* KVNProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA0DD221930E0C000FDD29F /* KVNProgress.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 45 | + FF5F4FFD1C18F18E00177A67 /* KVNProgressConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A5375791A45784200A7743C /* KVNProgressConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
34 | 46 | /* End PBXBuildFile section */ |
35 | 47 |
|
36 | 48 | /* Begin PBXContainerItemProxy section */ |
|
80 | 92 | 1482704D1AE2CBB100873272 /* KVNUIColor+KVNContrastSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "KVNUIColor+KVNContrastSpec.m"; sourceTree = "<group>"; }; |
81 | 93 | AC926D9E042446C786108BC3 /* Pods-KVNProgressTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KVNProgressTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-KVNProgressTests/Pods-KVNProgressTests.release.xcconfig"; sourceTree = "<group>"; }; |
82 | 94 | B43D6870AC5276C24F2B9384 /* libPods-KVNProgressTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-KVNProgressTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 95 | + FF5F4FEB1C18F0F400177A67 /* KVNProgressKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KVNProgressKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 96 | + FF5F4FED1C18F0F400177A67 /* KVNProgressKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KVNProgressKit.h; sourceTree = "<group>"; }; |
| 97 | + FF5F4FEF1C18F0F400177A67 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
83 | 98 | /* End PBXFileReference section */ |
84 | 99 |
|
85 | 100 | /* Begin PBXFrameworksBuildPhase section */ |
|
104 | 119 | ); |
105 | 120 | runOnlyForDeploymentPostprocessing = 0; |
106 | 121 | }; |
| 122 | + FF5F4FE71C18F0F400177A67 /* Frameworks */ = { |
| 123 | + isa = PBXFrameworksBuildPhase; |
| 124 | + buildActionMask = 2147483647; |
| 125 | + files = ( |
| 126 | + ); |
| 127 | + runOnlyForDeploymentPostprocessing = 0; |
| 128 | + }; |
107 | 129 | /* End PBXFrameworksBuildPhase section */ |
108 | 130 |
|
109 | 131 | /* Begin PBXGroup section */ |
|
125 | 147 | children = ( |
126 | 148 | 0AA0DCF01930DFAD00FDD29F /* KVNProgress */, |
127 | 149 | 0AA0DD0F1930DFAD00FDD29F /* KVNProgressTests */, |
| 150 | + FF5F4FEC1C18F0F400177A67 /* KVNProgressKit */, |
128 | 151 | 0AA0DCE91930DFAD00FDD29F /* Frameworks */, |
129 | 152 | 0AA0DCE81930DFAD00FDD29F /* Products */, |
130 | 153 | CB962F7FECF6EC14A938952F /* Pods */, |
|
136 | 159 | children = ( |
137 | 160 | 0AA0DCE71930DFAD00FDD29F /* KVNProgress.app */, |
138 | 161 | 0AA0DD081930DFAD00FDD29F /* KVNProgressTests.xctest */, |
| 162 | + FF5F4FEB1C18F0F400177A67 /* KVNProgressKit.framework */, |
139 | 163 | ); |
140 | 164 | name = Products; |
141 | 165 | sourceTree = "<group>"; |
|
237 | 261 | name = Pods; |
238 | 262 | sourceTree = "<group>"; |
239 | 263 | }; |
| 264 | + FF5F4FEC1C18F0F400177A67 /* KVNProgressKit */ = { |
| 265 | + isa = PBXGroup; |
| 266 | + children = ( |
| 267 | + FF5F4FED1C18F0F400177A67 /* KVNProgressKit.h */, |
| 268 | + FF5F4FEF1C18F0F400177A67 /* Info.plist */, |
| 269 | + ); |
| 270 | + path = KVNProgressKit; |
| 271 | + sourceTree = "<group>"; |
| 272 | + }; |
240 | 273 | /* End PBXGroup section */ |
241 | 274 |
|
| 275 | +/* Begin PBXHeadersBuildPhase section */ |
| 276 | + FF5F4FE81C18F0F400177A67 /* Headers */ = { |
| 277 | + isa = PBXHeadersBuildPhase; |
| 278 | + buildActionMask = 2147483647; |
| 279 | + files = ( |
| 280 | + FF5F4FEE1C18F0F400177A67 /* KVNProgressKit.h in Headers */, |
| 281 | + FF5F4FF91C18F18E00177A67 /* UIImage+KVNImageEffects.h in Headers */, |
| 282 | + FF5F4FFA1C18F18E00177A67 /* UIImage+KVNEmpty.h in Headers */, |
| 283 | + FF5F4FFB1C18F18E00177A67 /* UIColor+KVNContrast.h in Headers */, |
| 284 | + FF5F4FFC1C18F18E00177A67 /* KVNProgress.h in Headers */, |
| 285 | + FF5F4FFD1C18F18E00177A67 /* KVNProgressConfiguration.h in Headers */, |
| 286 | + ); |
| 287 | + runOnlyForDeploymentPostprocessing = 0; |
| 288 | + }; |
| 289 | +/* End PBXHeadersBuildPhase section */ |
| 290 | + |
242 | 291 | /* Begin PBXNativeTarget section */ |
243 | 292 | 0AA0DCE61930DFAD00FDD29F /* KVNProgress */ = { |
244 | 293 | isa = PBXNativeTarget; |
|
279 | 328 | productReference = 0AA0DD081930DFAD00FDD29F /* KVNProgressTests.xctest */; |
280 | 329 | productType = "com.apple.product-type.bundle.unit-test"; |
281 | 330 | }; |
| 331 | + FF5F4FEA1C18F0F400177A67 /* KVNProgressKit */ = { |
| 332 | + isa = PBXNativeTarget; |
| 333 | + buildConfigurationList = FF5F4FF21C18F0F400177A67 /* Build configuration list for PBXNativeTarget "KVNProgressKit" */; |
| 334 | + buildPhases = ( |
| 335 | + FF5F4FE61C18F0F400177A67 /* Sources */, |
| 336 | + FF5F4FE71C18F0F400177A67 /* Frameworks */, |
| 337 | + FF5F4FE81C18F0F400177A67 /* Headers */, |
| 338 | + FF5F4FE91C18F0F400177A67 /* Resources */, |
| 339 | + ); |
| 340 | + buildRules = ( |
| 341 | + ); |
| 342 | + dependencies = ( |
| 343 | + ); |
| 344 | + name = KVNProgressKit; |
| 345 | + productName = KVNProgressKit; |
| 346 | + productReference = FF5F4FEB1C18F0F400177A67 /* KVNProgressKit.framework */; |
| 347 | + productType = "com.apple.product-type.framework"; |
| 348 | + }; |
282 | 349 | /* End PBXNativeTarget section */ |
283 | 350 |
|
284 | 351 | /* Begin PBXProject section */ |
|
295 | 362 | 0AA0DD071930DFAD00FDD29F = { |
296 | 363 | TestTargetID = 0AA0DCE61930DFAD00FDD29F; |
297 | 364 | }; |
| 365 | + FF5F4FEA1C18F0F400177A67 = { |
| 366 | + CreatedOnToolsVersion = 7.1; |
| 367 | + }; |
298 | 368 | }; |
299 | 369 | }; |
300 | 370 | buildConfigurationList = 0AA0DCE21930DFAD00FDD29F /* Build configuration list for PBXProject "KVNProgress" */; |
|
312 | 382 | targets = ( |
313 | 383 | 0AA0DCE61930DFAD00FDD29F /* KVNProgress */, |
314 | 384 | 0AA0DD071930DFAD00FDD29F /* KVNProgressTests */, |
| 385 | + FF5F4FEA1C18F0F400177A67 /* KVNProgressKit */, |
315 | 386 | ); |
316 | 387 | }; |
317 | 388 | /* End PBXProject section */ |
|
336 | 407 | ); |
337 | 408 | runOnlyForDeploymentPostprocessing = 0; |
338 | 409 | }; |
| 410 | + FF5F4FE91C18F0F400177A67 /* Resources */ = { |
| 411 | + isa = PBXResourcesBuildPhase; |
| 412 | + buildActionMask = 2147483647; |
| 413 | + files = ( |
| 414 | + ); |
| 415 | + runOnlyForDeploymentPostprocessing = 0; |
| 416 | + }; |
339 | 417 | /* End PBXResourcesBuildPhase section */ |
340 | 418 |
|
341 | 419 | /* Begin PBXShellScriptBuildPhase section */ |
|
426 | 504 | ); |
427 | 505 | runOnlyForDeploymentPostprocessing = 0; |
428 | 506 | }; |
| 507 | + FF5F4FE61C18F0F400177A67 /* Sources */ = { |
| 508 | + isa = PBXSourcesBuildPhase; |
| 509 | + buildActionMask = 2147483647; |
| 510 | + files = ( |
| 511 | + FF5F4FF31C18F17D00177A67 /* UIImage+KVNImageEffects.m in Sources */, |
| 512 | + FF5F4FF41C18F17D00177A67 /* UIImage+KVNEmpty.m in Sources */, |
| 513 | + FF5F4FF51C18F17D00177A67 /* UIColor+KVNContrast.m in Sources */, |
| 514 | + FF5F4FF61C18F17D00177A67 /* KVNProgressView.xib in Sources */, |
| 515 | + FF5F4FF71C18F17D00177A67 /* KVNProgress.m in Sources */, |
| 516 | + FF5F4FF81C18F17D00177A67 /* KVNProgressConfiguration.m in Sources */, |
| 517 | + ); |
| 518 | + runOnlyForDeploymentPostprocessing = 0; |
| 519 | + }; |
429 | 520 | /* End PBXSourcesBuildPhase section */ |
430 | 521 |
|
431 | 522 | /* Begin PBXTargetDependency section */ |
|
623 | 714 | }; |
624 | 715 | name = Release; |
625 | 716 | }; |
| 717 | + FF5F4FF01C18F0F400177A67 /* Debug */ = { |
| 718 | + isa = XCBuildConfiguration; |
| 719 | + buildSettings = { |
| 720 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 721 | + CURRENT_PROJECT_VERSION = 1; |
| 722 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 723 | + DEFINES_MODULE = YES; |
| 724 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 725 | + DYLIB_CURRENT_VERSION = 1; |
| 726 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 727 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 728 | + ENABLE_TESTABILITY = YES; |
| 729 | + GCC_NO_COMMON_BLOCKS = YES; |
| 730 | + INFOPLIST_FILE = KVNProgressKit/Info.plist; |
| 731 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 732 | + IPHONEOS_DEPLOYMENT_TARGET = 9.1; |
| 733 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 734 | + MTL_ENABLE_DEBUG_INFO = YES; |
| 735 | + PRODUCT_BUNDLE_IDENTIFIER = com.kevin.hirsch.kvnprogress.KVNProgressKit; |
| 736 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 737 | + SKIP_INSTALL = YES; |
| 738 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 739 | + VERSIONING_SYSTEM = "apple-generic"; |
| 740 | + VERSION_INFO_PREFIX = ""; |
| 741 | + }; |
| 742 | + name = Debug; |
| 743 | + }; |
| 744 | + FF5F4FF11C18F0F400177A67 /* Release */ = { |
| 745 | + isa = XCBuildConfiguration; |
| 746 | + buildSettings = { |
| 747 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 748 | + COPY_PHASE_STRIP = NO; |
| 749 | + CURRENT_PROJECT_VERSION = 1; |
| 750 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 751 | + DEFINES_MODULE = YES; |
| 752 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 753 | + DYLIB_CURRENT_VERSION = 1; |
| 754 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 755 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 756 | + GCC_NO_COMMON_BLOCKS = YES; |
| 757 | + INFOPLIST_FILE = KVNProgressKit/Info.plist; |
| 758 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 759 | + IPHONEOS_DEPLOYMENT_TARGET = 9.1; |
| 760 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 761 | + MTL_ENABLE_DEBUG_INFO = NO; |
| 762 | + PRODUCT_BUNDLE_IDENTIFIER = com.kevin.hirsch.kvnprogress.KVNProgressKit; |
| 763 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 764 | + SKIP_INSTALL = YES; |
| 765 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 766 | + VERSIONING_SYSTEM = "apple-generic"; |
| 767 | + VERSION_INFO_PREFIX = ""; |
| 768 | + }; |
| 769 | + name = Release; |
| 770 | + }; |
626 | 771 | /* End XCBuildConfiguration section */ |
627 | 772 |
|
628 | 773 | /* Begin XCConfigurationList section */ |
|
653 | 798 | defaultConfigurationIsVisible = 0; |
654 | 799 | defaultConfigurationName = Release; |
655 | 800 | }; |
| 801 | + FF5F4FF21C18F0F400177A67 /* Build configuration list for PBXNativeTarget "KVNProgressKit" */ = { |
| 802 | + isa = XCConfigurationList; |
| 803 | + buildConfigurations = ( |
| 804 | + FF5F4FF01C18F0F400177A67 /* Debug */, |
| 805 | + FF5F4FF11C18F0F400177A67 /* Release */, |
| 806 | + ); |
| 807 | + defaultConfigurationIsVisible = 0; |
| 808 | + }; |
656 | 809 | /* End XCConfigurationList section */ |
657 | 810 | }; |
658 | 811 | rootObject = 0AA0DCDF1930DFAD00FDD29F /* Project object */; |
|
0 commit comments