Commit 983c1bc5863d0a9b5233ece9cbc6199e6cbd5126

Authored by yinqiaojuan
1 parent 0bafa1a4

第一次提交

Showing 60 changed files with 2992 additions and 1 deletions
.gitignore 0 → 100644
  1 +# OS X
  2 +.DS_Store
  3 +
  4 +# Xcode
  5 +build/
  6 +Products/
  7 +*.pbxuser
  8 +!default.pbxuser
  9 +*.mode1v3
  10 +!default.mode1v3
  11 +*.mode2v3
  12 +!default.mode2v3
  13 +*.perspectivev3
  14 +!default.perspectivev3
  15 +xcuserdata/
  16 +*.xccheckout
  17 +profile
  18 +*.moved-aside
  19 +DerivedData
  20 +*.hmap
  21 +*.ipa
  22 +
  23 +# Bundler
  24 +.bundle
  25 +
  26 +# Add this line if you want to avoid checking in source code from Carthage dependencies.
  27 +# Carthage/Checkouts
  28 +
  29 +Carthage/Build
  30 +
  31 +# We recommend against adding the Pods directory to your .gitignore. However
  32 +# you should judge for yourself, the pros and cons are mentioned at:
  33 +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  34 +#
  35 +# Note: if you ignore the Pods directory, make sure to uncomment
  36 +# `pod install` in .travis.yml
  37 +#
  38 +# Pods/
... ...
.travis.yml 0 → 100644
  1 +# references:
  2 +# * https://www.objc.io/issues/6-build-tools/travis-ci/
  3 +# * https://github.com/supermarin/xcpretty#usage
  4 +
  5 +osx_image: xcode7.3
  6 +language: objective-c
  7 +# cache: cocoapods
  8 +# podfile: Example/Podfile
  9 +# before_install:
  10 +# - gem install cocoapods # Since Travis is not always on latest version
  11 +# - pod install --project-directory=Example
  12 +script:
  13 +- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/CNLiveRefeshHeader.xcworkspace -scheme CNLiveRefeshHeader-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
  14 +- pod lib lint
... ...
CNLiveRefeshHeader.podspec 0 → 100644
  1 +#
  2 +# Be sure to run `pod lib lint CNLiveRefeshHeader.podspec' to ensure this is a
  3 +# valid spec before submitting.
  4 +#
  5 +# Any lines starting with a # are optional, but their use is encouraged
  6 +# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
  7 +#
  8 +
  9 +Pod::Spec.new do |s|
  10 + s.name = 'CNLiveRefeshHeader'
  11 + s.version = '0.1.0'
  12 + s.summary = 'A short description of CNLiveRefeshHeader.'
  13 +
  14 +# This description is used to generate tags and improve search results.
  15 +# * Think: What does it do? Why did you write it? What is the focus?
  16 +# * Try to keep it short, snappy and to the point.
  17 +# * Write the description between the DESC delimiters below.
  18 +# * Finally, don't worry about the indent, CocoaPods strips it!
  19 +
  20 + s.description = <<-DESC
  21 +TODO: Add long description of the pod here.
  22 + DESC
  23 +
  24 + s.homepage = 'https://github.com/殷巧娟/CNLiveRefeshHeader'
  25 + # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  26 + s.license = { :type => 'MIT', :file => 'LICENSE' }
  27 + s.author = { '殷巧娟' => '1427945373@qq.com' }
  28 + s.source = { :git => 'https://github.com/殷巧娟/CNLiveRefeshHeader.git', :tag => s.version.to_s }
  29 + # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  30 +
  31 + s.ios.deployment_target = '8.0'
  32 +
  33 + s.source_files = 'CNLiveRefeshHeader/Classes/**/*'
  34 +
  35 + # s.resource_bundles = {
  36 + # 'CNLiveRefeshHeader' => ['CNLiveRefeshHeader/Assets/*.png']
  37 + # }
  38 +
  39 + # s.public_header_files = 'Pod/Classes/**/*.h'
  40 + # s.frameworks = 'UIKit', 'MapKit'
  41 + # s.dependency 'AFNetworking', '~> 2.3'
  42 +end
... ...
CNLiveRefeshHeader/Assets/.gitkeep 0 → 100644
CNLiveRefeshHeader/Classes/.gitkeep 0 → 100644
CNLiveRefeshHeader/Classes/ReplaceMe.m 0 → 100644
Example/CNLiveRefeshHeader.xcodeproj/project.pbxproj 0 → 100644
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 46;
  7 + objects = {
  8 +
  9 +/* Begin PBXBuildFile section */
  10 + 41D66ED155E7D405DE7E40A7 /* Pods_CNLiveRefeshHeader_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A038442E309DD2C1B32E2DD4 /* Pods_CNLiveRefeshHeader_Example.framework */; };
  11 + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  12 + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
  13 + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  14 + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };
  15 + 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };
  16 + 6003F59E195388D20070C39A /* CNLiveAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* CNLiveAppDelegate.m */; };
  17 + 6003F5A7195388D20070C39A /* CNLiveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* CNLiveViewController.m */; };
  18 + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
  19 + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
  20 + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  21 + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  22 + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
  23 + 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
  24 + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
  25 + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
  26 + A92625EB36043D5587133553 /* Pods_CNLiveRefeshHeader_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE2F66B8F2F8AC6C6F1CC916 /* Pods_CNLiveRefeshHeader_Tests.framework */; };
  27 +/* End PBXBuildFile section */
  28 +
  29 +/* Begin PBXContainerItemProxy section */
  30 + 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
  31 + isa = PBXContainerItemProxy;
  32 + containerPortal = 6003F582195388D10070C39A /* Project object */;
  33 + proxyType = 1;
  34 + remoteGlobalIDString = 6003F589195388D20070C39A;
  35 + remoteInfo = CNLiveRefeshHeader;
  36 + };
  37 +/* End PBXContainerItemProxy section */
  38 +
  39 +/* Begin PBXFileReference section */
  40 + 206C49FAD2FBC65472F0B245 /* Pods-CNLiveRefeshHeader_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveRefeshHeader_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example.release.xcconfig"; sourceTree = "<group>"; };
  41 + 2EC258FB34840795986BB394 /* Pods-CNLiveRefeshHeader_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveRefeshHeader_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example.debug.xcconfig"; sourceTree = "<group>"; };
  42 + 38AD5FC6B5653A55CFF6AF37 /* CNLiveRefeshHeader.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = CNLiveRefeshHeader.podspec; path = ../CNLiveRefeshHeader.podspec; sourceTree = "<group>"; };
  43 + 6003F58A195388D20070C39A /* CNLiveRefeshHeader_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveRefeshHeader_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
  44 + 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  45 + 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  46 + 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  47 + 6003F595195388D20070C39A /* CNLiveRefeshHeader-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CNLiveRefeshHeader-Info.plist"; sourceTree = "<group>"; };
  48 + 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  49 + 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  50 + 6003F59B195388D20070C39A /* CNLiveRefeshHeader-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CNLiveRefeshHeader-Prefix.pch"; sourceTree = "<group>"; };
  51 + 6003F59C195388D20070C39A /* CNLiveAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNLiveAppDelegate.h; sourceTree = "<group>"; };
  52 + 6003F59D195388D20070C39A /* CNLiveAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CNLiveAppDelegate.m; sourceTree = "<group>"; };
  53 + 6003F5A5195388D20070C39A /* CNLiveViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNLiveViewController.h; sourceTree = "<group>"; };
  54 + 6003F5A6195388D20070C39A /* CNLiveViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CNLiveViewController.m; sourceTree = "<group>"; };
  55 + 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  56 + 6003F5AE195388D20070C39A /* CNLiveRefeshHeader_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CNLiveRefeshHeader_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  57 + 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  58 + 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
  59 + 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  60 + 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
  61 + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
  62 + 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  63 + 73A986DCB3E86FA81879391A /* Pods-CNLiveRefeshHeader_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveRefeshHeader_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  64 + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  65 + 9FEDF435609EC6ABA3ED68BF /* Pods-CNLiveRefeshHeader_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CNLiveRefeshHeader_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests.release.xcconfig"; sourceTree = "<group>"; };
  66 + A038442E309DD2C1B32E2DD4 /* Pods_CNLiveRefeshHeader_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveRefeshHeader_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  67 + B625FDE487441B5FBA4401E8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  68 + EB60BE8F605BB573066259CC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  69 + EE2F66B8F2F8AC6C6F1CC916 /* Pods_CNLiveRefeshHeader_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CNLiveRefeshHeader_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  70 +/* End PBXFileReference section */
  71 +
  72 +/* Begin PBXFrameworksBuildPhase section */
  73 + 6003F587195388D20070C39A /* Frameworks */ = {
  74 + isa = PBXFrameworksBuildPhase;
  75 + buildActionMask = 2147483647;
  76 + files = (
  77 + 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
  78 + 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
  79 + 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
  80 + 41D66ED155E7D405DE7E40A7 /* Pods_CNLiveRefeshHeader_Example.framework in Frameworks */,
  81 + );
  82 + runOnlyForDeploymentPostprocessing = 0;
  83 + };
  84 + 6003F5AB195388D20070C39A /* Frameworks */ = {
  85 + isa = PBXFrameworksBuildPhase;
  86 + buildActionMask = 2147483647;
  87 + files = (
  88 + 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
  89 + 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
  90 + 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
  91 + A92625EB36043D5587133553 /* Pods_CNLiveRefeshHeader_Tests.framework in Frameworks */,
  92 + );
  93 + runOnlyForDeploymentPostprocessing = 0;
  94 + };
  95 +/* End PBXFrameworksBuildPhase section */
  96 +
  97 +/* Begin PBXGroup section */
  98 + 36396AAF15C7B3463DD160E9 /* Pods */ = {
  99 + isa = PBXGroup;
  100 + children = (
  101 + 2EC258FB34840795986BB394 /* Pods-CNLiveRefeshHeader_Example.debug.xcconfig */,
  102 + 206C49FAD2FBC65472F0B245 /* Pods-CNLiveRefeshHeader_Example.release.xcconfig */,
  103 + 73A986DCB3E86FA81879391A /* Pods-CNLiveRefeshHeader_Tests.debug.xcconfig */,
  104 + 9FEDF435609EC6ABA3ED68BF /* Pods-CNLiveRefeshHeader_Tests.release.xcconfig */,
  105 + );
  106 + name = Pods;
  107 + sourceTree = "<group>";
  108 + };
  109 + 6003F581195388D10070C39A = {
  110 + isa = PBXGroup;
  111 + children = (
  112 + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
  113 + 6003F593195388D20070C39A /* Example for CNLiveRefeshHeader */,
  114 + 6003F5B5195388D20070C39A /* Tests */,
  115 + 6003F58C195388D20070C39A /* Frameworks */,
  116 + 6003F58B195388D20070C39A /* Products */,
  117 + 36396AAF15C7B3463DD160E9 /* Pods */,
  118 + );
  119 + sourceTree = "<group>";
  120 + };
  121 + 6003F58B195388D20070C39A /* Products */ = {
  122 + isa = PBXGroup;
  123 + children = (
  124 + 6003F58A195388D20070C39A /* CNLiveRefeshHeader_Example.app */,
  125 + 6003F5AE195388D20070C39A /* CNLiveRefeshHeader_Tests.xctest */,
  126 + );
  127 + name = Products;
  128 + sourceTree = "<group>";
  129 + };
  130 + 6003F58C195388D20070C39A /* Frameworks */ = {
  131 + isa = PBXGroup;
  132 + children = (
  133 + 6003F58D195388D20070C39A /* Foundation.framework */,
  134 + 6003F58F195388D20070C39A /* CoreGraphics.framework */,
  135 + 6003F591195388D20070C39A /* UIKit.framework */,
  136 + 6003F5AF195388D20070C39A /* XCTest.framework */,
  137 + A038442E309DD2C1B32E2DD4 /* Pods_CNLiveRefeshHeader_Example.framework */,
  138 + EE2F66B8F2F8AC6C6F1CC916 /* Pods_CNLiveRefeshHeader_Tests.framework */,
  139 + );
  140 + name = Frameworks;
  141 + sourceTree = "<group>";
  142 + };
  143 + 6003F593195388D20070C39A /* Example for CNLiveRefeshHeader */ = {
  144 + isa = PBXGroup;
  145 + children = (
  146 + 6003F59C195388D20070C39A /* CNLiveAppDelegate.h */,
  147 + 6003F59D195388D20070C39A /* CNLiveAppDelegate.m */,
  148 + 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */,
  149 + 6003F5A5195388D20070C39A /* CNLiveViewController.h */,
  150 + 6003F5A6195388D20070C39A /* CNLiveViewController.m */,
  151 + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */,
  152 + 6003F5A8195388D20070C39A /* Images.xcassets */,
  153 + 6003F594195388D20070C39A /* Supporting Files */,
  154 + );
  155 + name = "Example for CNLiveRefeshHeader";
  156 + path = CNLiveRefeshHeader;
  157 + sourceTree = "<group>";
  158 + };
  159 + 6003F594195388D20070C39A /* Supporting Files */ = {
  160 + isa = PBXGroup;
  161 + children = (
  162 + 6003F595195388D20070C39A /* CNLiveRefeshHeader-Info.plist */,
  163 + 6003F596195388D20070C39A /* InfoPlist.strings */,
  164 + 6003F599195388D20070C39A /* main.m */,
  165 + 6003F59B195388D20070C39A /* CNLiveRefeshHeader-Prefix.pch */,
  166 + );
  167 + name = "Supporting Files";
  168 + sourceTree = "<group>";
  169 + };
  170 + 6003F5B5195388D20070C39A /* Tests */ = {
  171 + isa = PBXGroup;
  172 + children = (
  173 + 6003F5BB195388D20070C39A /* Tests.m */,
  174 + 6003F5B6195388D20070C39A /* Supporting Files */,
  175 + );
  176 + path = Tests;
  177 + sourceTree = "<group>";
  178 + };
  179 + 6003F5B6195388D20070C39A /* Supporting Files */ = {
  180 + isa = PBXGroup;
  181 + children = (
  182 + 6003F5B7195388D20070C39A /* Tests-Info.plist */,
  183 + 6003F5B8195388D20070C39A /* InfoPlist.strings */,
  184 + 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,
  185 + );
  186 + name = "Supporting Files";
  187 + sourceTree = "<group>";
  188 + };
  189 + 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
  190 + isa = PBXGroup;
  191 + children = (
  192 + 38AD5FC6B5653A55CFF6AF37 /* CNLiveRefeshHeader.podspec */,
  193 + B625FDE487441B5FBA4401E8 /* README.md */,
  194 + EB60BE8F605BB573066259CC /* LICENSE */,
  195 + );
  196 + name = "Podspec Metadata";
  197 + sourceTree = "<group>";
  198 + };
  199 +/* End PBXGroup section */
  200 +
  201 +/* Begin PBXNativeTarget section */
  202 + 6003F589195388D20070C39A /* CNLiveRefeshHeader_Example */ = {
  203 + isa = PBXNativeTarget;
  204 + buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "CNLiveRefeshHeader_Example" */;
  205 + buildPhases = (
  206 + 9E14C1C76626ACA2CA39777E /* [CP] Check Pods Manifest.lock */,
  207 + 6003F586195388D20070C39A /* Sources */,
  208 + 6003F587195388D20070C39A /* Frameworks */,
  209 + 6003F588195388D20070C39A /* Resources */,
  210 + E21F0CA055705ECD13F60AEF /* [CP] Embed Pods Frameworks */,
  211 + );
  212 + buildRules = (
  213 + );
  214 + dependencies = (
  215 + );
  216 + name = CNLiveRefeshHeader_Example;
  217 + productName = CNLiveRefeshHeader;
  218 + productReference = 6003F58A195388D20070C39A /* CNLiveRefeshHeader_Example.app */;
  219 + productType = "com.apple.product-type.application";
  220 + };
  221 + 6003F5AD195388D20070C39A /* CNLiveRefeshHeader_Tests */ = {
  222 + isa = PBXNativeTarget;
  223 + buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "CNLiveRefeshHeader_Tests" */;
  224 + buildPhases = (
  225 + 31DA4C6CF1AA7E61055F6E5B /* [CP] Check Pods Manifest.lock */,
  226 + 6003F5AA195388D20070C39A /* Sources */,
  227 + 6003F5AB195388D20070C39A /* Frameworks */,
  228 + 6003F5AC195388D20070C39A /* Resources */,
  229 + );
  230 + buildRules = (
  231 + );
  232 + dependencies = (
  233 + 6003F5B4195388D20070C39A /* PBXTargetDependency */,
  234 + );
  235 + name = CNLiveRefeshHeader_Tests;
  236 + productName = CNLiveRefeshHeaderTests;
  237 + productReference = 6003F5AE195388D20070C39A /* CNLiveRefeshHeader_Tests.xctest */;
  238 + productType = "com.apple.product-type.bundle.unit-test";
  239 + };
  240 +/* End PBXNativeTarget section */
  241 +
  242 +/* Begin PBXProject section */
  243 + 6003F582195388D10070C39A /* Project object */ = {
  244 + isa = PBXProject;
  245 + attributes = {
  246 + CLASSPREFIX = CNLive;
  247 + LastUpgradeCheck = 0720;
  248 + ORGANIZATIONNAME = "殷巧娟";
  249 + TargetAttributes = {
  250 + 6003F5AD195388D20070C39A = {
  251 + TestTargetID = 6003F589195388D20070C39A;
  252 + };
  253 + };
  254 + };
  255 + buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "CNLiveRefeshHeader" */;
  256 + compatibilityVersion = "Xcode 3.2";
  257 + developmentRegion = English;
  258 + hasScannedForEncodings = 0;
  259 + knownRegions = (
  260 + en,
  261 + Base,
  262 + );
  263 + mainGroup = 6003F581195388D10070C39A;
  264 + productRefGroup = 6003F58B195388D20070C39A /* Products */;
  265 + projectDirPath = "";
  266 + projectRoot = "";
  267 + targets = (
  268 + 6003F589195388D20070C39A /* CNLiveRefeshHeader_Example */,
  269 + 6003F5AD195388D20070C39A /* CNLiveRefeshHeader_Tests */,
  270 + );
  271 + };
  272 +/* End PBXProject section */
  273 +
  274 +/* Begin PBXResourcesBuildPhase section */
  275 + 6003F588195388D20070C39A /* Resources */ = {
  276 + isa = PBXResourcesBuildPhase;
  277 + buildActionMask = 2147483647;
  278 + files = (
  279 + 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */,
  280 + 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */,
  281 + 6003F5A9195388D20070C39A /* Images.xcassets in Resources */,
  282 + 6003F598195388D20070C39A /* InfoPlist.strings in Resources */,
  283 + );
  284 + runOnlyForDeploymentPostprocessing = 0;
  285 + };
  286 + 6003F5AC195388D20070C39A /* Resources */ = {
  287 + isa = PBXResourcesBuildPhase;
  288 + buildActionMask = 2147483647;
  289 + files = (
  290 + 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
  291 + );
  292 + runOnlyForDeploymentPostprocessing = 0;
  293 + };
  294 +/* End PBXResourcesBuildPhase section */
  295 +
  296 +/* Begin PBXShellScriptBuildPhase section */
  297 + 31DA4C6CF1AA7E61055F6E5B /* [CP] Check Pods Manifest.lock */ = {
  298 + isa = PBXShellScriptBuildPhase;
  299 + buildActionMask = 2147483647;
  300 + files = (
  301 + );
  302 + inputFileListPaths = (
  303 + );
  304 + inputPaths = (
  305 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  306 + "${PODS_ROOT}/Manifest.lock",
  307 + );
  308 + name = "[CP] Check Pods Manifest.lock";
  309 + outputFileListPaths = (
  310 + );
  311 + outputPaths = (
  312 + "$(DERIVED_FILE_DIR)/Pods-CNLiveRefeshHeader_Tests-checkManifestLockResult.txt",
  313 + );
  314 + runOnlyForDeploymentPostprocessing = 0;
  315 + shellPath = /bin/sh;
  316 + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  317 + showEnvVarsInLog = 0;
  318 + };
  319 + 9E14C1C76626ACA2CA39777E /* [CP] Check Pods Manifest.lock */ = {
  320 + isa = PBXShellScriptBuildPhase;
  321 + buildActionMask = 2147483647;
  322 + files = (
  323 + );
  324 + inputFileListPaths = (
  325 + );
  326 + inputPaths = (
  327 + "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  328 + "${PODS_ROOT}/Manifest.lock",
  329 + );
  330 + name = "[CP] Check Pods Manifest.lock";
  331 + outputFileListPaths = (
  332 + );
  333 + outputPaths = (
  334 + "$(DERIVED_FILE_DIR)/Pods-CNLiveRefeshHeader_Example-checkManifestLockResult.txt",
  335 + );
  336 + runOnlyForDeploymentPostprocessing = 0;
  337 + shellPath = /bin/sh;
  338 + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  339 + showEnvVarsInLog = 0;
  340 + };
  341 + E21F0CA055705ECD13F60AEF /* [CP] Embed Pods Frameworks */ = {
  342 + isa = PBXShellScriptBuildPhase;
  343 + buildActionMask = 2147483647;
  344 + files = (
  345 + );
  346 + inputFileListPaths = (
  347 + );
  348 + inputPaths = (
  349 + "${SRCROOT}/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example-frameworks.sh",
  350 + "${BUILT_PRODUCTS_DIR}/CNLiveRefeshHeader/CNLiveRefeshHeader.framework",
  351 + );
  352 + name = "[CP] Embed Pods Frameworks";
  353 + outputFileListPaths = (
  354 + );
  355 + outputPaths = (
  356 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRefeshHeader.framework",
  357 + );
  358 + runOnlyForDeploymentPostprocessing = 0;
  359 + shellPath = /bin/sh;
  360 + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example-frameworks.sh\"\n";
  361 + showEnvVarsInLog = 0;
  362 + };
  363 +/* End PBXShellScriptBuildPhase section */
  364 +
  365 +/* Begin PBXSourcesBuildPhase section */
  366 + 6003F586195388D20070C39A /* Sources */ = {
  367 + isa = PBXSourcesBuildPhase;
  368 + buildActionMask = 2147483647;
  369 + files = (
  370 + 6003F59E195388D20070C39A /* CNLiveAppDelegate.m in Sources */,
  371 + 6003F5A7195388D20070C39A /* CNLiveViewController.m in Sources */,
  372 + 6003F59A195388D20070C39A /* main.m in Sources */,
  373 + );
  374 + runOnlyForDeploymentPostprocessing = 0;
  375 + };
  376 + 6003F5AA195388D20070C39A /* Sources */ = {
  377 + isa = PBXSourcesBuildPhase;
  378 + buildActionMask = 2147483647;
  379 + files = (
  380 + 6003F5BC195388D20070C39A /* Tests.m in Sources */,
  381 + );
  382 + runOnlyForDeploymentPostprocessing = 0;
  383 + };
  384 +/* End PBXSourcesBuildPhase section */
  385 +
  386 +/* Begin PBXTargetDependency section */
  387 + 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
  388 + isa = PBXTargetDependency;
  389 + target = 6003F589195388D20070C39A /* CNLiveRefeshHeader_Example */;
  390 + targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
  391 + };
  392 +/* End PBXTargetDependency section */
  393 +
  394 +/* Begin PBXVariantGroup section */
  395 + 6003F596195388D20070C39A /* InfoPlist.strings */ = {
  396 + isa = PBXVariantGroup;
  397 + children = (
  398 + 6003F597195388D20070C39A /* en */,
  399 + );
  400 + name = InfoPlist.strings;
  401 + sourceTree = "<group>";
  402 + };
  403 + 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
  404 + isa = PBXVariantGroup;
  405 + children = (
  406 + 6003F5B9195388D20070C39A /* en */,
  407 + );
  408 + name = InfoPlist.strings;
  409 + sourceTree = "<group>";
  410 + };
  411 + 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
  412 + isa = PBXVariantGroup;
  413 + children = (
  414 + 71719F9E1E33DC2100824A3D /* Base */,
  415 + );
  416 + name = LaunchScreen.storyboard;
  417 + sourceTree = "<group>";
  418 + };
  419 +/* End PBXVariantGroup section */
  420 +
  421 +/* Begin XCBuildConfiguration section */
  422 + 6003F5BD195388D20070C39A /* Debug */ = {
  423 + isa = XCBuildConfiguration;
  424 + buildSettings = {
  425 + ALWAYS_SEARCH_USER_PATHS = NO;
  426 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  427 + CLANG_CXX_LIBRARY = "libc++";
  428 + CLANG_ENABLE_MODULES = YES;
  429 + CLANG_ENABLE_OBJC_ARC = YES;
  430 + CLANG_WARN_BOOL_CONVERSION = YES;
  431 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  432 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  433 + CLANG_WARN_EMPTY_BODY = YES;
  434 + CLANG_WARN_ENUM_CONVERSION = YES;
  435 + CLANG_WARN_INT_CONVERSION = YES;
  436 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  437 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  438 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  439 + COPY_PHASE_STRIP = NO;
  440 + ENABLE_TESTABILITY = YES;
  441 + GCC_C_LANGUAGE_STANDARD = gnu99;
  442 + GCC_DYNAMIC_NO_PIC = NO;
  443 + GCC_OPTIMIZATION_LEVEL = 0;
  444 + GCC_PREPROCESSOR_DEFINITIONS = (
  445 + "DEBUG=1",
  446 + "$(inherited)",
  447 + );
  448 + GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  449 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  450 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  451 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  452 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  453 + GCC_WARN_UNUSED_FUNCTION = YES;
  454 + GCC_WARN_UNUSED_VARIABLE = YES;
  455 + IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  456 + ONLY_ACTIVE_ARCH = YES;
  457 + SDKROOT = iphoneos;
  458 + TARGETED_DEVICE_FAMILY = "1,2";
  459 + };
  460 + name = Debug;
  461 + };
  462 + 6003F5BE195388D20070C39A /* Release */ = {
  463 + isa = XCBuildConfiguration;
  464 + buildSettings = {
  465 + ALWAYS_SEARCH_USER_PATHS = NO;
  466 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  467 + CLANG_CXX_LIBRARY = "libc++";
  468 + CLANG_ENABLE_MODULES = YES;
  469 + CLANG_ENABLE_OBJC_ARC = YES;
  470 + CLANG_WARN_BOOL_CONVERSION = YES;
  471 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  472 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  473 + CLANG_WARN_EMPTY_BODY = YES;
  474 + CLANG_WARN_ENUM_CONVERSION = YES;
  475 + CLANG_WARN_INT_CONVERSION = YES;
  476 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  477 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  478 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  479 + COPY_PHASE_STRIP = YES;
  480 + ENABLE_NS_ASSERTIONS = NO;
  481 + GCC_C_LANGUAGE_STANDARD = gnu99;
  482 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  483 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  484 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  485 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  486 + GCC_WARN_UNUSED_FUNCTION = YES;
  487 + GCC_WARN_UNUSED_VARIABLE = YES;
  488 + IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  489 + SDKROOT = iphoneos;
  490 + TARGETED_DEVICE_FAMILY = "1,2";
  491 + VALIDATE_PRODUCT = YES;
  492 + };
  493 + name = Release;
  494 + };
  495 + 6003F5C0195388D20070C39A /* Debug */ = {
  496 + isa = XCBuildConfiguration;
  497 + baseConfigurationReference = 2EC258FB34840795986BB394 /* Pods-CNLiveRefeshHeader_Example.debug.xcconfig */;
  498 + buildSettings = {
  499 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  500 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  501 + GCC_PREFIX_HEADER = "CNLiveRefeshHeader/CNLiveRefeshHeader-Prefix.pch";
  502 + INFOPLIST_FILE = "CNLiveRefeshHeader/CNLiveRefeshHeader-Info.plist";
  503 + MODULE_NAME = ExampleApp;
  504 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  505 + PRODUCT_NAME = "$(TARGET_NAME)";
  506 + WRAPPER_EXTENSION = app;
  507 + };
  508 + name = Debug;
  509 + };
  510 + 6003F5C1195388D20070C39A /* Release */ = {
  511 + isa = XCBuildConfiguration;
  512 + baseConfigurationReference = 206C49FAD2FBC65472F0B245 /* Pods-CNLiveRefeshHeader_Example.release.xcconfig */;
  513 + buildSettings = {
  514 + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  515 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  516 + GCC_PREFIX_HEADER = "CNLiveRefeshHeader/CNLiveRefeshHeader-Prefix.pch";
  517 + INFOPLIST_FILE = "CNLiveRefeshHeader/CNLiveRefeshHeader-Info.plist";
  518 + MODULE_NAME = ExampleApp;
  519 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  520 + PRODUCT_NAME = "$(TARGET_NAME)";
  521 + WRAPPER_EXTENSION = app;
  522 + };
  523 + name = Release;
  524 + };
  525 + 6003F5C3195388D20070C39A /* Debug */ = {
  526 + isa = XCBuildConfiguration;
  527 + baseConfigurationReference = 73A986DCB3E86FA81879391A /* Pods-CNLiveRefeshHeader_Tests.debug.xcconfig */;
  528 + buildSettings = {
  529 + BUNDLE_LOADER = "$(TEST_HOST)";
  530 + FRAMEWORK_SEARCH_PATHS = (
  531 + "$(SDKROOT)/Developer/Library/Frameworks",
  532 + "$(inherited)",
  533 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  534 + );
  535 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  536 + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  537 + GCC_PREPROCESSOR_DEFINITIONS = (
  538 + "DEBUG=1",
  539 + "$(inherited)",
  540 + );
  541 + INFOPLIST_FILE = "Tests/Tests-Info.plist";
  542 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  543 + PRODUCT_NAME = "$(TARGET_NAME)";
  544 + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CNLiveRefeshHeader_Example.app/CNLiveRefeshHeader_Example";
  545 + WRAPPER_EXTENSION = xctest;
  546 + };
  547 + name = Debug;
  548 + };
  549 + 6003F5C4195388D20070C39A /* Release */ = {
  550 + isa = XCBuildConfiguration;
  551 + baseConfigurationReference = 9FEDF435609EC6ABA3ED68BF /* Pods-CNLiveRefeshHeader_Tests.release.xcconfig */;
  552 + buildSettings = {
  553 + BUNDLE_LOADER = "$(TEST_HOST)";
  554 + FRAMEWORK_SEARCH_PATHS = (
  555 + "$(SDKROOT)/Developer/Library/Frameworks",
  556 + "$(inherited)",
  557 + "$(DEVELOPER_FRAMEWORKS_DIR)",
  558 + );
  559 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
  560 + GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  561 + INFOPLIST_FILE = "Tests/Tests-Info.plist";
  562 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  563 + PRODUCT_NAME = "$(TARGET_NAME)";
  564 + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CNLiveRefeshHeader_Example.app/CNLiveRefeshHeader_Example";
  565 + WRAPPER_EXTENSION = xctest;
  566 + };
  567 + name = Release;
  568 + };
  569 +/* End XCBuildConfiguration section */
  570 +
  571 +/* Begin XCConfigurationList section */
  572 + 6003F585195388D10070C39A /* Build configuration list for PBXProject "CNLiveRefeshHeader" */ = {
  573 + isa = XCConfigurationList;
  574 + buildConfigurations = (
  575 + 6003F5BD195388D20070C39A /* Debug */,
  576 + 6003F5BE195388D20070C39A /* Release */,
  577 + );
  578 + defaultConfigurationIsVisible = 0;
  579 + defaultConfigurationName = Release;
  580 + };
  581 + 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "CNLiveRefeshHeader_Example" */ = {
  582 + isa = XCConfigurationList;
  583 + buildConfigurations = (
  584 + 6003F5C0195388D20070C39A /* Debug */,
  585 + 6003F5C1195388D20070C39A /* Release */,
  586 + );
  587 + defaultConfigurationIsVisible = 0;
  588 + defaultConfigurationName = Release;
  589 + };
  590 + 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "CNLiveRefeshHeader_Tests" */ = {
  591 + isa = XCConfigurationList;
  592 + buildConfigurations = (
  593 + 6003F5C3195388D20070C39A /* Debug */,
  594 + 6003F5C4195388D20070C39A /* Release */,
  595 + );
  596 + defaultConfigurationIsVisible = 0;
  597 + defaultConfigurationName = Release;
  598 + };
  599 +/* End XCConfigurationList section */
  600 + };
  601 + rootObject = 6003F582195388D10070C39A /* Project object */;
  602 +}
... ...
Example/CNLiveRefeshHeader.xcodeproj/project.xcworkspace/contents.xcworkspacedata 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "self:CNLiveRefeshHeader.xcodeproj">
  6 + </FileRef>
  7 +</Workspace>
... ...
Example/CNLiveRefeshHeader.xcodeproj/xcshareddata/xcschemes/CNLiveRefeshHeader-Example.xcscheme 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Scheme
  3 + LastUpgradeVersion = "0720"
  4 + version = "1.3">
  5 + <BuildAction
  6 + parallelizeBuildables = "YES"
  7 + buildImplicitDependencies = "YES">
  8 + <BuildActionEntries>
  9 + <BuildActionEntry
  10 + buildForTesting = "YES"
  11 + buildForRunning = "YES"
  12 + buildForProfiling = "YES"
  13 + buildForArchiving = "YES"
  14 + buildForAnalyzing = "YES">
  15 + <BuildableReference
  16 + BuildableIdentifier = "primary"
  17 + BlueprintIdentifier = "6003F589195388D20070C39A"
  18 + BuildableName = "CNLiveRefeshHeader_Example.app"
  19 + BlueprintName = "CNLiveRefeshHeader_Example"
  20 + ReferencedContainer = "container:CNLiveRefeshHeader.xcodeproj">
  21 + </BuildableReference>
  22 + </BuildActionEntry>
  23 + </BuildActionEntries>
  24 + </BuildAction>
  25 + <TestAction
  26 + buildConfiguration = "Debug"
  27 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  28 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  29 + shouldUseLaunchSchemeArgsEnv = "YES">
  30 + <Testables>
  31 + <TestableReference
  32 + skipped = "NO">
  33 + <BuildableReference
  34 + BuildableIdentifier = "primary"
  35 + BlueprintIdentifier = "6003F5AD195388D20070C39A"
  36 + BuildableName = "CNLiveRefeshHeader_Tests.xctest"
  37 + BlueprintName = "CNLiveRefeshHeader_Tests"
  38 + ReferencedContainer = "container:CNLiveRefeshHeader.xcodeproj">
  39 + </BuildableReference>
  40 + </TestableReference>
  41 + </Testables>
  42 + <MacroExpansion>
  43 + <BuildableReference
  44 + BuildableIdentifier = "primary"
  45 + BlueprintIdentifier = "6003F589195388D20070C39A"
  46 + BuildableName = "CNLiveRefeshHeader_Example.app"
  47 + BlueprintName = "CNLiveRefeshHeader_Example"
  48 + ReferencedContainer = "container:CNLiveRefeshHeader.xcodeproj">
  49 + </BuildableReference>
  50 + </MacroExpansion>
  51 + <AdditionalOptions>
  52 + </AdditionalOptions>
  53 + </TestAction>
  54 + <LaunchAction
  55 + buildConfiguration = "Debug"
  56 + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  57 + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  58 + launchStyle = "0"
  59 + useCustomWorkingDirectory = "NO"
  60 + ignoresPersistentStateOnLaunch = "NO"
  61 + debugDocumentVersioning = "YES"
  62 + debugServiceExtension = "internal"
  63 + allowLocationSimulation = "YES">
  64 + <BuildableProductRunnable
  65 + runnableDebuggingMode = "0">
  66 + <BuildableReference
  67 + BuildableIdentifier = "primary"
  68 + BlueprintIdentifier = "6003F589195388D20070C39A"
  69 + BuildableName = "CNLiveRefeshHeader_Example.app"
  70 + BlueprintName = "CNLiveRefeshHeader_Example"
  71 + ReferencedContainer = "container:CNLiveRefeshHeader.xcodeproj">
  72 + </BuildableReference>
  73 + </BuildableProductRunnable>
  74 + <AdditionalOptions>
  75 + </AdditionalOptions>
  76 + </LaunchAction>
  77 + <ProfileAction
  78 + buildConfiguration = "Release"
  79 + shouldUseLaunchSchemeArgsEnv = "YES"
  80 + savedToolIdentifier = ""
  81 + useCustomWorkingDirectory = "NO"
  82 + debugDocumentVersioning = "YES">
  83 + <BuildableProductRunnable
  84 + runnableDebuggingMode = "0">
  85 + <BuildableReference
  86 + BuildableIdentifier = "primary"
  87 + BlueprintIdentifier = "6003F589195388D20070C39A"
  88 + BuildableName = "CNLiveRefeshHeader_Example.app"
  89 + BlueprintName = "CNLiveRefeshHeader_Example"
  90 + ReferencedContainer = "container:CNLiveRefeshHeader.xcodeproj">
  91 + </BuildableReference>
  92 + </BuildableProductRunnable>
  93 + </ProfileAction>
  94 + <AnalyzeAction
  95 + buildConfiguration = "Debug">
  96 + </AnalyzeAction>
  97 + <ArchiveAction
  98 + buildConfiguration = "Release"
  99 + revealArchiveInOrganizer = "YES">
  100 + </ArchiveAction>
  101 +</Scheme>
... ...
Example/CNLiveRefeshHeader.xcworkspace/contents.xcworkspacedata 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Workspace
  3 + version = "1.0">
  4 + <FileRef
  5 + location = "group:CNLiveRefeshHeader.xcodeproj">
  6 + </FileRef>
  7 + <FileRef
  8 + location = "group:Pods/Pods.xcodeproj">
  9 + </FileRef>
  10 +</Workspace>
... ...
Example/CNLiveRefeshHeader.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>IDEDidComputeMac32BitWarning</key>
  6 + <true/>
  7 +</dict>
  8 +</plist>
... ...
Example/CNLiveRefeshHeader/Base.lproj/LaunchScreen.storyboard 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3 + <device id="retina4_7" orientation="portrait">
  4 + <adaptation id="fullscreen"/>
  5 + </device>
  6 + <dependencies>
  7 + <deployment identifier="iOS"/>
  8 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10 + </dependencies>
  11 + <scenes>
  12 + <!--View Controller-->
  13 + <scene sceneID="EHf-IW-A2E">
  14 + <objects>
  15 + <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  16 + <layoutGuides>
  17 + <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
  18 + <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
  19 + </layoutGuides>
  20 + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  21 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24 + </view>
  25 + </viewController>
  26 + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  27 + </objects>
  28 + <point key="canvasLocation" x="53" y="375"/>
  29 + </scene>
  30 + </scenes>
  31 +</document>
... ...
Example/CNLiveRefeshHeader/Base.lproj/Main.storyboard 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="whP-gf-Uak">
  3 + <device id="retina4_7" orientation="portrait">
  4 + <adaptation id="fullscreen"/>
  5 + </device>
  6 + <dependencies>
  7 + <deployment identifier="iOS"/>
  8 + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9 + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10 + </dependencies>
  11 + <scenes>
  12 + <!--View Controller-->
  13 + <scene sceneID="wQg-tq-qST">
  14 + <objects>
  15 + <viewController id="whP-gf-Uak" customClass="CNLiveViewController" sceneMemberID="viewController">
  16 + <layoutGuides>
  17 + <viewControllerLayoutGuide type="top" id="uEw-UM-LJ8"/>
  18 + <viewControllerLayoutGuide type="bottom" id="Mvr-aV-6Um"/>
  19 + </layoutGuides>
  20 + <view key="view" contentMode="scaleToFill" id="TpU-gO-2f1">
  21 + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22 + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23 + <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24 + </view>
  25 + </viewController>
  26 + <placeholder placeholderIdentifier="IBFirstResponder" id="tc2-Qw-aMS" userLabel="First Responder" sceneMemberID="firstResponder"/>
  27 + </objects>
  28 + <point key="canvasLocation" x="305" y="433"/>
  29 + </scene>
  30 + </scenes>
  31 +</document>
... ...
Example/CNLiveRefeshHeader/CNLiveAppDelegate.h 0 → 100644
  1 +//
  2 +// CNLiveAppDelegate.h
  3 +// CNLiveRefeshHeader
  4 +//
  5 +// Created by 殷巧娟 on 12/07/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +
  11 +@interface CNLiveAppDelegate : UIResponder <UIApplicationDelegate>
  12 +
  13 +@property (strong, nonatomic) UIWindow *window;
  14 +
  15 +@end
... ...
Example/CNLiveRefeshHeader/CNLiveAppDelegate.m 0 → 100644
  1 +//
  2 +// CNLiveAppDelegate.m
  3 +// CNLiveRefeshHeader
  4 +//
  5 +// Created by 殷巧娟 on 12/07/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +#import "CNLiveAppDelegate.h"
  10 +
  11 +@implementation CNLiveAppDelegate
  12 +
  13 +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  14 +{
  15 + // Override point for customization after application launch.
  16 + return YES;
  17 +}
  18 +
  19 +- (void)applicationWillResignActive:(UIApplication *)application
  20 +{
  21 + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
  22 + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
  23 +}
  24 +
  25 +- (void)applicationDidEnterBackground:(UIApplication *)application
  26 +{
  27 + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
  28 + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
  29 +}
  30 +
  31 +- (void)applicationWillEnterForeground:(UIApplication *)application
  32 +{
  33 + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
  34 +}
  35 +
  36 +- (void)applicationDidBecomeActive:(UIApplication *)application
  37 +{
  38 + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
  39 +}
  40 +
  41 +- (void)applicationWillTerminate:(UIApplication *)application
  42 +{
  43 + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
  44 +}
  45 +
  46 +@end
... ...
Example/CNLiveRefeshHeader/CNLiveRefeshHeader-Info.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleDisplayName</key>
  8 + <string>${PRODUCT_NAME}</string>
  9 + <key>CFBundleExecutable</key>
  10 + <string>${EXECUTABLE_NAME}</string>
  11 + <key>CFBundleIdentifier</key>
  12 + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13 + <key>CFBundleInfoDictionaryVersion</key>
  14 + <string>6.0</string>
  15 + <key>CFBundleName</key>
  16 + <string>${PRODUCT_NAME}</string>
  17 + <key>CFBundlePackageType</key>
  18 + <string>APPL</string>
  19 + <key>CFBundleShortVersionString</key>
  20 + <string>1.0</string>
  21 + <key>CFBundleSignature</key>
  22 + <string>????</string>
  23 + <key>CFBundleVersion</key>
  24 + <string>1.0</string>
  25 + <key>LSRequiresIPhoneOS</key>
  26 + <true/>
  27 + <key>UILaunchStoryboardName</key>
  28 + <string>LaunchScreen</string>
  29 + <key>UIMainStoryboardFile</key>
  30 + <string>Main</string>
  31 + <key>UIRequiredDeviceCapabilities</key>
  32 + <array>
  33 + <string>armv7</string>
  34 + </array>
  35 + <key>UISupportedInterfaceOrientations</key>
  36 + <array>
  37 + <string>UIInterfaceOrientationPortrait</string>
  38 + <string>UIInterfaceOrientationLandscapeLeft</string>
  39 + <string>UIInterfaceOrientationLandscapeRight</string>
  40 + </array>
  41 + <key>UISupportedInterfaceOrientations~ipad</key>
  42 + <array>
  43 + <string>UIInterfaceOrientationPortrait</string>
  44 + <string>UIInterfaceOrientationPortraitUpsideDown</string>
  45 + <string>UIInterfaceOrientationLandscapeLeft</string>
  46 + <string>UIInterfaceOrientationLandscapeRight</string>
  47 + </array>
  48 +</dict>
  49 +</plist>
... ...
Example/CNLiveRefeshHeader/CNLiveRefeshHeader-Prefix.pch 0 → 100644
  1 +//
  2 +// Prefix header
  3 +//
  4 +// The contents of this file are implicitly included at the beginning of every source file.
  5 +//
  6 +
  7 +#import <Availability.h>
  8 +
  9 +#ifndef __IPHONE_5_0
  10 +#warning "This project uses features only available in iOS SDK 5.0 and later."
  11 +#endif
  12 +
  13 +#ifdef __OBJC__
  14 + @import UIKit;
  15 + @import Foundation;
  16 +#endif
... ...
Example/CNLiveRefeshHeader/CNLiveViewController.h 0 → 100644
  1 +//
  2 +// CNLiveViewController.h
  3 +// CNLiveRefeshHeader
  4 +//
  5 +// Created by 殷巧娟 on 12/07/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +
  11 +@interface CNLiveViewController : UIViewController
  12 +
  13 +@end
... ...
Example/CNLiveRefeshHeader/CNLiveViewController.m 0 → 100644
  1 +//
  2 +// CNLiveViewController.m
  3 +// CNLiveRefeshHeader
  4 +//
  5 +// Created by 殷巧娟 on 12/07/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +#import "CNLiveViewController.h"
  10 +
  11 +@interface CNLiveViewController ()
  12 +
  13 +@end
  14 +
  15 +@implementation CNLiveViewController
  16 +
  17 +- (void)viewDidLoad
  18 +{
  19 + [super viewDidLoad];
  20 + // Do any additional setup after loading the view, typically from a nib.
  21 +}
  22 +
  23 +- (void)didReceiveMemoryWarning
  24 +{
  25 + [super didReceiveMemoryWarning];
  26 + // Dispose of any resources that can be recreated.
  27 +}
  28 +
  29 +@end
... ...
Example/CNLiveRefeshHeader/Images.xcassets/AppIcon.appiconset/Contents.json 0 → 100644
  1 +{
  2 + "images" : [
  3 + {
  4 + "idiom" : "iphone",
  5 + "size" : "20x20",
  6 + "scale" : "2x"
  7 + },
  8 + {
  9 + "idiom" : "iphone",
  10 + "size" : "20x20",
  11 + "scale" : "3x"
  12 + },
  13 + {
  14 + "idiom" : "iphone",
  15 + "size" : "29x29",
  16 + "scale" : "2x"
  17 + },
  18 + {
  19 + "idiom" : "iphone",
  20 + "size" : "29x29",
  21 + "scale" : "3x"
  22 + },
  23 + {
  24 + "idiom" : "iphone",
  25 + "size" : "40x40",
  26 + "scale" : "2x"
  27 + },
  28 + {
  29 + "idiom" : "iphone",
  30 + "size" : "40x40",
  31 + "scale" : "3x"
  32 + },
  33 + {
  34 + "idiom" : "iphone",
  35 + "size" : "60x60",
  36 + "scale" : "2x"
  37 + },
  38 + {
  39 + "idiom" : "iphone",
  40 + "size" : "60x60",
  41 + "scale" : "3x"
  42 + },
  43 + {
  44 + "idiom" : "ipad",
  45 + "size" : "20x20",
  46 + "scale" : "1x"
  47 + },
  48 + {
  49 + "idiom" : "ipad",
  50 + "size" : "20x20",
  51 + "scale" : "2x"
  52 + },
  53 + {
  54 + "idiom" : "ipad",
  55 + "size" : "29x29",
  56 + "scale" : "1x"
  57 + },
  58 + {
  59 + "idiom" : "ipad",
  60 + "size" : "29x29",
  61 + "scale" : "2x"
  62 + },
  63 + {
  64 + "idiom" : "ipad",
  65 + "size" : "40x40",
  66 + "scale" : "1x"
  67 + },
  68 + {
  69 + "idiom" : "ipad",
  70 + "size" : "40x40",
  71 + "scale" : "2x"
  72 + },
  73 + {
  74 + "idiom" : "ipad",
  75 + "size" : "76x76",
  76 + "scale" : "1x"
  77 + },
  78 + {
  79 + "idiom" : "ipad",
  80 + "size" : "76x76",
  81 + "scale" : "2x"
  82 + },
  83 + {
  84 + "idiom" : "ipad",
  85 + "size" : "83.5x83.5",
  86 + "scale" : "2x"
  87 + },
  88 + {
  89 + "idiom" : "ios-marketing",
  90 + "size" : "1024x1024",
  91 + "scale" : "1x"
  92 + }
  93 + ],
  94 + "info" : {
  95 + "version" : 1,
  96 + "author" : "xcode"
  97 + }
  98 +}
... ...
Example/CNLiveRefeshHeader/en.lproj/InfoPlist.strings 0 → 100644
  1 +/* Localized versions of Info.plist keys */
  2 +
... ...
Example/CNLiveRefeshHeader/main.m 0 → 100644
  1 +//
  2 +// main.m
  3 +// CNLiveRefeshHeader
  4 +//
  5 +// Created by 殷巧娟 on 12/07/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +@import UIKit;
  10 +#import "CNLiveAppDelegate.h"
  11 +
  12 +int main(int argc, char * argv[])
  13 +{
  14 + @autoreleasepool {
  15 + return UIApplicationMain(argc, argv, nil, NSStringFromClass([CNLiveAppDelegate class]));
  16 + }
  17 +}
... ...
Example/Podfile 0 → 100644
  1 +use_frameworks!
  2 +
  3 +platform :ios, '8.0'
  4 +
  5 +target 'CNLiveRefeshHeader_Example' do
  6 + pod 'CNLiveRefeshHeader', :path => '../'
  7 +
  8 + target 'CNLiveRefeshHeader_Tests' do
  9 + inherit! :search_paths
  10 +
  11 +
  12 + end
  13 +end
... ...
Example/Podfile.lock 0 → 100644
  1 +PODS:
  2 + - CNLiveRefeshHeader (0.1.0)
  3 +
  4 +DEPENDENCIES:
  5 + - CNLiveRefeshHeader (from `../`)
  6 +
  7 +EXTERNAL SOURCES:
  8 + CNLiveRefeshHeader:
  9 + :path: "../"
  10 +
  11 +SPEC CHECKSUMS:
  12 + CNLiveRefeshHeader: d965f2b85e9e7780987a403011aa2bc1ef39699a
  13 +
  14 +PODFILE CHECKSUM: 23844f68fff15c2b9e865816ca034e39a4d9cd02
  15 +
  16 +COCOAPODS: 1.5.3
... ...
Example/Pods/Local Podspecs/CNLiveRefeshHeader.podspec.json 0 → 100644
  1 +{
  2 + "name": "CNLiveRefeshHeader",
  3 + "version": "0.1.0",
  4 + "summary": "A short description of CNLiveRefeshHeader.",
  5 + "description": "TODO: Add long description of the pod here.",
  6 + "homepage": "https://github.com/殷巧娟/CNLiveRefeshHeader",
  7 + "license": {
  8 + "type": "MIT",
  9 + "file": "LICENSE"
  10 + },
  11 + "authors": {
  12 + "殷巧娟": "1427945373@qq.com"
  13 + },
  14 + "source": {
  15 + "git": "https://github.com/殷巧娟/CNLiveRefeshHeader.git",
  16 + "tag": "0.1.0"
  17 + },
  18 + "platforms": {
  19 + "ios": "8.0"
  20 + },
  21 + "source_files": "CNLiveRefeshHeader/Classes/**/*"
  22 +}
... ...
Example/Pods/Manifest.lock 0 → 100644
  1 +PODS:
  2 + - CNLiveRefeshHeader (0.1.0)
  3 +
  4 +DEPENDENCIES:
  5 + - CNLiveRefeshHeader (from `../`)
  6 +
  7 +EXTERNAL SOURCES:
  8 + CNLiveRefeshHeader:
  9 + :path: "../"
  10 +
  11 +SPEC CHECKSUMS:
  12 + CNLiveRefeshHeader: d965f2b85e9e7780987a403011aa2bc1ef39699a
  13 +
  14 +PODFILE CHECKSUM: 23844f68fff15c2b9e865816ca034e39a4d9cd02
  15 +
  16 +COCOAPODS: 1.5.3
... ...
Example/Pods/Pods.xcodeproj/project.pbxproj 0 → 100644
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 46;
  7 + objects = {
  8 +
  9 +/* Begin PBXBuildFile section */
  10 + 1AFEDE050289F8423445C7EE3ED46E53 /* CNLiveRefeshHeader-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 408E1AB9DE1963AD612445B5D06DE48A /* CNLiveRefeshHeader-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11 + 1B71CEB9084B7CBDDEF73AC67B25AFC8 /* Pods-CNLiveRefeshHeader_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45280C83DE3CCB21D16A29C984C44C50 /* Pods-CNLiveRefeshHeader_Example-dummy.m */; };
  12 + 31217648E93FBA89420BEB6BEBC12BED /* Pods-CNLiveRefeshHeader_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DACCBE2360FDD56F51FBD33D66714AC /* Pods-CNLiveRefeshHeader_Tests-dummy.m */; };
  13 + A5D0BFB0B4F725058948A0C91436AF33 /* Pods-CNLiveRefeshHeader_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A2092D08C14CC084F39FCC1BADE5677 /* Pods-CNLiveRefeshHeader_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  14 + B42AC0AEE0897F50B6A081801ED7D041 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; };
  15 + B7D5680A0E98DC779A6B69F3A2076C26 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; };
  16 + CC82AA404C5385317B5D3D3E9A639BE2 /* Pods-CNLiveRefeshHeader_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F4BE943D5EEB79C815665DFC1290F216 /* Pods-CNLiveRefeshHeader_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
  17 + CEBE41FBE05D1988A34E4D8804745561 /* ReplaceMe.m in Sources */ = {isa = PBXBuildFile; fileRef = 995B671A4B20783098A16B435975C2E7 /* ReplaceMe.m */; };
  18 + F0BAD53A2DD29DCC096FA01296BF5F2D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; };
  19 + FB756861879D570F282804379667DC07 /* CNLiveRefeshHeader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 27195245C8C4AFDC2A2E6681068F3C1B /* CNLiveRefeshHeader-dummy.m */; };
  20 +/* End PBXBuildFile section */
  21 +
  22 +/* Begin PBXContainerItemProxy section */
  23 + B4997F23F77F131EADF6667130F85CC4 /* PBXContainerItemProxy */ = {
  24 + isa = PBXContainerItemProxy;
  25 + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
  26 + proxyType = 1;
  27 + remoteGlobalIDString = 2F14407A4E36C19DAD503F0389DE7840;
  28 + remoteInfo = "Pods-CNLiveRefeshHeader_Example";
  29 + };
  30 + F11F9898291227498293EE41501EEF81 /* PBXContainerItemProxy */ = {
  31 + isa = PBXContainerItemProxy;
  32 + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
  33 + proxyType = 1;
  34 + remoteGlobalIDString = 34BDFCEDCBCEA775A2AA0F08D84D1DCD;
  35 + remoteInfo = CNLiveRefeshHeader;
  36 + };
  37 +/* End PBXContainerItemProxy section */
  38 +
  39 +/* Begin PBXFileReference section */
  40 + 1277BCB928D7D03FCFFA8F4136F9503F /* CNLiveRefeshHeader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLiveRefeshHeader-prefix.pch"; sourceTree = "<group>"; };
  41 + 15A00EF31E316ADC5E75D1275C49F780 /* CNLiveRefeshHeader.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CNLiveRefeshHeader.xcconfig; sourceTree = "<group>"; };
  42 + 27195245C8C4AFDC2A2E6681068F3C1B /* CNLiveRefeshHeader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CNLiveRefeshHeader-dummy.m"; sourceTree = "<group>"; };
  43 + 296B9241B63A7B0A020A2D4707D3ED1F /* Pods-CNLiveRefeshHeader_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveRefeshHeader_Example-resources.sh"; sourceTree = "<group>"; };
  44 + 31C8C5D7B10F1AA358FB51255205E179 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; };
  45 + 3DACCBE2360FDD56F51FBD33D66714AC /* Pods-CNLiveRefeshHeader_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLiveRefeshHeader_Tests-dummy.m"; sourceTree = "<group>"; };
  46 + 408E1AB9DE1963AD612445B5D06DE48A /* CNLiveRefeshHeader-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CNLiveRefeshHeader-umbrella.h"; sourceTree = "<group>"; };
  47 + 41D4F78223A708752C8676A6D9A66FE6 /* CNLiveRefeshHeader.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CNLiveRefeshHeader.modulemap; sourceTree = "<group>"; };
  48 + 45280C83DE3CCB21D16A29C984C44C50 /* Pods-CNLiveRefeshHeader_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-CNLiveRefeshHeader_Example-dummy.m"; sourceTree = "<group>"; };
  49 + 569D0822A3A489A714290FCF8E3D23F1 /* Pods-CNLiveRefeshHeader_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLiveRefeshHeader_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
  50 + 57FDAF38D5872821D616762F3B219849 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  51 + 67E2FCD38C5119A23D68D4F1F75E9C3E /* Pods-CNLiveRefeshHeader_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-CNLiveRefeshHeader_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
  52 + 6985F16B0950B9EC7F9C5694904E5EB6 /* Pods_CNLiveRefeshHeader_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_CNLiveRefeshHeader_Example.framework; path = "Pods-CNLiveRefeshHeader_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
  53 + 7A2092D08C14CC084F39FCC1BADE5677 /* Pods-CNLiveRefeshHeader_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLiveRefeshHeader_Tests-umbrella.h"; sourceTree = "<group>"; };
  54 + 832AB082C54610BAB962ADC2054E6F08 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; };
  55 + 8EBDD8A39E384A7E3FEB1D14C0052127 /* Pods-CNLiveRefeshHeader_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLiveRefeshHeader_Tests-acknowledgements.plist"; sourceTree = "<group>"; };
  56 + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  57 + 949B3C1084384A451A0E6354D7A84B75 /* Pods-CNLiveRefeshHeader_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveRefeshHeader_Tests-frameworks.sh"; sourceTree = "<group>"; };
  58 + 995B671A4B20783098A16B435975C2E7 /* ReplaceMe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReplaceMe.m; path = CNLiveRefeshHeader/Classes/ReplaceMe.m; sourceTree = "<group>"; };
  59 + 9A207069880DBF05D62E96DC84DB5E28 /* Pods-CNLiveRefeshHeader_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLiveRefeshHeader_Example.debug.xcconfig"; sourceTree = "<group>"; };
  60 + A03397A77C4B3987BE7A4C4F37334C70 /* Pods-CNLiveRefeshHeader_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLiveRefeshHeader_Tests.release.xcconfig"; sourceTree = "<group>"; };
  61 + A7EFADFB6F36DFD8AE7AB8E6AB233EB4 /* Pods-CNLiveRefeshHeader_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveRefeshHeader_Example-frameworks.sh"; sourceTree = "<group>"; };
  62 + AC4DFBD98943B8CFABE697F31B4741AD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  63 + AF23A19215E0E3C98154F3C99F8A68D2 /* Pods-CNLiveRefeshHeader_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLiveRefeshHeader_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  64 + BB7AE680646F6E8ECCC3BF02D9414F7D /* CNLiveRefeshHeader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = CNLiveRefeshHeader.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  65 + C3B79BD8E72617C5093ADFB65F3D3797 /* Pods-CNLiveRefeshHeader_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-CNLiveRefeshHeader_Example-acknowledgements.plist"; sourceTree = "<group>"; };
  66 + CC7B5D082FA2C3C56A9351ED6CC864F5 /* Pods-CNLiveRefeshHeader_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-CNLiveRefeshHeader_Tests-resources.sh"; sourceTree = "<group>"; };
  67 + CD3B3DD164ECE6AA94C83D58D73CCA08 /* Pods-CNLiveRefeshHeader_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CNLiveRefeshHeader_Tests.modulemap"; sourceTree = "<group>"; };
  68 + D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
  69 + D89D318A1539A61EBDF3F4D05D928E6F /* Pods-CNLiveRefeshHeader_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-CNLiveRefeshHeader_Example.modulemap"; sourceTree = "<group>"; };
  70 + DB790E63B1EAE48265C6D9D2769574C8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  71 + E66507C7CD0275F0874123F6E9B5C66B /* CNLiveRefeshHeader.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CNLiveRefeshHeader.framework; path = CNLiveRefeshHeader.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  72 + EEA71030B18BDC9EE413A38CDFD28100 /* Pods-CNLiveRefeshHeader_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-CNLiveRefeshHeader_Example.release.xcconfig"; sourceTree = "<group>"; };
  73 + F4BE943D5EEB79C815665DFC1290F216 /* Pods-CNLiveRefeshHeader_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-CNLiveRefeshHeader_Example-umbrella.h"; sourceTree = "<group>"; };
  74 + FC332EE508A07A3876D292E155D42374 /* Pods_CNLiveRefeshHeader_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_CNLiveRefeshHeader_Tests.framework; path = "Pods-CNLiveRefeshHeader_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
  75 +/* End PBXFileReference section */
  76 +
  77 +/* Begin PBXFrameworksBuildPhase section */
  78 + 5B306D56D535FE1B924FC931F7FDC1B2 /* Frameworks */ = {
  79 + isa = PBXFrameworksBuildPhase;
  80 + buildActionMask = 2147483647;
  81 + files = (
  82 + B42AC0AEE0897F50B6A081801ED7D041 /* Foundation.framework in Frameworks */,
  83 + );
  84 + runOnlyForDeploymentPostprocessing = 0;
  85 + };
  86 + ADB5027A59ADAADF56FFD86321DE8A2A /* Frameworks */ = {
  87 + isa = PBXFrameworksBuildPhase;
  88 + buildActionMask = 2147483647;
  89 + files = (
  90 + F0BAD53A2DD29DCC096FA01296BF5F2D /* Foundation.framework in Frameworks */,
  91 + );
  92 + runOnlyForDeploymentPostprocessing = 0;
  93 + };
  94 + DB8D5C6F6827DCC71A3CD22C85F9B5C6 /* Frameworks */ = {
  95 + isa = PBXFrameworksBuildPhase;
  96 + buildActionMask = 2147483647;
  97 + files = (
  98 + B7D5680A0E98DC779A6B69F3A2076C26 /* Foundation.framework in Frameworks */,
  99 + );
  100 + runOnlyForDeploymentPostprocessing = 0;
  101 + };
  102 +/* End PBXFrameworksBuildPhase section */
  103 +
  104 +/* Begin PBXGroup section */
  105 + 02AB48A1EAE23330465313D2A5FBBE15 /* CNLiveRefeshHeader */ = {
  106 + isa = PBXGroup;
  107 + children = (
  108 + 995B671A4B20783098A16B435975C2E7 /* ReplaceMe.m */,
  109 + C7618EF45631102F5F74034A0C1E0BDC /* Pod */,
  110 + 3265C484033B708B406087F157CA3500 /* Support Files */,
  111 + );
  112 + name = CNLiveRefeshHeader;
  113 + path = ../..;
  114 + sourceTree = "<group>";
  115 + };
  116 + 3265C484033B708B406087F157CA3500 /* Support Files */ = {
  117 + isa = PBXGroup;
  118 + children = (
  119 + 41D4F78223A708752C8676A6D9A66FE6 /* CNLiveRefeshHeader.modulemap */,
  120 + 15A00EF31E316ADC5E75D1275C49F780 /* CNLiveRefeshHeader.xcconfig */,
  121 + 27195245C8C4AFDC2A2E6681068F3C1B /* CNLiveRefeshHeader-dummy.m */,
  122 + 1277BCB928D7D03FCFFA8F4136F9503F /* CNLiveRefeshHeader-prefix.pch */,
  123 + 408E1AB9DE1963AD612445B5D06DE48A /* CNLiveRefeshHeader-umbrella.h */,
  124 + 57FDAF38D5872821D616762F3B219849 /* Info.plist */,
  125 + );
  126 + name = "Support Files";
  127 + path = "Example/Pods/Target Support Files/CNLiveRefeshHeader";
  128 + sourceTree = "<group>";
  129 + };
  130 + 44D5347904CF754D6785B84253F2574A /* iOS */ = {
  131 + isa = PBXGroup;
  132 + children = (
  133 + D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */,
  134 + );
  135 + name = iOS;
  136 + sourceTree = "<group>";
  137 + };
  138 + 51BF3A1EB4E1530EDD4FCEEDE244F515 /* Pods-CNLiveRefeshHeader_Example */ = {
  139 + isa = PBXGroup;
  140 + children = (
  141 + AC4DFBD98943B8CFABE697F31B4741AD /* Info.plist */,
  142 + D89D318A1539A61EBDF3F4D05D928E6F /* Pods-CNLiveRefeshHeader_Example.modulemap */,
  143 + 67E2FCD38C5119A23D68D4F1F75E9C3E /* Pods-CNLiveRefeshHeader_Example-acknowledgements.markdown */,
  144 + C3B79BD8E72617C5093ADFB65F3D3797 /* Pods-CNLiveRefeshHeader_Example-acknowledgements.plist */,
  145 + 45280C83DE3CCB21D16A29C984C44C50 /* Pods-CNLiveRefeshHeader_Example-dummy.m */,
  146 + A7EFADFB6F36DFD8AE7AB8E6AB233EB4 /* Pods-CNLiveRefeshHeader_Example-frameworks.sh */,
  147 + 296B9241B63A7B0A020A2D4707D3ED1F /* Pods-CNLiveRefeshHeader_Example-resources.sh */,
  148 + F4BE943D5EEB79C815665DFC1290F216 /* Pods-CNLiveRefeshHeader_Example-umbrella.h */,
  149 + 9A207069880DBF05D62E96DC84DB5E28 /* Pods-CNLiveRefeshHeader_Example.debug.xcconfig */,
  150 + EEA71030B18BDC9EE413A38CDFD28100 /* Pods-CNLiveRefeshHeader_Example.release.xcconfig */,
  151 + );
  152 + name = "Pods-CNLiveRefeshHeader_Example";
  153 + path = "Target Support Files/Pods-CNLiveRefeshHeader_Example";
  154 + sourceTree = "<group>";
  155 + };
  156 + 5F50483708DA040C36DE5059FEBA52ED /* Products */ = {
  157 + isa = PBXGroup;
  158 + children = (
  159 + E66507C7CD0275F0874123F6E9B5C66B /* CNLiveRefeshHeader.framework */,
  160 + 6985F16B0950B9EC7F9C5694904E5EB6 /* Pods_CNLiveRefeshHeader_Example.framework */,
  161 + FC332EE508A07A3876D292E155D42374 /* Pods_CNLiveRefeshHeader_Tests.framework */,
  162 + );
  163 + name = Products;
  164 + sourceTree = "<group>";
  165 + };
  166 + 6D51387E0F85165C1044DBC248C311D0 /* Pods-CNLiveRefeshHeader_Tests */ = {
  167 + isa = PBXGroup;
  168 + children = (
  169 + DB790E63B1EAE48265C6D9D2769574C8 /* Info.plist */,
  170 + CD3B3DD164ECE6AA94C83D58D73CCA08 /* Pods-CNLiveRefeshHeader_Tests.modulemap */,
  171 + 569D0822A3A489A714290FCF8E3D23F1 /* Pods-CNLiveRefeshHeader_Tests-acknowledgements.markdown */,
  172 + 8EBDD8A39E384A7E3FEB1D14C0052127 /* Pods-CNLiveRefeshHeader_Tests-acknowledgements.plist */,
  173 + 3DACCBE2360FDD56F51FBD33D66714AC /* Pods-CNLiveRefeshHeader_Tests-dummy.m */,
  174 + 949B3C1084384A451A0E6354D7A84B75 /* Pods-CNLiveRefeshHeader_Tests-frameworks.sh */,
  175 + CC7B5D082FA2C3C56A9351ED6CC864F5 /* Pods-CNLiveRefeshHeader_Tests-resources.sh */,
  176 + 7A2092D08C14CC084F39FCC1BADE5677 /* Pods-CNLiveRefeshHeader_Tests-umbrella.h */,
  177 + AF23A19215E0E3C98154F3C99F8A68D2 /* Pods-CNLiveRefeshHeader_Tests.debug.xcconfig */,
  178 + A03397A77C4B3987BE7A4C4F37334C70 /* Pods-CNLiveRefeshHeader_Tests.release.xcconfig */,
  179 + );
  180 + name = "Pods-CNLiveRefeshHeader_Tests";
  181 + path = "Target Support Files/Pods-CNLiveRefeshHeader_Tests";
  182 + sourceTree = "<group>";
  183 + };
  184 + 7DB346D0F39D3F0E887471402A8071AB = {
  185 + isa = PBXGroup;
  186 + children = (
  187 + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */,
  188 + ED133C20807DFBA096F97F4D44DBF8DC /* Development Pods */,
  189 + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */,
  190 + 5F50483708DA040C36DE5059FEBA52ED /* Products */,
  191 + 9B6C2879B59C2D20DA3FFF2D956EBA66 /* Targets Support Files */,
  192 + );
  193 + sourceTree = "<group>";
  194 + };
  195 + 9B6C2879B59C2D20DA3FFF2D956EBA66 /* Targets Support Files */ = {
  196 + isa = PBXGroup;
  197 + children = (
  198 + 51BF3A1EB4E1530EDD4FCEEDE244F515 /* Pods-CNLiveRefeshHeader_Example */,
  199 + 6D51387E0F85165C1044DBC248C311D0 /* Pods-CNLiveRefeshHeader_Tests */,
  200 + );
  201 + name = "Targets Support Files";
  202 + sourceTree = "<group>";
  203 + };
  204 + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = {
  205 + isa = PBXGroup;
  206 + children = (
  207 + 44D5347904CF754D6785B84253F2574A /* iOS */,
  208 + );
  209 + name = Frameworks;
  210 + sourceTree = "<group>";
  211 + };
  212 + C7618EF45631102F5F74034A0C1E0BDC /* Pod */ = {
  213 + isa = PBXGroup;
  214 + children = (
  215 + BB7AE680646F6E8ECCC3BF02D9414F7D /* CNLiveRefeshHeader.podspec */,
  216 + 832AB082C54610BAB962ADC2054E6F08 /* LICENSE */,
  217 + 31C8C5D7B10F1AA358FB51255205E179 /* README.md */,
  218 + );
  219 + name = Pod;
  220 + sourceTree = "<group>";
  221 + };
  222 + ED133C20807DFBA096F97F4D44DBF8DC /* Development Pods */ = {
  223 + isa = PBXGroup;
  224 + children = (
  225 + 02AB48A1EAE23330465313D2A5FBBE15 /* CNLiveRefeshHeader */,
  226 + );
  227 + name = "Development Pods";
  228 + sourceTree = "<group>";
  229 + };
  230 +/* End PBXGroup section */
  231 +
  232 +/* Begin PBXHeadersBuildPhase section */
  233 + 381B29AA232BDAD2FD028AAF3DD8AB1C /* Headers */ = {
  234 + isa = PBXHeadersBuildPhase;
  235 + buildActionMask = 2147483647;
  236 + files = (
  237 + A5D0BFB0B4F725058948A0C91436AF33 /* Pods-CNLiveRefeshHeader_Tests-umbrella.h in Headers */,
  238 + );
  239 + runOnlyForDeploymentPostprocessing = 0;
  240 + };
  241 + 6261BE074B97962B6468F9A7607B22BE /* Headers */ = {
  242 + isa = PBXHeadersBuildPhase;
  243 + buildActionMask = 2147483647;
  244 + files = (
  245 + 1AFEDE050289F8423445C7EE3ED46E53 /* CNLiveRefeshHeader-umbrella.h in Headers */,
  246 + );
  247 + runOnlyForDeploymentPostprocessing = 0;
  248 + };
  249 + AFF45642BF3AD9063EEC681846083A9D /* Headers */ = {
  250 + isa = PBXHeadersBuildPhase;
  251 + buildActionMask = 2147483647;
  252 + files = (
  253 + CC82AA404C5385317B5D3D3E9A639BE2 /* Pods-CNLiveRefeshHeader_Example-umbrella.h in Headers */,
  254 + );
  255 + runOnlyForDeploymentPostprocessing = 0;
  256 + };
  257 +/* End PBXHeadersBuildPhase section */
  258 +
  259 +/* Begin PBXNativeTarget section */
  260 + 2F14407A4E36C19DAD503F0389DE7840 /* Pods-CNLiveRefeshHeader_Example */ = {
  261 + isa = PBXNativeTarget;
  262 + buildConfigurationList = 94EC13C9ED88590A531A2E7E1582D437 /* Build configuration list for PBXNativeTarget "Pods-CNLiveRefeshHeader_Example" */;
  263 + buildPhases = (
  264 + AFF45642BF3AD9063EEC681846083A9D /* Headers */,
  265 + 3FA5DC835F870457C92A46D5923DE224 /* Sources */,
  266 + ADB5027A59ADAADF56FFD86321DE8A2A /* Frameworks */,
  267 + DE43E8A3CE7116DE3941F7C8A6940F92 /* Resources */,
  268 + );
  269 + buildRules = (
  270 + );
  271 + dependencies = (
  272 + 33D2521709CCC2109A73594477802348 /* PBXTargetDependency */,
  273 + );
  274 + name = "Pods-CNLiveRefeshHeader_Example";
  275 + productName = "Pods-CNLiveRefeshHeader_Example";
  276 + productReference = 6985F16B0950B9EC7F9C5694904E5EB6 /* Pods_CNLiveRefeshHeader_Example.framework */;
  277 + productType = "com.apple.product-type.framework";
  278 + };
  279 + 34BDFCEDCBCEA775A2AA0F08D84D1DCD /* CNLiveRefeshHeader */ = {
  280 + isa = PBXNativeTarget;
  281 + buildConfigurationList = 1EA41B5C4585D93F8C5DEC6410C5D408 /* Build configuration list for PBXNativeTarget "CNLiveRefeshHeader" */;
  282 + buildPhases = (
  283 + 6261BE074B97962B6468F9A7607B22BE /* Headers */,
  284 + 1095BB33ACF278F09DBD82D51773BC42 /* Sources */,
  285 + DB8D5C6F6827DCC71A3CD22C85F9B5C6 /* Frameworks */,
  286 + 925510F16D1A0694F7866B0A4D2F0610 /* Resources */,
  287 + );
  288 + buildRules = (
  289 + );
  290 + dependencies = (
  291 + );
  292 + name = CNLiveRefeshHeader;
  293 + productName = CNLiveRefeshHeader;
  294 + productReference = E66507C7CD0275F0874123F6E9B5C66B /* CNLiveRefeshHeader.framework */;
  295 + productType = "com.apple.product-type.framework";
  296 + };
  297 + EB4E91770D13A0973FC68ED0AE56A78D /* Pods-CNLiveRefeshHeader_Tests */ = {
  298 + isa = PBXNativeTarget;
  299 + buildConfigurationList = BAB21546170716C6A4F40ED43A346969 /* Build configuration list for PBXNativeTarget "Pods-CNLiveRefeshHeader_Tests" */;
  300 + buildPhases = (
  301 + 381B29AA232BDAD2FD028AAF3DD8AB1C /* Headers */,
  302 + EDD19816AA8F09E87F64CA349743C13B /* Sources */,
  303 + 5B306D56D535FE1B924FC931F7FDC1B2 /* Frameworks */,
  304 + 0659AA47940A5763A7B6C0A2C1739D5D /* Resources */,
  305 + );
  306 + buildRules = (
  307 + );
  308 + dependencies = (
  309 + F49B55CC878035EED4E502F68F69D781 /* PBXTargetDependency */,
  310 + );
  311 + name = "Pods-CNLiveRefeshHeader_Tests";
  312 + productName = "Pods-CNLiveRefeshHeader_Tests";
  313 + productReference = FC332EE508A07A3876D292E155D42374 /* Pods_CNLiveRefeshHeader_Tests.framework */;
  314 + productType = "com.apple.product-type.framework";
  315 + };
  316 +/* End PBXNativeTarget section */
  317 +
  318 +/* Begin PBXProject section */
  319 + D41D8CD98F00B204E9800998ECF8427E /* Project object */ = {
  320 + isa = PBXProject;
  321 + attributes = {
  322 + LastSwiftUpdateCheck = 0930;
  323 + LastUpgradeCheck = 0930;
  324 + };
  325 + buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */;
  326 + compatibilityVersion = "Xcode 3.2";
  327 + developmentRegion = English;
  328 + hasScannedForEncodings = 0;
  329 + knownRegions = (
  330 + en,
  331 + );
  332 + mainGroup = 7DB346D0F39D3F0E887471402A8071AB;
  333 + productRefGroup = 5F50483708DA040C36DE5059FEBA52ED /* Products */;
  334 + projectDirPath = "";
  335 + projectRoot = "";
  336 + targets = (
  337 + 34BDFCEDCBCEA775A2AA0F08D84D1DCD /* CNLiveRefeshHeader */,
  338 + 2F14407A4E36C19DAD503F0389DE7840 /* Pods-CNLiveRefeshHeader_Example */,
  339 + EB4E91770D13A0973FC68ED0AE56A78D /* Pods-CNLiveRefeshHeader_Tests */,
  340 + );
  341 + };
  342 +/* End PBXProject section */
  343 +
  344 +/* Begin PBXResourcesBuildPhase section */
  345 + 0659AA47940A5763A7B6C0A2C1739D5D /* Resources */ = {
  346 + isa = PBXResourcesBuildPhase;
  347 + buildActionMask = 2147483647;
  348 + files = (
  349 + );
  350 + runOnlyForDeploymentPostprocessing = 0;
  351 + };
  352 + 925510F16D1A0694F7866B0A4D2F0610 /* Resources */ = {
  353 + isa = PBXResourcesBuildPhase;
  354 + buildActionMask = 2147483647;
  355 + files = (
  356 + );
  357 + runOnlyForDeploymentPostprocessing = 0;
  358 + };
  359 + DE43E8A3CE7116DE3941F7C8A6940F92 /* Resources */ = {
  360 + isa = PBXResourcesBuildPhase;
  361 + buildActionMask = 2147483647;
  362 + files = (
  363 + );
  364 + runOnlyForDeploymentPostprocessing = 0;
  365 + };
  366 +/* End PBXResourcesBuildPhase section */
  367 +
  368 +/* Begin PBXSourcesBuildPhase section */
  369 + 1095BB33ACF278F09DBD82D51773BC42 /* Sources */ = {
  370 + isa = PBXSourcesBuildPhase;
  371 + buildActionMask = 2147483647;
  372 + files = (
  373 + FB756861879D570F282804379667DC07 /* CNLiveRefeshHeader-dummy.m in Sources */,
  374 + CEBE41FBE05D1988A34E4D8804745561 /* ReplaceMe.m in Sources */,
  375 + );
  376 + runOnlyForDeploymentPostprocessing = 0;
  377 + };
  378 + 3FA5DC835F870457C92A46D5923DE224 /* Sources */ = {
  379 + isa = PBXSourcesBuildPhase;
  380 + buildActionMask = 2147483647;
  381 + files = (
  382 + 1B71CEB9084B7CBDDEF73AC67B25AFC8 /* Pods-CNLiveRefeshHeader_Example-dummy.m in Sources */,
  383 + );
  384 + runOnlyForDeploymentPostprocessing = 0;
  385 + };
  386 + EDD19816AA8F09E87F64CA349743C13B /* Sources */ = {
  387 + isa = PBXSourcesBuildPhase;
  388 + buildActionMask = 2147483647;
  389 + files = (
  390 + 31217648E93FBA89420BEB6BEBC12BED /* Pods-CNLiveRefeshHeader_Tests-dummy.m in Sources */,
  391 + );
  392 + runOnlyForDeploymentPostprocessing = 0;
  393 + };
  394 +/* End PBXSourcesBuildPhase section */
  395 +
  396 +/* Begin PBXTargetDependency section */
  397 + 33D2521709CCC2109A73594477802348 /* PBXTargetDependency */ = {
  398 + isa = PBXTargetDependency;
  399 + name = CNLiveRefeshHeader;
  400 + target = 34BDFCEDCBCEA775A2AA0F08D84D1DCD /* CNLiveRefeshHeader */;
  401 + targetProxy = F11F9898291227498293EE41501EEF81 /* PBXContainerItemProxy */;
  402 + };
  403 + F49B55CC878035EED4E502F68F69D781 /* PBXTargetDependency */ = {
  404 + isa = PBXTargetDependency;
  405 + name = "Pods-CNLiveRefeshHeader_Example";
  406 + target = 2F14407A4E36C19DAD503F0389DE7840 /* Pods-CNLiveRefeshHeader_Example */;
  407 + targetProxy = B4997F23F77F131EADF6667130F85CC4 /* PBXContainerItemProxy */;
  408 + };
  409 +/* End PBXTargetDependency section */
  410 +
  411 +/* Begin XCBuildConfiguration section */
  412 + 1BBA8E234106AC3EAA7B46056EFEE800 /* Debug */ = {
  413 + isa = XCBuildConfiguration;
  414 + baseConfigurationReference = 15A00EF31E316ADC5E75D1275C49F780 /* CNLiveRefeshHeader.xcconfig */;
  415 + buildSettings = {
  416 + CODE_SIGN_IDENTITY = "";
  417 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  418 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  419 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  420 + CURRENT_PROJECT_VERSION = 1;
  421 + DEFINES_MODULE = YES;
  422 + DYLIB_COMPATIBILITY_VERSION = 1;
  423 + DYLIB_CURRENT_VERSION = 1;
  424 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  425 + GCC_PREFIX_HEADER = "Target Support Files/CNLiveRefeshHeader/CNLiveRefeshHeader-prefix.pch";
  426 + INFOPLIST_FILE = "Target Support Files/CNLiveRefeshHeader/Info.plist";
  427 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  428 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  429 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  430 + MODULEMAP_FILE = "Target Support Files/CNLiveRefeshHeader/CNLiveRefeshHeader.modulemap";
  431 + PRODUCT_MODULE_NAME = CNLiveRefeshHeader;
  432 + PRODUCT_NAME = CNLiveRefeshHeader;
  433 + SDKROOT = iphoneos;
  434 + SKIP_INSTALL = YES;
  435 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  436 + TARGETED_DEVICE_FAMILY = "1,2";
  437 + VERSIONING_SYSTEM = "apple-generic";
  438 + VERSION_INFO_PREFIX = "";
  439 + };
  440 + name = Debug;
  441 + };
  442 + 59F0CC066E4B6C6574E53C0DA8D03726 /* Release */ = {
  443 + isa = XCBuildConfiguration;
  444 + baseConfigurationReference = EEA71030B18BDC9EE413A38CDFD28100 /* Pods-CNLiveRefeshHeader_Example.release.xcconfig */;
  445 + buildSettings = {
  446 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  447 + CODE_SIGN_IDENTITY = "";
  448 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  449 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  450 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  451 + CURRENT_PROJECT_VERSION = 1;
  452 + DEFINES_MODULE = YES;
  453 + DYLIB_COMPATIBILITY_VERSION = 1;
  454 + DYLIB_CURRENT_VERSION = 1;
  455 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  456 + INFOPLIST_FILE = "Target Support Files/Pods-CNLiveRefeshHeader_Example/Info.plist";
  457 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  458 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  459 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  460 + MACH_O_TYPE = staticlib;
  461 + MODULEMAP_FILE = "Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example.modulemap";
  462 + OTHER_LDFLAGS = "";
  463 + OTHER_LIBTOOLFLAGS = "";
  464 + PODS_ROOT = "$(SRCROOT)";
  465 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  466 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  467 + SDKROOT = iphoneos;
  468 + SKIP_INSTALL = YES;
  469 + TARGETED_DEVICE_FAMILY = "1,2";
  470 + VALIDATE_PRODUCT = YES;
  471 + VERSIONING_SYSTEM = "apple-generic";
  472 + VERSION_INFO_PREFIX = "";
  473 + };
  474 + name = Release;
  475 + };
  476 + 85B95B1234E227C814CCC2C7902D0916 /* Release */ = {
  477 + isa = XCBuildConfiguration;
  478 + buildSettings = {
  479 + ALWAYS_SEARCH_USER_PATHS = NO;
  480 + CLANG_ANALYZER_NONNULL = YES;
  481 + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  482 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  483 + CLANG_CXX_LIBRARY = "libc++";
  484 + CLANG_ENABLE_MODULES = YES;
  485 + CLANG_ENABLE_OBJC_ARC = YES;
  486 + CLANG_ENABLE_OBJC_WEAK = YES;
  487 + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  488 + CLANG_WARN_BOOL_CONVERSION = YES;
  489 + CLANG_WARN_COMMA = YES;
  490 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  491 + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  492 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  493 + CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  494 + CLANG_WARN_EMPTY_BODY = YES;
  495 + CLANG_WARN_ENUM_CONVERSION = YES;
  496 + CLANG_WARN_INFINITE_RECURSION = YES;
  497 + CLANG_WARN_INT_CONVERSION = YES;
  498 + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  499 + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  500 + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  501 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  502 + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  503 + CLANG_WARN_STRICT_PROTOTYPES = YES;
  504 + CLANG_WARN_SUSPICIOUS_MOVE = YES;
  505 + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  506 + CLANG_WARN_UNREACHABLE_CODE = YES;
  507 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  508 + CODE_SIGNING_ALLOWED = NO;
  509 + CODE_SIGNING_REQUIRED = NO;
  510 + COPY_PHASE_STRIP = NO;
  511 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  512 + ENABLE_NS_ASSERTIONS = NO;
  513 + ENABLE_STRICT_OBJC_MSGSEND = YES;
  514 + GCC_C_LANGUAGE_STANDARD = gnu11;
  515 + GCC_NO_COMMON_BLOCKS = YES;
  516 + GCC_PREPROCESSOR_DEFINITIONS = (
  517 + "POD_CONFIGURATION_RELEASE=1",
  518 + "$(inherited)",
  519 + );
  520 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  521 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  522 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  523 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  524 + GCC_WARN_UNUSED_FUNCTION = YES;
  525 + GCC_WARN_UNUSED_VARIABLE = YES;
  526 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  527 + MTL_ENABLE_DEBUG_INFO = NO;
  528 + MTL_FAST_MATH = YES;
  529 + PRODUCT_NAME = "$(TARGET_NAME)";
  530 + STRIP_INSTALLED_PRODUCT = NO;
  531 + SWIFT_COMPILATION_MODE = wholemodule;
  532 + SWIFT_OPTIMIZATION_LEVEL = "-O";
  533 + SWIFT_VERSION = 4.2;
  534 + SYMROOT = "${SRCROOT}/../build";
  535 + };
  536 + name = Release;
  537 + };
  538 + A73625DEBD810B78234FA1958C191C8C /* Debug */ = {
  539 + isa = XCBuildConfiguration;
  540 + buildSettings = {
  541 + ALWAYS_SEARCH_USER_PATHS = NO;
  542 + CLANG_ANALYZER_NONNULL = YES;
  543 + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  544 + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  545 + CLANG_CXX_LIBRARY = "libc++";
  546 + CLANG_ENABLE_MODULES = YES;
  547 + CLANG_ENABLE_OBJC_ARC = YES;
  548 + CLANG_ENABLE_OBJC_WEAK = YES;
  549 + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  550 + CLANG_WARN_BOOL_CONVERSION = YES;
  551 + CLANG_WARN_COMMA = YES;
  552 + CLANG_WARN_CONSTANT_CONVERSION = YES;
  553 + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  554 + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  555 + CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  556 + CLANG_WARN_EMPTY_BODY = YES;
  557 + CLANG_WARN_ENUM_CONVERSION = YES;
  558 + CLANG_WARN_INFINITE_RECURSION = YES;
  559 + CLANG_WARN_INT_CONVERSION = YES;
  560 + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  561 + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  562 + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  563 + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  564 + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  565 + CLANG_WARN_STRICT_PROTOTYPES = YES;
  566 + CLANG_WARN_SUSPICIOUS_MOVE = YES;
  567 + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  568 + CLANG_WARN_UNREACHABLE_CODE = YES;
  569 + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  570 + CODE_SIGNING_ALLOWED = NO;
  571 + CODE_SIGNING_REQUIRED = NO;
  572 + COPY_PHASE_STRIP = NO;
  573 + DEBUG_INFORMATION_FORMAT = dwarf;
  574 + ENABLE_STRICT_OBJC_MSGSEND = YES;
  575 + ENABLE_TESTABILITY = YES;
  576 + GCC_C_LANGUAGE_STANDARD = gnu11;
  577 + GCC_DYNAMIC_NO_PIC = NO;
  578 + GCC_NO_COMMON_BLOCKS = YES;
  579 + GCC_OPTIMIZATION_LEVEL = 0;
  580 + GCC_PREPROCESSOR_DEFINITIONS = (
  581 + "POD_CONFIGURATION_DEBUG=1",
  582 + "DEBUG=1",
  583 + "$(inherited)",
  584 + );
  585 + GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  586 + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  587 + GCC_WARN_UNDECLARED_SELECTOR = YES;
  588 + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  589 + GCC_WARN_UNUSED_FUNCTION = YES;
  590 + GCC_WARN_UNUSED_VARIABLE = YES;
  591 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  592 + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  593 + MTL_FAST_MATH = YES;
  594 + ONLY_ACTIVE_ARCH = YES;
  595 + PRODUCT_NAME = "$(TARGET_NAME)";
  596 + STRIP_INSTALLED_PRODUCT = NO;
  597 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  598 + SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  599 + SWIFT_VERSION = 4.2;
  600 + SYMROOT = "${SRCROOT}/../build";
  601 + };
  602 + name = Debug;
  603 + };
  604 + AB06151B3DD804E7E02A3BB7CEB2AA75 /* Release */ = {
  605 + isa = XCBuildConfiguration;
  606 + baseConfigurationReference = 15A00EF31E316ADC5E75D1275C49F780 /* CNLiveRefeshHeader.xcconfig */;
  607 + buildSettings = {
  608 + CODE_SIGN_IDENTITY = "";
  609 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  610 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  611 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  612 + CURRENT_PROJECT_VERSION = 1;
  613 + DEFINES_MODULE = YES;
  614 + DYLIB_COMPATIBILITY_VERSION = 1;
  615 + DYLIB_CURRENT_VERSION = 1;
  616 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  617 + GCC_PREFIX_HEADER = "Target Support Files/CNLiveRefeshHeader/CNLiveRefeshHeader-prefix.pch";
  618 + INFOPLIST_FILE = "Target Support Files/CNLiveRefeshHeader/Info.plist";
  619 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  620 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  621 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  622 + MODULEMAP_FILE = "Target Support Files/CNLiveRefeshHeader/CNLiveRefeshHeader.modulemap";
  623 + PRODUCT_MODULE_NAME = CNLiveRefeshHeader;
  624 + PRODUCT_NAME = CNLiveRefeshHeader;
  625 + SDKROOT = iphoneos;
  626 + SKIP_INSTALL = YES;
  627 + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
  628 + TARGETED_DEVICE_FAMILY = "1,2";
  629 + VALIDATE_PRODUCT = YES;
  630 + VERSIONING_SYSTEM = "apple-generic";
  631 + VERSION_INFO_PREFIX = "";
  632 + };
  633 + name = Release;
  634 + };
  635 + B9320CC88A1955CDA7C87A5808248D26 /* Debug */ = {
  636 + isa = XCBuildConfiguration;
  637 + baseConfigurationReference = 9A207069880DBF05D62E96DC84DB5E28 /* Pods-CNLiveRefeshHeader_Example.debug.xcconfig */;
  638 + buildSettings = {
  639 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  640 + CODE_SIGN_IDENTITY = "";
  641 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  642 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  643 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  644 + CURRENT_PROJECT_VERSION = 1;
  645 + DEFINES_MODULE = YES;
  646 + DYLIB_COMPATIBILITY_VERSION = 1;
  647 + DYLIB_CURRENT_VERSION = 1;
  648 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  649 + INFOPLIST_FILE = "Target Support Files/Pods-CNLiveRefeshHeader_Example/Info.plist";
  650 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  651 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  652 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  653 + MACH_O_TYPE = staticlib;
  654 + MODULEMAP_FILE = "Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example.modulemap";
  655 + OTHER_LDFLAGS = "";
  656 + OTHER_LIBTOOLFLAGS = "";
  657 + PODS_ROOT = "$(SRCROOT)";
  658 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  659 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  660 + SDKROOT = iphoneos;
  661 + SKIP_INSTALL = YES;
  662 + TARGETED_DEVICE_FAMILY = "1,2";
  663 + VERSIONING_SYSTEM = "apple-generic";
  664 + VERSION_INFO_PREFIX = "";
  665 + };
  666 + name = Debug;
  667 + };
  668 + CFFC7950F38C6C473E7E4E39C43796B5 /* Release */ = {
  669 + isa = XCBuildConfiguration;
  670 + baseConfigurationReference = A03397A77C4B3987BE7A4C4F37334C70 /* Pods-CNLiveRefeshHeader_Tests.release.xcconfig */;
  671 + buildSettings = {
  672 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  673 + CODE_SIGN_IDENTITY = "";
  674 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  675 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  676 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  677 + CURRENT_PROJECT_VERSION = 1;
  678 + DEFINES_MODULE = YES;
  679 + DYLIB_COMPATIBILITY_VERSION = 1;
  680 + DYLIB_CURRENT_VERSION = 1;
  681 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  682 + INFOPLIST_FILE = "Target Support Files/Pods-CNLiveRefeshHeader_Tests/Info.plist";
  683 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  684 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  685 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  686 + MACH_O_TYPE = staticlib;
  687 + MODULEMAP_FILE = "Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests.modulemap";
  688 + OTHER_LDFLAGS = "";
  689 + OTHER_LIBTOOLFLAGS = "";
  690 + PODS_ROOT = "$(SRCROOT)";
  691 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  692 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  693 + SDKROOT = iphoneos;
  694 + SKIP_INSTALL = YES;
  695 + TARGETED_DEVICE_FAMILY = "1,2";
  696 + VALIDATE_PRODUCT = YES;
  697 + VERSIONING_SYSTEM = "apple-generic";
  698 + VERSION_INFO_PREFIX = "";
  699 + };
  700 + name = Release;
  701 + };
  702 + D851094F8B089112B2417CD052658E69 /* Debug */ = {
  703 + isa = XCBuildConfiguration;
  704 + baseConfigurationReference = AF23A19215E0E3C98154F3C99F8A68D2 /* Pods-CNLiveRefeshHeader_Tests.debug.xcconfig */;
  705 + buildSettings = {
  706 + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  707 + CODE_SIGN_IDENTITY = "";
  708 + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  709 + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  710 + "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
  711 + CURRENT_PROJECT_VERSION = 1;
  712 + DEFINES_MODULE = YES;
  713 + DYLIB_COMPATIBILITY_VERSION = 1;
  714 + DYLIB_CURRENT_VERSION = 1;
  715 + DYLIB_INSTALL_NAME_BASE = "@rpath";
  716 + INFOPLIST_FILE = "Target Support Files/Pods-CNLiveRefeshHeader_Tests/Info.plist";
  717 + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  718 + IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  719 + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  720 + MACH_O_TYPE = staticlib;
  721 + MODULEMAP_FILE = "Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests.modulemap";
  722 + OTHER_LDFLAGS = "";
  723 + OTHER_LIBTOOLFLAGS = "";
  724 + PODS_ROOT = "$(SRCROOT)";
  725 + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
  726 + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  727 + SDKROOT = iphoneos;
  728 + SKIP_INSTALL = YES;
  729 + TARGETED_DEVICE_FAMILY = "1,2";
  730 + VERSIONING_SYSTEM = "apple-generic";
  731 + VERSION_INFO_PREFIX = "";
  732 + };
  733 + name = Debug;
  734 + };
  735 +/* End XCBuildConfiguration section */
  736 +
  737 +/* Begin XCConfigurationList section */
  738 + 1EA41B5C4585D93F8C5DEC6410C5D408 /* Build configuration list for PBXNativeTarget "CNLiveRefeshHeader" */ = {
  739 + isa = XCConfigurationList;
  740 + buildConfigurations = (
  741 + 1BBA8E234106AC3EAA7B46056EFEE800 /* Debug */,
  742 + AB06151B3DD804E7E02A3BB7CEB2AA75 /* Release */,
  743 + );
  744 + defaultConfigurationIsVisible = 0;
  745 + defaultConfigurationName = Release;
  746 + };
  747 + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = {
  748 + isa = XCConfigurationList;
  749 + buildConfigurations = (
  750 + A73625DEBD810B78234FA1958C191C8C /* Debug */,
  751 + 85B95B1234E227C814CCC2C7902D0916 /* Release */,
  752 + );
  753 + defaultConfigurationIsVisible = 0;
  754 + defaultConfigurationName = Release;
  755 + };
  756 + 94EC13C9ED88590A531A2E7E1582D437 /* Build configuration list for PBXNativeTarget "Pods-CNLiveRefeshHeader_Example" */ = {
  757 + isa = XCConfigurationList;
  758 + buildConfigurations = (
  759 + B9320CC88A1955CDA7C87A5808248D26 /* Debug */,
  760 + 59F0CC066E4B6C6574E53C0DA8D03726 /* Release */,
  761 + );
  762 + defaultConfigurationIsVisible = 0;
  763 + defaultConfigurationName = Release;
  764 + };
  765 + BAB21546170716C6A4F40ED43A346969 /* Build configuration list for PBXNativeTarget "Pods-CNLiveRefeshHeader_Tests" */ = {
  766 + isa = XCConfigurationList;
  767 + buildConfigurations = (
  768 + D851094F8B089112B2417CD052658E69 /* Debug */,
  769 + CFFC7950F38C6C473E7E4E39C43796B5 /* Release */,
  770 + );
  771 + defaultConfigurationIsVisible = 0;
  772 + defaultConfigurationName = Release;
  773 + };
  774 +/* End XCConfigurationList section */
  775 + };
  776 + rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */;
  777 +}
... ...
Example/Pods/Target Support Files/CNLiveRefeshHeader/CNLiveRefeshHeader-dummy.m 0 → 100644
  1 +#import <Foundation/Foundation.h>
  2 +@interface PodsDummy_CNLiveRefeshHeader : NSObject
  3 +@end
  4 +@implementation PodsDummy_CNLiveRefeshHeader
  5 +@end
... ...
Example/Pods/Target Support Files/CNLiveRefeshHeader/CNLiveRefeshHeader-prefix.pch 0 → 100644
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
... ...
Example/Pods/Target Support Files/CNLiveRefeshHeader/CNLiveRefeshHeader-umbrella.h 0 → 100644
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +
  14 +FOUNDATION_EXPORT double CNLiveRefeshHeaderVersionNumber;
  15 +FOUNDATION_EXPORT const unsigned char CNLiveRefeshHeaderVersionString[];
  16 +
... ...
Example/Pods/Target Support Files/CNLiveRefeshHeader/CNLiveRefeshHeader.modulemap 0 → 100644
  1 +framework module CNLiveRefeshHeader {
  2 + umbrella header "CNLiveRefeshHeader-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
... ...
Example/Pods/Target Support Files/CNLiveRefeshHeader/CNLiveRefeshHeader.xcconfig 0 → 100644
  1 +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CNLiveRefeshHeader
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +PODS_BUILD_DIR = ${BUILD_DIR}
  4 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  5 +PODS_ROOT = ${SRCROOT}
  6 +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../..
  7 +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
  8 +SKIP_INSTALL = YES
... ...
Example/Pods/Target Support Files/CNLiveRefeshHeader/Info.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>${EXECUTABLE_NAME}</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundleName</key>
  14 + <string>${PRODUCT_NAME}</string>
  15 + <key>CFBundlePackageType</key>
  16 + <string>FMWK</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>0.1.0</string>
  19 + <key>CFBundleSignature</key>
  20 + <string>????</string>
  21 + <key>CFBundleVersion</key>
  22 + <string>${CURRENT_PROJECT_VERSION}</string>
  23 + <key>NSPrincipalClass</key>
  24 + <string></string>
  25 +</dict>
  26 +</plist>
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Info.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>${EXECUTABLE_NAME}</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundleName</key>
  14 + <string>${PRODUCT_NAME}</string>
  15 + <key>CFBundlePackageType</key>
  16 + <string>FMWK</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>1.0.0</string>
  19 + <key>CFBundleSignature</key>
  20 + <string>????</string>
  21 + <key>CFBundleVersion</key>
  22 + <string>${CURRENT_PROJECT_VERSION}</string>
  23 + <key>NSPrincipalClass</key>
  24 + <string></string>
  25 +</dict>
  26 +</plist>
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example-acknowledgements.markdown 0 → 100644
  1 +# Acknowledgements
  2 +This application makes use of the following third party libraries:
  3 +
  4 +## CNLiveRefeshHeader
  5 +
  6 +Copyright (c) 2018 殷巧娟 <1427945373@qq.com>
  7 +
  8 +Permission is hereby granted, free of charge, to any person obtaining a copy
  9 +of this software and associated documentation files (the "Software"), to deal
  10 +in the Software without restriction, including without limitation the rights
  11 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  12 +copies of the Software, and to permit persons to whom the Software is
  13 +furnished to do so, subject to the following conditions:
  14 +
  15 +The above copyright notice and this permission notice shall be included in
  16 +all copies or substantial portions of the Software.
  17 +
  18 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  21 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  22 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  23 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  24 +THE SOFTWARE.
  25 +
  26 +Generated by CocoaPods - https://cocoapods.org
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example-acknowledgements.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>PreferenceSpecifiers</key>
  6 + <array>
  7 + <dict>
  8 + <key>FooterText</key>
  9 + <string>This application makes use of the following third party libraries:</string>
  10 + <key>Title</key>
  11 + <string>Acknowledgements</string>
  12 + <key>Type</key>
  13 + <string>PSGroupSpecifier</string>
  14 + </dict>
  15 + <dict>
  16 + <key>FooterText</key>
  17 + <string>Copyright (c) 2018 殷巧娟 &lt;1427945373@qq.com&gt;
  18 +
  19 +Permission is hereby granted, free of charge, to any person obtaining a copy
  20 +of this software and associated documentation files (the "Software"), to deal
  21 +in the Software without restriction, including without limitation the rights
  22 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  23 +copies of the Software, and to permit persons to whom the Software is
  24 +furnished to do so, subject to the following conditions:
  25 +
  26 +The above copyright notice and this permission notice shall be included in
  27 +all copies or substantial portions of the Software.
  28 +
  29 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  30 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  31 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  32 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  33 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  34 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  35 +THE SOFTWARE.
  36 +</string>
  37 + <key>License</key>
  38 + <string>MIT</string>
  39 + <key>Title</key>
  40 + <string>CNLiveRefeshHeader</string>
  41 + <key>Type</key>
  42 + <string>PSGroupSpecifier</string>
  43 + </dict>
  44 + <dict>
  45 + <key>FooterText</key>
  46 + <string>Generated by CocoaPods - https://cocoapods.org</string>
  47 + <key>Title</key>
  48 + <string></string>
  49 + <key>Type</key>
  50 + <string>PSGroupSpecifier</string>
  51 + </dict>
  52 + </array>
  53 + <key>StringsTable</key>
  54 + <string>Acknowledgements</string>
  55 + <key>Title</key>
  56 + <string>Acknowledgements</string>
  57 +</dict>
  58 +</plist>
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example-dummy.m 0 → 100644
  1 +#import <Foundation/Foundation.h>
  2 +@interface PodsDummy_Pods_CNLiveRefeshHeader_Example : NSObject
  3 +@end
  4 +@implementation PodsDummy_Pods_CNLiveRefeshHeader_Example
  5 +@end
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example-frameworks.sh 0 → 100755
  1 +#!/bin/sh
  2 +set -e
  3 +set -u
  4 +set -o pipefail
  5 +
  6 +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
  7 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
  8 + # frameworks to, so exit 0 (signalling the script phase was successful).
  9 + exit 0
  10 +fi
  11 +
  12 +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  13 +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  14 +
  15 +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}"
  16 +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
  17 +
  18 +# Used as a return value for each invocation of `strip_invalid_archs` function.
  19 +STRIP_BINARY_RETVAL=0
  20 +
  21 +# This protects against multiple targets copying the same framework dependency at the same time. The solution
  22 +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
  23 +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
  24 +
  25 +# Copies and strips a vendored framework
  26 +install_framework()
  27 +{
  28 + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
  29 + local source="${BUILT_PRODUCTS_DIR}/$1"
  30 + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
  31 + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
  32 + elif [ -r "$1" ]; then
  33 + local source="$1"
  34 + fi
  35 +
  36 + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  37 +
  38 + if [ -L "${source}" ]; then
  39 + echo "Symlinked..."
  40 + source="$(readlink "${source}")"
  41 + fi
  42 +
  43 + # Use filter instead of exclude so missing patterns don't throw errors.
  44 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
  45 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
  46 +
  47 + local basename
  48 + basename="$(basename -s .framework "$1")"
  49 + binary="${destination}/${basename}.framework/${basename}"
  50 + if ! [ -r "$binary" ]; then
  51 + binary="${destination}/${basename}"
  52 + fi
  53 +
  54 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  55 + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
  56 + strip_invalid_archs "$binary"
  57 + fi
  58 +
  59 + # Resign the code if required by the build settings to avoid unstable apps
  60 + code_sign_if_enabled "${destination}/$(basename "$1")"
  61 +
  62 + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
  63 + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
  64 + local swift_runtime_libs
  65 + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
  66 + for lib in $swift_runtime_libs; do
  67 + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
  68 + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
  69 + code_sign_if_enabled "${destination}/${lib}"
  70 + done
  71 + fi
  72 +}
  73 +
  74 +# Copies and strips a vendored dSYM
  75 +install_dsym() {
  76 + local source="$1"
  77 + if [ -r "$source" ]; then
  78 + # Copy the dSYM into a the targets temp dir.
  79 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\""
  80 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}"
  81 +
  82 + local basename
  83 + basename="$(basename -s .framework.dSYM "$source")"
  84 + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}"
  85 +
  86 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  87 + if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then
  88 + strip_invalid_archs "$binary"
  89 + fi
  90 +
  91 + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then
  92 + # Move the stripped file into its final destination.
  93 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\""
  94 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}"
  95 + else
  96 + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
  97 + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM"
  98 + fi
  99 + fi
  100 +}
  101 +
  102 +# Signs a framework with the provided identity
  103 +code_sign_if_enabled() {
  104 + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
  105 + # Use the current code_sign_identitiy
  106 + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
  107 + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'"
  108 +
  109 + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  110 + code_sign_cmd="$code_sign_cmd &"
  111 + fi
  112 + echo "$code_sign_cmd"
  113 + eval "$code_sign_cmd"
  114 + fi
  115 +}
  116 +
  117 +# Strip invalid architectures
  118 +strip_invalid_archs() {
  119 + binary="$1"
  120 + # Get architectures for current target binary
  121 + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)"
  122 + # Intersect them with the architectures we are building for
  123 + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)"
  124 + # If there are no archs supported by this binary then warn the user
  125 + if [[ -z "$intersected_archs" ]]; then
  126 + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)."
  127 + STRIP_BINARY_RETVAL=0
  128 + return
  129 + fi
  130 + stripped=""
  131 + for arch in $binary_archs; do
  132 + if ! [[ "${ARCHS}" == *"$arch"* ]]; then
  133 + # Strip non-valid architectures in-place
  134 + lipo -remove "$arch" -output "$binary" "$binary" || exit 1
  135 + stripped="$stripped $arch"
  136 + fi
  137 + done
  138 + if [[ "$stripped" ]]; then
  139 + echo "Stripped $binary of architectures:$stripped"
  140 + fi
  141 + STRIP_BINARY_RETVAL=1
  142 +}
  143 +
  144 +
  145 +if [[ "$CONFIGURATION" == "Debug" ]]; then
  146 + install_framework "${BUILT_PRODUCTS_DIR}/CNLiveRefeshHeader/CNLiveRefeshHeader.framework"
  147 +fi
  148 +if [[ "$CONFIGURATION" == "Release" ]]; then
  149 + install_framework "${BUILT_PRODUCTS_DIR}/CNLiveRefeshHeader/CNLiveRefeshHeader.framework"
  150 +fi
  151 +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  152 + wait
  153 +fi
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example-resources.sh 0 → 100755
  1 +#!/bin/sh
  2 +set -e
  3 +set -u
  4 +set -o pipefail
  5 +
  6 +if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
  7 + # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy
  8 + # resources to, so exit 0 (signalling the script phase was successful).
  9 + exit 0
  10 +fi
  11 +
  12 +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  13 +
  14 +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
  15 +> "$RESOURCES_TO_COPY"
  16 +
  17 +XCASSET_FILES=()
  18 +
  19 +# This protects against multiple targets copying the same framework dependency at the same time. The solution
  20 +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
  21 +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
  22 +
  23 +case "${TARGETED_DEVICE_FAMILY:-}" in
  24 + 1,2)
  25 + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
  26 + ;;
  27 + 1)
  28 + TARGET_DEVICE_ARGS="--target-device iphone"
  29 + ;;
  30 + 2)
  31 + TARGET_DEVICE_ARGS="--target-device ipad"
  32 + ;;
  33 + 3)
  34 + TARGET_DEVICE_ARGS="--target-device tv"
  35 + ;;
  36 + 4)
  37 + TARGET_DEVICE_ARGS="--target-device watch"
  38 + ;;
  39 + *)
  40 + TARGET_DEVICE_ARGS="--target-device mac"
  41 + ;;
  42 +esac
  43 +
  44 +install_resource()
  45 +{
  46 + if [[ "$1" = /* ]] ; then
  47 + RESOURCE_PATH="$1"
  48 + else
  49 + RESOURCE_PATH="${PODS_ROOT}/$1"
  50 + fi
  51 + if [[ ! -e "$RESOURCE_PATH" ]] ; then
  52 + cat << EOM
  53 +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
  54 +EOM
  55 + exit 1
  56 + fi
  57 + case $RESOURCE_PATH in
  58 + *.storyboard)
  59 + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
  60 + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
  61 + ;;
  62 + *.xib)
  63 + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
  64 + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
  65 + ;;
  66 + *.framework)
  67 + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
  68 + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  69 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
  70 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  71 + ;;
  72 + *.xcdatamodel)
  73 + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
  74 + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
  75 + ;;
  76 + *.xcdatamodeld)
  77 + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
  78 + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
  79 + ;;
  80 + *.xcmappingmodel)
  81 + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
  82 + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
  83 + ;;
  84 + *.xcassets)
  85 + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
  86 + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
  87 + ;;
  88 + *)
  89 + echo "$RESOURCE_PATH" || true
  90 + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
  91 + ;;
  92 + esac
  93 +}
  94 +
  95 +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  96 +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  97 +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
  98 + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  99 + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  100 +fi
  101 +rm -f "$RESOURCES_TO_COPY"
  102 +
  103 +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ]
  104 +then
  105 + # Find all other xcassets (this unfortunately includes those of path pods and other targets).
  106 + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
  107 + while read line; do
  108 + if [[ $line != "${PODS_ROOT}*" ]]; then
  109 + XCASSET_FILES+=("$line")
  110 + fi
  111 + done <<<"$OTHER_XCASSETS"
  112 +
  113 + if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then
  114 + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  115 + else
  116 + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist"
  117 + fi
  118 +fi
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example-umbrella.h 0 → 100644
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +
  14 +FOUNDATION_EXPORT double Pods_CNLiveRefeshHeader_ExampleVersionNumber;
  15 +FOUNDATION_EXPORT const unsigned char Pods_CNLiveRefeshHeader_ExampleVersionString[];
  16 +
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example.debug.xcconfig 0 → 100644
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveRefeshHeader"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  4 +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveRefeshHeader/CNLiveRefeshHeader.framework/Headers"
  5 +OTHER_LDFLAGS = $(inherited) -framework "CNLiveRefeshHeader"
  6 +PODS_BUILD_DIR = ${BUILD_DIR}
  7 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  8 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  9 +PODS_ROOT = ${SRCROOT}/Pods
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example.modulemap 0 → 100644
  1 +framework module Pods_CNLiveRefeshHeader_Example {
  2 + umbrella header "Pods-CNLiveRefeshHeader_Example-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Example/Pods-CNLiveRefeshHeader_Example.release.xcconfig 0 → 100644
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveRefeshHeader"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  4 +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveRefeshHeader/CNLiveRefeshHeader.framework/Headers"
  5 +OTHER_LDFLAGS = $(inherited) -framework "CNLiveRefeshHeader"
  6 +PODS_BUILD_DIR = ${BUILD_DIR}
  7 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  8 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  9 +PODS_ROOT = ${SRCROOT}/Pods
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Info.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>${EXECUTABLE_NAME}</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundleName</key>
  14 + <string>${PRODUCT_NAME}</string>
  15 + <key>CFBundlePackageType</key>
  16 + <string>FMWK</string>
  17 + <key>CFBundleShortVersionString</key>
  18 + <string>1.0.0</string>
  19 + <key>CFBundleSignature</key>
  20 + <string>????</string>
  21 + <key>CFBundleVersion</key>
  22 + <string>${CURRENT_PROJECT_VERSION}</string>
  23 + <key>NSPrincipalClass</key>
  24 + <string></string>
  25 +</dict>
  26 +</plist>
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests-acknowledgements.markdown 0 → 100644
  1 +# Acknowledgements
  2 +This application makes use of the following third party libraries:
  3 +Generated by CocoaPods - https://cocoapods.org
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests-acknowledgements.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>PreferenceSpecifiers</key>
  6 + <array>
  7 + <dict>
  8 + <key>FooterText</key>
  9 + <string>This application makes use of the following third party libraries:</string>
  10 + <key>Title</key>
  11 + <string>Acknowledgements</string>
  12 + <key>Type</key>
  13 + <string>PSGroupSpecifier</string>
  14 + </dict>
  15 + <dict>
  16 + <key>FooterText</key>
  17 + <string>Generated by CocoaPods - https://cocoapods.org</string>
  18 + <key>Title</key>
  19 + <string></string>
  20 + <key>Type</key>
  21 + <string>PSGroupSpecifier</string>
  22 + </dict>
  23 + </array>
  24 + <key>StringsTable</key>
  25 + <string>Acknowledgements</string>
  26 + <key>Title</key>
  27 + <string>Acknowledgements</string>
  28 +</dict>
  29 +</plist>
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests-dummy.m 0 → 100644
  1 +#import <Foundation/Foundation.h>
  2 +@interface PodsDummy_Pods_CNLiveRefeshHeader_Tests : NSObject
  3 +@end
  4 +@implementation PodsDummy_Pods_CNLiveRefeshHeader_Tests
  5 +@end
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests-frameworks.sh 0 → 100755
  1 +#!/bin/sh
  2 +set -e
  3 +set -u
  4 +set -o pipefail
  5 +
  6 +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
  7 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
  8 + # frameworks to, so exit 0 (signalling the script phase was successful).
  9 + exit 0
  10 +fi
  11 +
  12 +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  13 +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  14 +
  15 +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}"
  16 +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
  17 +
  18 +# Used as a return value for each invocation of `strip_invalid_archs` function.
  19 +STRIP_BINARY_RETVAL=0
  20 +
  21 +# This protects against multiple targets copying the same framework dependency at the same time. The solution
  22 +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
  23 +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
  24 +
  25 +# Copies and strips a vendored framework
  26 +install_framework()
  27 +{
  28 + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
  29 + local source="${BUILT_PRODUCTS_DIR}/$1"
  30 + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
  31 + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
  32 + elif [ -r "$1" ]; then
  33 + local source="$1"
  34 + fi
  35 +
  36 + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  37 +
  38 + if [ -L "${source}" ]; then
  39 + echo "Symlinked..."
  40 + source="$(readlink "${source}")"
  41 + fi
  42 +
  43 + # Use filter instead of exclude so missing patterns don't throw errors.
  44 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
  45 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
  46 +
  47 + local basename
  48 + basename="$(basename -s .framework "$1")"
  49 + binary="${destination}/${basename}.framework/${basename}"
  50 + if ! [ -r "$binary" ]; then
  51 + binary="${destination}/${basename}"
  52 + fi
  53 +
  54 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  55 + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
  56 + strip_invalid_archs "$binary"
  57 + fi
  58 +
  59 + # Resign the code if required by the build settings to avoid unstable apps
  60 + code_sign_if_enabled "${destination}/$(basename "$1")"
  61 +
  62 + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
  63 + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
  64 + local swift_runtime_libs
  65 + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
  66 + for lib in $swift_runtime_libs; do
  67 + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
  68 + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
  69 + code_sign_if_enabled "${destination}/${lib}"
  70 + done
  71 + fi
  72 +}
  73 +
  74 +# Copies and strips a vendored dSYM
  75 +install_dsym() {
  76 + local source="$1"
  77 + if [ -r "$source" ]; then
  78 + # Copy the dSYM into a the targets temp dir.
  79 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\""
  80 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}"
  81 +
  82 + local basename
  83 + basename="$(basename -s .framework.dSYM "$source")"
  84 + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}"
  85 +
  86 + # Strip invalid architectures so "fat" simulator / device frameworks work on device
  87 + if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then
  88 + strip_invalid_archs "$binary"
  89 + fi
  90 +
  91 + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then
  92 + # Move the stripped file into its final destination.
  93 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\""
  94 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}"
  95 + else
  96 + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
  97 + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM"
  98 + fi
  99 + fi
  100 +}
  101 +
  102 +# Signs a framework with the provided identity
  103 +code_sign_if_enabled() {
  104 + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
  105 + # Use the current code_sign_identitiy
  106 + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
  107 + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'"
  108 +
  109 + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  110 + code_sign_cmd="$code_sign_cmd &"
  111 + fi
  112 + echo "$code_sign_cmd"
  113 + eval "$code_sign_cmd"
  114 + fi
  115 +}
  116 +
  117 +# Strip invalid architectures
  118 +strip_invalid_archs() {
  119 + binary="$1"
  120 + # Get architectures for current target binary
  121 + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)"
  122 + # Intersect them with the architectures we are building for
  123 + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)"
  124 + # If there are no archs supported by this binary then warn the user
  125 + if [[ -z "$intersected_archs" ]]; then
  126 + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)."
  127 + STRIP_BINARY_RETVAL=0
  128 + return
  129 + fi
  130 + stripped=""
  131 + for arch in $binary_archs; do
  132 + if ! [[ "${ARCHS}" == *"$arch"* ]]; then
  133 + # Strip non-valid architectures in-place
  134 + lipo -remove "$arch" -output "$binary" "$binary" || exit 1
  135 + stripped="$stripped $arch"
  136 + fi
  137 + done
  138 + if [[ "$stripped" ]]; then
  139 + echo "Stripped $binary of architectures:$stripped"
  140 + fi
  141 + STRIP_BINARY_RETVAL=1
  142 +}
  143 +
  144 +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
  145 + wait
  146 +fi
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests-resources.sh 0 → 100755
  1 +#!/bin/sh
  2 +set -e
  3 +set -u
  4 +set -o pipefail
  5 +
  6 +if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
  7 + # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy
  8 + # resources to, so exit 0 (signalling the script phase was successful).
  9 + exit 0
  10 +fi
  11 +
  12 +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  13 +
  14 +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
  15 +> "$RESOURCES_TO_COPY"
  16 +
  17 +XCASSET_FILES=()
  18 +
  19 +# This protects against multiple targets copying the same framework dependency at the same time. The solution
  20 +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
  21 +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
  22 +
  23 +case "${TARGETED_DEVICE_FAMILY:-}" in
  24 + 1,2)
  25 + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
  26 + ;;
  27 + 1)
  28 + TARGET_DEVICE_ARGS="--target-device iphone"
  29 + ;;
  30 + 2)
  31 + TARGET_DEVICE_ARGS="--target-device ipad"
  32 + ;;
  33 + 3)
  34 + TARGET_DEVICE_ARGS="--target-device tv"
  35 + ;;
  36 + 4)
  37 + TARGET_DEVICE_ARGS="--target-device watch"
  38 + ;;
  39 + *)
  40 + TARGET_DEVICE_ARGS="--target-device mac"
  41 + ;;
  42 +esac
  43 +
  44 +install_resource()
  45 +{
  46 + if [[ "$1" = /* ]] ; then
  47 + RESOURCE_PATH="$1"
  48 + else
  49 + RESOURCE_PATH="${PODS_ROOT}/$1"
  50 + fi
  51 + if [[ ! -e "$RESOURCE_PATH" ]] ; then
  52 + cat << EOM
  53 +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
  54 +EOM
  55 + exit 1
  56 + fi
  57 + case $RESOURCE_PATH in
  58 + *.storyboard)
  59 + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
  60 + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
  61 + ;;
  62 + *.xib)
  63 + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
  64 + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
  65 + ;;
  66 + *.framework)
  67 + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
  68 + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  69 + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
  70 + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
  71 + ;;
  72 + *.xcdatamodel)
  73 + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
  74 + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
  75 + ;;
  76 + *.xcdatamodeld)
  77 + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
  78 + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
  79 + ;;
  80 + *.xcmappingmodel)
  81 + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
  82 + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
  83 + ;;
  84 + *.xcassets)
  85 + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
  86 + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
  87 + ;;
  88 + *)
  89 + echo "$RESOURCE_PATH" || true
  90 + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
  91 + ;;
  92 + esac
  93 +}
  94 +
  95 +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  96 +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  97 +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
  98 + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  99 + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  100 +fi
  101 +rm -f "$RESOURCES_TO_COPY"
  102 +
  103 +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ]
  104 +then
  105 + # Find all other xcassets (this unfortunately includes those of path pods and other targets).
  106 + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
  107 + while read line; do
  108 + if [[ $line != "${PODS_ROOT}*" ]]; then
  109 + XCASSET_FILES+=("$line")
  110 + fi
  111 + done <<<"$OTHER_XCASSETS"
  112 +
  113 + if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then
  114 + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
  115 + else
  116 + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist"
  117 + fi
  118 +fi
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests-umbrella.h 0 → 100644
  1 +#ifdef __OBJC__
  2 +#import <UIKit/UIKit.h>
  3 +#else
  4 +#ifndef FOUNDATION_EXPORT
  5 +#if defined(__cplusplus)
  6 +#define FOUNDATION_EXPORT extern "C"
  7 +#else
  8 +#define FOUNDATION_EXPORT extern
  9 +#endif
  10 +#endif
  11 +#endif
  12 +
  13 +
  14 +FOUNDATION_EXPORT double Pods_CNLiveRefeshHeader_TestsVersionNumber;
  15 +FOUNDATION_EXPORT const unsigned char Pods_CNLiveRefeshHeader_TestsVersionString[];
  16 +
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests.debug.xcconfig 0 → 100644
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveRefeshHeader"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  4 +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveRefeshHeader/CNLiveRefeshHeader.framework/Headers"
  5 +PODS_BUILD_DIR = ${BUILD_DIR}
  6 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  7 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  8 +PODS_ROOT = ${SRCROOT}/Pods
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests.modulemap 0 → 100644
  1 +framework module Pods_CNLiveRefeshHeader_Tests {
  2 + umbrella header "Pods-CNLiveRefeshHeader_Tests-umbrella.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
... ...
Example/Pods/Target Support Files/Pods-CNLiveRefeshHeader_Tests/Pods-CNLiveRefeshHeader_Tests.release.xcconfig 0 → 100644
  1 +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveRefeshHeader"
  2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
  3 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
  4 +OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/CNLiveRefeshHeader/CNLiveRefeshHeader.framework/Headers"
  5 +PODS_BUILD_DIR = ${BUILD_DIR}
  6 +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
  7 +PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
  8 +PODS_ROOT = ${SRCROOT}/Pods
... ...
Example/Tests/Tests-Info.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>en</string>
  7 + <key>CFBundleExecutable</key>
  8 + <string>${EXECUTABLE_NAME}</string>
  9 + <key>CFBundleIdentifier</key>
  10 + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11 + <key>CFBundleInfoDictionaryVersion</key>
  12 + <string>6.0</string>
  13 + <key>CFBundlePackageType</key>
  14 + <string>BNDL</string>
  15 + <key>CFBundleShortVersionString</key>
  16 + <string>1.0</string>
  17 + <key>CFBundleSignature</key>
  18 + <string>????</string>
  19 + <key>CFBundleVersion</key>
  20 + <string>1</string>
  21 +</dict>
  22 +</plist>
... ...
Example/Tests/Tests-Prefix.pch 0 → 100644
  1 +// The contents of this file are implicitly included at the beginning of every test case source file.
  2 +
  3 +#ifdef __OBJC__
  4 +
  5 +
  6 +
  7 +#endif
... ...
Example/Tests/Tests.m 0 → 100644
  1 +//
  2 +// CNLiveRefeshHeaderTests.m
  3 +// CNLiveRefeshHeaderTests
  4 +//
  5 +// Created by 殷巧娟 on 12/07/2018.
  6 +// Copyright (c) 2018 殷巧娟. All rights reserved.
  7 +//
  8 +
  9 +@import XCTest;
  10 +
  11 +@interface Tests : XCTestCase
  12 +
  13 +@end
  14 +
  15 +@implementation Tests
  16 +
  17 +- (void)setUp
  18 +{
  19 + [super setUp];
  20 + // Put setup code here. This method is called before the invocation of each test method in the class.
  21 +}
  22 +
  23 +- (void)tearDown
  24 +{
  25 + // Put teardown code here. This method is called after the invocation of each test method in the class.
  26 + [super tearDown];
  27 +}
  28 +
  29 +- (void)testExample
  30 +{
  31 + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
  32 +}
  33 +
  34 +@end
  35 +
... ...
Example/Tests/en.lproj/InfoPlist.strings 0 → 100644
  1 +/* Localized versions of Info.plist keys */
  2 +
... ...
LICENSE 0 → 100644
  1 +Copyright (c) 2018 殷巧娟 <1427945373@qq.com>
  2 +
  3 +Permission is hereby granted, free of charge, to any person obtaining a copy
  4 +of this software and associated documentation files (the "Software"), to deal
  5 +in the Software without restriction, including without limitation the rights
  6 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7 +copies of the Software, and to permit persons to whom the Software is
  8 +furnished to do so, subject to the following conditions:
  9 +
  10 +The above copyright notice and this permission notice shall be included in
  11 +all copies or substantial portions of the Software.
  12 +
  13 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  14 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  16 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  17 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  18 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  19 +THE SOFTWARE.
... ...
README.md
1   -封装MJRefresh
2 1 \ No newline at end of file
  2 +# CNLiveRefeshHeader
  3 +
  4 +[![CI Status](https://img.shields.io/travis/殷巧娟/CNLiveRefeshHeader.svg?style=flat)](https://travis-ci.org/殷巧娟/CNLiveRefeshHeader)
  5 +[![Version](https://img.shields.io/cocoapods/v/CNLiveRefeshHeader.svg?style=flat)](https://cocoapods.org/pods/CNLiveRefeshHeader)
  6 +[![License](https://img.shields.io/cocoapods/l/CNLiveRefeshHeader.svg?style=flat)](https://cocoapods.org/pods/CNLiveRefeshHeader)
  7 +[![Platform](https://img.shields.io/cocoapods/p/CNLiveRefeshHeader.svg?style=flat)](https://cocoapods.org/pods/CNLiveRefeshHeader)
  8 +
  9 +## Example
  10 +
  11 +To run the example project, clone the repo, and run `pod install` from the Example directory first.
  12 +
  13 +## Requirements
  14 +
  15 +## Installation
  16 +
  17 +CNLiveRefeshHeader is available through [CocoaPods](https://cocoapods.org). To install
  18 +it, simply add the following line to your Podfile:
  19 +
  20 +```ruby
  21 +pod 'CNLiveRefeshHeader'
  22 +```
  23 +
  24 +## Author
  25 +
  26 +殷巧娟, 1427945373@qq.com
  27 +
  28 +## License
  29 +
  30 +CNLiveRefeshHeader is available under the MIT license. See the LICENSE file for more info.
... ...
_Pods.xcodeproj 0 → 120000
  1 +Example/Pods/Pods.xcodeproj
0 2 \ No newline at end of file
... ...