|
32 | 32 | 1482704A1AE2B4E500873272 /* KVNProgressConfigurationTestsSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 148270491AE2B4E500873272 /* KVNProgressConfigurationTestsSpec.m */; }; |
33 | 33 | 1482704E1AE2CBB100873272 /* KVNUIColor+KVNContrastSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 1482704D1AE2CBB100873272 /* KVNUIColor+KVNContrastSpec.m */; }; |
34 | 34 | B7AEA695F14877870205F81C /* libPods-KVNProgressTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B43D6870AC5276C24F2B9384 /* libPods-KVNProgressTests.a */; }; |
| 35 | + FF5F4FEE1C18F0F400177A67 /* KVNProgressKit.h in Headers */ = {isa = PBXBuildFile; fileRef = FF5F4FED1C18F0F400177A67 /* KVNProgressKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 36 | + FF5F4FF31C18F17D00177A67 /* UIImage+KVNImageEffects.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA0DD271930E62A00FDD29F /* UIImage+KVNImageEffects.m */; }; |
| 37 | + FF5F4FF41C18F17D00177A67 /* UIImage+KVNEmpty.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA0DD2F1931EB3D00FDD29F /* UIImage+KVNEmpty.m */; }; |
| 38 | + FF5F4FF51C18F17D00177A67 /* UIColor+KVNContrast.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A835D681AB339E900CB321A /* UIColor+KVNContrast.m */; }; |
| 39 | + FF5F4FF61C18F17D00177A67 /* KVNProgressView.xib in Sources */ = {isa = PBXBuildFile; fileRef = 0AA0DD2C1930F76A00FDD29F /* KVNProgressView.xib */; }; |
| 40 | + FF5F4FF71C18F17D00177A67 /* KVNProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA0DD231930E0C000FDD29F /* KVNProgress.m */; }; |
| 41 | + FF5F4FF81C18F17D00177A67 /* KVNProgressConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A53757A1A45784200A7743C /* KVNProgressConfiguration.m */; }; |
| 42 | + FF5F4FF91C18F18E00177A67 /* UIImage+KVNImageEffects.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA0DD261930E62A00FDD29F /* UIImage+KVNImageEffects.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 43 | + FF5F4FFA1C18F18E00177A67 /* UIImage+KVNEmpty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA0DD2E1931EB3D00FDD29F /* UIImage+KVNEmpty.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 44 | + FF5F4FFB1C18F18E00177A67 /* UIColor+KVNContrast.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A835D671AB339E900CB321A /* UIColor+KVNContrast.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 45 | + FF5F4FFC1C18F18E00177A67 /* KVNProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA0DD221930E0C000FDD29F /* KVNProgress.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 46 | + FF5F4FFD1C18F18E00177A67 /* KVNProgressConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A5375791A45784200A7743C /* KVNProgressConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
35 | 47 | /* End PBXBuildFile section */ |
36 | 48 |
|
37 | 49 | /* Begin PBXContainerItemProxy section */ |
|
83 | 95 | 1482704D1AE2CBB100873272 /* KVNUIColor+KVNContrastSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "KVNUIColor+KVNContrastSpec.m"; sourceTree = "<group>"; }; |
84 | 96 | 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>"; }; |
85 | 97 | B43D6870AC5276C24F2B9384 /* libPods-KVNProgressTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-KVNProgressTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 98 | + FF5F4FEB1C18F0F400177A67 /* KVNProgressKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KVNProgressKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 99 | + FF5F4FED1C18F0F400177A67 /* KVNProgressKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KVNProgressKit.h; sourceTree = "<group>"; }; |
| 100 | + FF5F4FEF1C18F0F400177A67 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
86 | 101 | /* End PBXFileReference section */ |
87 | 102 |
|
88 | 103 | /* Begin PBXFrameworksBuildPhase section */ |
|
107 | 122 | ); |
108 | 123 | runOnlyForDeploymentPostprocessing = 0; |
109 | 124 | }; |
| 125 | + FF5F4FE71C18F0F400177A67 /* Frameworks */ = { |
| 126 | + isa = PBXFrameworksBuildPhase; |
| 127 | + buildActionMask = 2147483647; |
| 128 | + files = ( |
| 129 | + ); |
| 130 | + runOnlyForDeploymentPostprocessing = 0; |
| 131 | + }; |
110 | 132 | /* End PBXFrameworksBuildPhase section */ |
111 | 133 |
|
112 | 134 | /* Begin PBXGroup section */ |
|
128 | 150 | children = ( |
129 | 151 | 0AA0DCF01930DFAD00FDD29F /* KVNProgress */, |
130 | 152 | 0AA0DD0F1930DFAD00FDD29F /* KVNProgressTests */, |
| 153 | + FF5F4FEC1C18F0F400177A67 /* KVNProgressKit */, |
131 | 154 | 0AA0DCE91930DFAD00FDD29F /* Frameworks */, |
132 | 155 | 0AA0DCE81930DFAD00FDD29F /* Products */, |
133 | 156 | CB962F7FECF6EC14A938952F /* Pods */, |
|
139 | 162 | children = ( |
140 | 163 | 0AA0DCE71930DFAD00FDD29F /* KVNProgress.app */, |
141 | 164 | 0AA0DD081930DFAD00FDD29F /* KVNProgressTests.xctest */, |
| 165 | + FF5F4FEB1C18F0F400177A67 /* KVNProgressKit.framework */, |
142 | 166 | ); |
143 | 167 | name = Products; |
144 | 168 | sourceTree = "<group>"; |
|
242 | 266 | name = Pods; |
243 | 267 | sourceTree = "<group>"; |
244 | 268 | }; |
| 269 | + FF5F4FEC1C18F0F400177A67 /* KVNProgressKit */ = { |
| 270 | + isa = PBXGroup; |
| 271 | + children = ( |
| 272 | + FF5F4FED1C18F0F400177A67 /* KVNProgressKit.h */, |
| 273 | + FF5F4FEF1C18F0F400177A67 /* Info.plist */, |
| 274 | + ); |
| 275 | + path = KVNProgressKit; |
| 276 | + sourceTree = "<group>"; |
| 277 | + }; |
245 | 278 | /* End PBXGroup section */ |
246 | 279 |
|
| 280 | +/* Begin PBXHeadersBuildPhase section */ |
| 281 | + FF5F4FE81C18F0F400177A67 /* Headers */ = { |
| 282 | + isa = PBXHeadersBuildPhase; |
| 283 | + buildActionMask = 2147483647; |
| 284 | + files = ( |
| 285 | + FF5F4FEE1C18F0F400177A67 /* KVNProgressKit.h in Headers */, |
| 286 | + FF5F4FF91C18F18E00177A67 /* UIImage+KVNImageEffects.h in Headers */, |
| 287 | + FF5F4FFA1C18F18E00177A67 /* UIImage+KVNEmpty.h in Headers */, |
| 288 | + FF5F4FFB1C18F18E00177A67 /* UIColor+KVNContrast.h in Headers */, |
| 289 | + FF5F4FFC1C18F18E00177A67 /* KVNProgress.h in Headers */, |
| 290 | + FF5F4FFD1C18F18E00177A67 /* KVNProgressConfiguration.h in Headers */, |
| 291 | + ); |
| 292 | + runOnlyForDeploymentPostprocessing = 0; |
| 293 | + }; |
| 294 | +/* End PBXHeadersBuildPhase section */ |
| 295 | + |
247 | 296 | /* Begin PBXNativeTarget section */ |
248 | 297 | 0AA0DCE61930DFAD00FDD29F /* KVNProgress */ = { |
249 | 298 | isa = PBXNativeTarget; |
|
284 | 333 | productReference = 0AA0DD081930DFAD00FDD29F /* KVNProgressTests.xctest */; |
285 | 334 | productType = "com.apple.product-type.bundle.unit-test"; |
286 | 335 | }; |
| 336 | + FF5F4FEA1C18F0F400177A67 /* KVNProgressKit */ = { |
| 337 | + isa = PBXNativeTarget; |
| 338 | + buildConfigurationList = FF5F4FF21C18F0F400177A67 /* Build configuration list for PBXNativeTarget "KVNProgressKit" */; |
| 339 | + buildPhases = ( |
| 340 | + FF5F4FE61C18F0F400177A67 /* Sources */, |
| 341 | + FF5F4FE71C18F0F400177A67 /* Frameworks */, |
| 342 | + FF5F4FE81C18F0F400177A67 /* Headers */, |
| 343 | + FF5F4FE91C18F0F400177A67 /* Resources */, |
| 344 | + ); |
| 345 | + buildRules = ( |
| 346 | + ); |
| 347 | + dependencies = ( |
| 348 | + ); |
| 349 | + name = KVNProgressKit; |
| 350 | + productName = KVNProgressKit; |
| 351 | + productReference = FF5F4FEB1C18F0F400177A67 /* KVNProgressKit.framework */; |
| 352 | + productType = "com.apple.product-type.framework"; |
| 353 | + }; |
287 | 354 | /* End PBXNativeTarget section */ |
288 | 355 |
|
289 | 356 | /* Begin PBXProject section */ |
|
300 | 367 | 0AA0DD071930DFAD00FDD29F = { |
301 | 368 | TestTargetID = 0AA0DCE61930DFAD00FDD29F; |
302 | 369 | }; |
| 370 | + FF5F4FEA1C18F0F400177A67 = { |
| 371 | + CreatedOnToolsVersion = 7.1; |
| 372 | + }; |
303 | 373 | }; |
304 | 374 | }; |
305 | 375 | buildConfigurationList = 0AA0DCE21930DFAD00FDD29F /* Build configuration list for PBXProject "KVNProgress" */; |
|
317 | 387 | targets = ( |
318 | 388 | 0AA0DCE61930DFAD00FDD29F /* KVNProgress */, |
319 | 389 | 0AA0DD071930DFAD00FDD29F /* KVNProgressTests */, |
| 390 | + FF5F4FEA1C18F0F400177A67 /* KVNProgressKit */, |
320 | 391 | ); |
321 | 392 | }; |
322 | 393 | /* End PBXProject section */ |
|
341 | 412 | ); |
342 | 413 | runOnlyForDeploymentPostprocessing = 0; |
343 | 414 | }; |
| 415 | + FF5F4FE91C18F0F400177A67 /* Resources */ = { |
| 416 | + isa = PBXResourcesBuildPhase; |
| 417 | + buildActionMask = 2147483647; |
| 418 | + files = ( |
| 419 | + ); |
| 420 | + runOnlyForDeploymentPostprocessing = 0; |
| 421 | + }; |
344 | 422 | /* End PBXResourcesBuildPhase section */ |
345 | 423 |
|
346 | 424 | /* Begin PBXShellScriptBuildPhase section */ |
|
432 | 510 | ); |
433 | 511 | runOnlyForDeploymentPostprocessing = 0; |
434 | 512 | }; |
| 513 | + FF5F4FE61C18F0F400177A67 /* Sources */ = { |
| 514 | + isa = PBXSourcesBuildPhase; |
| 515 | + buildActionMask = 2147483647; |
| 516 | + files = ( |
| 517 | + FF5F4FF31C18F17D00177A67 /* UIImage+KVNImageEffects.m in Sources */, |
| 518 | + FF5F4FF41C18F17D00177A67 /* UIImage+KVNEmpty.m in Sources */, |
| 519 | + FF5F4FF51C18F17D00177A67 /* UIColor+KVNContrast.m in Sources */, |
| 520 | + FF5F4FF61C18F17D00177A67 /* KVNProgressView.xib in Sources */, |
| 521 | + FF5F4FF71C18F17D00177A67 /* KVNProgress.m in Sources */, |
| 522 | + FF5F4FF81C18F17D00177A67 /* KVNProgressConfiguration.m in Sources */, |
| 523 | + ); |
| 524 | + runOnlyForDeploymentPostprocessing = 0; |
| 525 | + }; |
435 | 526 | /* End PBXSourcesBuildPhase section */ |
436 | 527 |
|
437 | 528 | /* Begin PBXTargetDependency section */ |
|
629 | 720 | }; |
630 | 721 | name = Release; |
631 | 722 | }; |
| 723 | + FF5F4FF01C18F0F400177A67 /* Debug */ = { |
| 724 | + isa = XCBuildConfiguration; |
| 725 | + buildSettings = { |
| 726 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 727 | + CURRENT_PROJECT_VERSION = 1; |
| 728 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 729 | + DEFINES_MODULE = YES; |
| 730 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 731 | + DYLIB_CURRENT_VERSION = 1; |
| 732 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 733 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 734 | + ENABLE_TESTABILITY = YES; |
| 735 | + GCC_NO_COMMON_BLOCKS = YES; |
| 736 | + INFOPLIST_FILE = KVNProgressKit/Info.plist; |
| 737 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 738 | + IPHONEOS_DEPLOYMENT_TARGET = 9.1; |
| 739 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 740 | + MTL_ENABLE_DEBUG_INFO = YES; |
| 741 | + PRODUCT_BUNDLE_IDENTIFIER = com.kevin.hirsch.kvnprogress.KVNProgressKit; |
| 742 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 743 | + SKIP_INSTALL = YES; |
| 744 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 745 | + VERSIONING_SYSTEM = "apple-generic"; |
| 746 | + VERSION_INFO_PREFIX = ""; |
| 747 | + }; |
| 748 | + name = Debug; |
| 749 | + }; |
| 750 | + FF5F4FF11C18F0F400177A67 /* Release */ = { |
| 751 | + isa = XCBuildConfiguration; |
| 752 | + buildSettings = { |
| 753 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 754 | + COPY_PHASE_STRIP = NO; |
| 755 | + CURRENT_PROJECT_VERSION = 1; |
| 756 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 757 | + DEFINES_MODULE = YES; |
| 758 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 759 | + DYLIB_CURRENT_VERSION = 1; |
| 760 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 761 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 762 | + GCC_NO_COMMON_BLOCKS = YES; |
| 763 | + INFOPLIST_FILE = KVNProgressKit/Info.plist; |
| 764 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 765 | + IPHONEOS_DEPLOYMENT_TARGET = 9.1; |
| 766 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 767 | + MTL_ENABLE_DEBUG_INFO = NO; |
| 768 | + PRODUCT_BUNDLE_IDENTIFIER = com.kevin.hirsch.kvnprogress.KVNProgressKit; |
| 769 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 770 | + SKIP_INSTALL = YES; |
| 771 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 772 | + VERSIONING_SYSTEM = "apple-generic"; |
| 773 | + VERSION_INFO_PREFIX = ""; |
| 774 | + }; |
| 775 | + name = Release; |
| 776 | + }; |
632 | 777 | /* End XCBuildConfiguration section */ |
633 | 778 |
|
634 | 779 | /* Begin XCConfigurationList section */ |
|
659 | 804 | defaultConfigurationIsVisible = 0; |
660 | 805 | defaultConfigurationName = Release; |
661 | 806 | }; |
| 807 | + FF5F4FF21C18F0F400177A67 /* Build configuration list for PBXNativeTarget "KVNProgressKit" */ = { |
| 808 | + isa = XCConfigurationList; |
| 809 | + buildConfigurations = ( |
| 810 | + FF5F4FF01C18F0F400177A67 /* Debug */, |
| 811 | + FF5F4FF11C18F0F400177A67 /* Release */, |
| 812 | + ); |
| 813 | + defaultConfigurationIsVisible = 0; |
| 814 | + }; |
662 | 815 | /* End XCConfigurationList section */ |
663 | 816 | }; |
664 | 817 | rootObject = 0AA0DCDF1930DFAD00FDD29F /* Project object */; |
|
0 commit comments