Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit 349ba3e

Browse files
committed
Carthage support
1 parent 3ee6473 commit 349ba3e

6 files changed

Lines changed: 175 additions & 90 deletions

File tree

Other Sources/SSPullToRefresh-Prefix.pch

Lines changed: 0 additions & 8 deletions
This file was deleted.

SSPullToRefresh.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SSPullToRefresh'
3-
s.version = '1.2.3'
3+
s.version = '1.2.4'
44
s.summary = 'Simple and highly customizable pull to refresh view.'
55
s.homepage = 'https://github.com/soffes/sspulltorefresh'
66
s.author = { 'Sam Soffes' => 'sam@soff.es' }
@@ -9,8 +9,7 @@ Pod::Spec.new do |s|
99
:type => 'MIT',
1010
:file => 'LICENSE'
1111
}
12-
s.source_files = 'SSPullToRefresh'
12+
s.source_files = 'SSPullToRefresh/**/*.{h,m}'
1313
s.description = 'SSPullToRefresh is a simple and highly customizable pull to refresh view. It lets you implement a content view separate so you don\'t have to hack up the pulling logic everything you want to customize the appearance.'
1414
s.platform = :ios, '5.0'
15-
s.requires_arc = true
1615
end

SSPullToRefresh.xcodeproj/project.pbxproj

Lines changed: 134 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,20 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
9E5FDF1016B9E5230028CF6C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9E5FDF0F16B9E5230028CF6C /* Foundation.framework */; };
11-
9E5FDF2616B9E57D0028CF6C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9E5FDF2516B9E57D0028CF6C /* UIKit.framework */; };
12-
9E5FDF4F16B9E8600028CF6C /* SSPullToRefreshDefaultContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E5FDF4A16B9E8600028CF6C /* SSPullToRefreshDefaultContentView.m */; };
13-
9E5FDF5016B9E8600028CF6C /* SSPullToRefreshSimpleContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E5FDF4C16B9E8600028CF6C /* SSPullToRefreshSimpleContentView.m */; };
14-
9E5FDF5116B9E8600028CF6C /* SSPullToRefreshView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E5FDF4E16B9E8600028CF6C /* SSPullToRefreshView.m */; };
10+
368DECDC1B20B1EE0098369F /* SSPullToRefreshDefaultContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E5FDF4A16B9E8600028CF6C /* SSPullToRefreshDefaultContentView.m */; };
11+
368DECDD1B20B1EE0098369F /* SSPullToRefreshSimpleContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E5FDF4C16B9E8600028CF6C /* SSPullToRefreshSimpleContentView.m */; };
12+
368DECDE1B20B1EE0098369F /* SSPullToRefreshView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E5FDF4E16B9E8600028CF6C /* SSPullToRefreshView.m */; };
13+
368DECDF1B20B1F10098369F /* SSPullToRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E5FDF4816B9E8600028CF6C /* SSPullToRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; };
14+
368DECE01B20B1F10098369F /* SSPullToRefreshDefaultContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E5FDF4916B9E8600028CF6C /* SSPullToRefreshDefaultContentView.h */; settings = {ATTRIBUTES = (Public, ); }; };
15+
368DECE11B20B1F10098369F /* SSPullToRefreshSimpleContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E5FDF4B16B9E8600028CF6C /* SSPullToRefreshSimpleContentView.h */; settings = {ATTRIBUTES = (Public, ); }; };
16+
368DECE21B20B1F10098369F /* SSPullToRefreshView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E5FDF4D16B9E8600028CF6C /* SSPullToRefreshView.h */; settings = {ATTRIBUTES = (Public, ); }; };
1517
/* End PBXBuildFile section */
1618

17-
/* Begin PBXCopyFilesBuildPhase section */
18-
9E5FDF0A16B9E5230028CF6C /* CopyFiles */ = {
19-
isa = PBXCopyFilesBuildPhase;
20-
buildActionMask = 2147483647;
21-
dstPath = "include/${PRODUCT_NAME}";
22-
dstSubfolderSpec = 16;
23-
files = (
24-
);
25-
runOnlyForDeploymentPostprocessing = 0;
26-
};
27-
/* End PBXCopyFilesBuildPhase section */
28-
2919
/* Begin PBXFileReference section */
30-
9E5FDF0C16B9E5230028CF6C /* libSSPullToRefresh.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSSPullToRefresh.a; sourceTree = BUILT_PRODUCTS_DIR; };
20+
368DECC31B20B12F0098369F /* SSPullToRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SSPullToRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; };
21+
368DECC61B20B12F0098369F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3122
9E5FDF0F16B9E5230028CF6C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
3223
9E5FDF2516B9E57D0028CF6C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
33-
9E5FDF4716B9E8540028CF6C /* SSPullToRefresh-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SSPullToRefresh-Prefix.pch"; path = "Other Sources/SSPullToRefresh-Prefix.pch"; sourceTree = SOURCE_ROOT; };
3424
9E5FDF4816B9E8600028CF6C /* SSPullToRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SSPullToRefresh.h; path = SSPullToRefresh/SSPullToRefresh.h; sourceTree = SOURCE_ROOT; };
3525
9E5FDF4916B9E8600028CF6C /* SSPullToRefreshDefaultContentView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SSPullToRefreshDefaultContentView.h; path = SSPullToRefresh/SSPullToRefreshDefaultContentView.h; sourceTree = SOURCE_ROOT; };
3626
9E5FDF4A16B9E8600028CF6C /* SSPullToRefreshDefaultContentView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SSPullToRefreshDefaultContentView.m; path = SSPullToRefresh/SSPullToRefreshDefaultContentView.m; sourceTree = SOURCE_ROOT; };
@@ -41,12 +31,10 @@
4131
/* End PBXFileReference section */
4232

4333
/* Begin PBXFrameworksBuildPhase section */
44-
9E5FDF0916B9E5230028CF6C /* Frameworks */ = {
34+
368DECBF1B20B12F0098369F /* Frameworks */ = {
4535
isa = PBXFrameworksBuildPhase;
4636
buildActionMask = 2147483647;
4737
files = (
48-
9E5FDF2616B9E57D0028CF6C /* UIKit.framework in Frameworks */,
49-
9E5FDF1016B9E5230028CF6C /* Foundation.framework in Frameworks */,
5038
);
5139
runOnlyForDeploymentPostprocessing = 0;
5240
};
@@ -66,7 +54,7 @@
6654
9E5FDF0D16B9E5230028CF6C /* Products */ = {
6755
isa = PBXGroup;
6856
children = (
69-
9E5FDF0C16B9E5230028CF6C /* libSSPullToRefresh.a */,
57+
368DECC31B20B12F0098369F /* SSPullToRefresh.framework */,
7058
);
7159
name = Products;
7260
sourceTree = "<group>";
@@ -98,30 +86,45 @@
9886
9E5FDF1216B9E5230028CF6C /* Supporting Files */ = {
9987
isa = PBXGroup;
10088
children = (
101-
9E5FDF4716B9E8540028CF6C /* SSPullToRefresh-Prefix.pch */,
89+
368DECC61B20B12F0098369F /* Info.plist */,
10290
);
10391
name = "Supporting Files";
10492
sourceTree = "<group>";
10593
};
10694
/* End PBXGroup section */
10795

96+
/* Begin PBXHeadersBuildPhase section */
97+
368DECC01B20B12F0098369F /* Headers */ = {
98+
isa = PBXHeadersBuildPhase;
99+
buildActionMask = 2147483647;
100+
files = (
101+
368DECDF1B20B1F10098369F /* SSPullToRefresh.h in Headers */,
102+
368DECE01B20B1F10098369F /* SSPullToRefreshDefaultContentView.h in Headers */,
103+
368DECE11B20B1F10098369F /* SSPullToRefreshSimpleContentView.h in Headers */,
104+
368DECE21B20B1F10098369F /* SSPullToRefreshView.h in Headers */,
105+
);
106+
runOnlyForDeploymentPostprocessing = 0;
107+
};
108+
/* End PBXHeadersBuildPhase section */
109+
108110
/* Begin PBXNativeTarget section */
109-
9E5FDF0B16B9E5230028CF6C /* SSPullToRefresh */ = {
111+
368DECC21B20B12F0098369F /* SSPullToRefresh */ = {
110112
isa = PBXNativeTarget;
111-
buildConfigurationList = 9E5FDF1816B9E5230028CF6C /* Build configuration list for PBXNativeTarget "SSPullToRefresh" */;
113+
buildConfigurationList = 368DECD61B20B1300098369F /* Build configuration list for PBXNativeTarget "SSPullToRefresh" */;
112114
buildPhases = (
113-
9E5FDF0816B9E5230028CF6C /* Sources */,
114-
9E5FDF0916B9E5230028CF6C /* Frameworks */,
115-
9E5FDF0A16B9E5230028CF6C /* CopyFiles */,
115+
368DECBE1B20B12F0098369F /* Sources */,
116+
368DECBF1B20B12F0098369F /* Frameworks */,
117+
368DECC01B20B12F0098369F /* Headers */,
118+
368DECC11B20B12F0098369F /* Resources */,
116119
);
117120
buildRules = (
118121
);
119122
dependencies = (
120123
);
121124
name = SSPullToRefresh;
122125
productName = SSPullToRefresh;
123-
productReference = 9E5FDF0C16B9E5230028CF6C /* libSSPullToRefresh.a */;
124-
productType = "com.apple.product-type.library.static";
126+
productReference = 368DECC31B20B12F0098369F /* SSPullToRefresh.framework */;
127+
productType = "com.apple.product-type.framework";
125128
};
126129
/* End PBXNativeTarget section */
127130

@@ -130,6 +133,11 @@
130133
isa = PBXProject;
131134
attributes = {
132135
LastUpgradeCheck = 0510;
136+
TargetAttributes = {
137+
368DECC21B20B12F0098369F = {
138+
CreatedOnToolsVersion = 6.3.2;
139+
};
140+
};
133141
};
134142
buildConfigurationList = 9E5FDF0516B9E4D70028CF6C /* Build configuration list for PBXProject "SSPullToRefresh" */;
135143
compatibilityVersion = "Xcode 3.2";
@@ -143,123 +151,173 @@
143151
projectDirPath = "";
144152
projectRoot = "";
145153
targets = (
146-
9E5FDF0B16B9E5230028CF6C /* SSPullToRefresh */,
154+
368DECC21B20B12F0098369F /* SSPullToRefresh */,
147155
);
148156
};
149157
/* End PBXProject section */
150158

159+
/* Begin PBXResourcesBuildPhase section */
160+
368DECC11B20B12F0098369F /* Resources */ = {
161+
isa = PBXResourcesBuildPhase;
162+
buildActionMask = 2147483647;
163+
files = (
164+
);
165+
runOnlyForDeploymentPostprocessing = 0;
166+
};
167+
/* End PBXResourcesBuildPhase section */
168+
151169
/* Begin PBXSourcesBuildPhase section */
152-
9E5FDF0816B9E5230028CF6C /* Sources */ = {
170+
368DECBE1B20B12F0098369F /* Sources */ = {
153171
isa = PBXSourcesBuildPhase;
154172
buildActionMask = 2147483647;
155173
files = (
156-
9E5FDF4F16B9E8600028CF6C /* SSPullToRefreshDefaultContentView.m in Sources */,
157-
9E5FDF5016B9E8600028CF6C /* SSPullToRefreshSimpleContentView.m in Sources */,
158-
9E5FDF5116B9E8600028CF6C /* SSPullToRefreshView.m in Sources */,
174+
368DECDE1B20B1EE0098369F /* SSPullToRefreshView.m in Sources */,
175+
368DECDD1B20B1EE0098369F /* SSPullToRefreshSimpleContentView.m in Sources */,
176+
368DECDC1B20B1EE0098369F /* SSPullToRefreshDefaultContentView.m in Sources */,
159177
);
160178
runOnlyForDeploymentPostprocessing = 0;
161179
};
162180
/* End PBXSourcesBuildPhase section */
163181

164182
/* Begin XCBuildConfiguration section */
165-
9E5FDF0616B9E4D70028CF6C /* Debug */ = {
166-
isa = XCBuildConfiguration;
167-
buildSettings = {
168-
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
169-
};
170-
name = Debug;
171-
};
172-
9E5FDF0716B9E4D70028CF6C /* Release */ = {
173-
isa = XCBuildConfiguration;
174-
buildSettings = {
175-
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
176-
};
177-
name = Release;
178-
};
179-
9E5FDF1916B9E5230028CF6C /* Debug */ = {
183+
368DECD71B20B1300098369F /* Debug */ = {
180184
isa = XCBuildConfiguration;
181185
buildSettings = {
182186
ALWAYS_SEARCH_USER_PATHS = NO;
187+
APPLICATION_EXTENSION_API_ONLY = YES;
183188
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
184189
CLANG_CXX_LIBRARY = "libc++";
190+
CLANG_ENABLE_MODULES = YES;
185191
CLANG_ENABLE_OBJC_ARC = YES;
192+
CLANG_WARN_BOOL_CONVERSION = YES;
186193
CLANG_WARN_CONSTANT_CONVERSION = YES;
194+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
187195
CLANG_WARN_EMPTY_BODY = YES;
188196
CLANG_WARN_ENUM_CONVERSION = YES;
189197
CLANG_WARN_INT_CONVERSION = YES;
198+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
199+
CLANG_WARN_UNREACHABLE_CODE = YES;
190200
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
201+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
191202
COPY_PHASE_STRIP = NO;
192-
DSTROOT = /tmp/SSPullToRefresh.dst;
203+
CURRENT_PROJECT_VERSION = 1;
204+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
205+
DEFINES_MODULE = YES;
206+
DYLIB_COMPATIBILITY_VERSION = 1;
207+
DYLIB_CURRENT_VERSION = 1;
208+
DYLIB_INSTALL_NAME_BASE = "@rpath";
209+
ENABLE_STRICT_OBJC_MSGSEND = YES;
193210
GCC_C_LANGUAGE_STANDARD = gnu99;
194211
GCC_DYNAMIC_NO_PIC = NO;
212+
GCC_NO_COMMON_BLOCKS = YES;
195213
GCC_OPTIMIZATION_LEVEL = 0;
196-
GCC_PRECOMPILE_PREFIX_HEADER = YES;
197-
GCC_PREFIX_HEADER = "Other Sources/SSPullToRefresh-Prefix.pch";
198214
GCC_PREPROCESSOR_DEFINITIONS = (
199215
"DEBUG=1",
200216
"$(inherited)",
201217
);
202218
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
203-
GCC_WARN_ABOUT_RETURN_TYPE = YES;
204-
GCC_WARN_UNINITIALIZED_AUTOS = YES;
219+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
220+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
221+
GCC_WARN_UNDECLARED_SELECTOR = YES;
222+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
223+
GCC_WARN_UNUSED_FUNCTION = YES;
205224
GCC_WARN_UNUSED_VARIABLE = YES;
206-
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
225+
INFOPLIST_FILE = SSPullToRefresh/Info.plist;
226+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
227+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
228+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
229+
MTL_ENABLE_DEBUG_INFO = YES;
207230
ONLY_ACTIVE_ARCH = YES;
208-
OTHER_LDFLAGS = "-ObjC";
209231
PRODUCT_NAME = "$(TARGET_NAME)";
210232
SDKROOT = iphoneos;
211233
SKIP_INSTALL = YES;
212-
WARNING_CFLAGS = "-Weverything";
234+
TARGETED_DEVICE_FAMILY = "1,2";
235+
VERSIONING_SYSTEM = "apple-generic";
236+
VERSION_INFO_PREFIX = "";
213237
};
214238
name = Debug;
215239
};
216-
9E5FDF1A16B9E5230028CF6C /* Release */ = {
240+
368DECD81B20B1300098369F /* Release */ = {
217241
isa = XCBuildConfiguration;
218242
buildSettings = {
219243
ALWAYS_SEARCH_USER_PATHS = NO;
244+
APPLICATION_EXTENSION_API_ONLY = YES;
220245
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
221246
CLANG_CXX_LIBRARY = "libc++";
247+
CLANG_ENABLE_MODULES = YES;
222248
CLANG_ENABLE_OBJC_ARC = YES;
249+
CLANG_WARN_BOOL_CONVERSION = YES;
223250
CLANG_WARN_CONSTANT_CONVERSION = YES;
251+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
224252
CLANG_WARN_EMPTY_BODY = YES;
225253
CLANG_WARN_ENUM_CONVERSION = YES;
226254
CLANG_WARN_INT_CONVERSION = YES;
255+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
256+
CLANG_WARN_UNREACHABLE_CODE = YES;
227257
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
228-
COPY_PHASE_STRIP = YES;
229-
DSTROOT = /tmp/SSPullToRefresh.dst;
258+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
259+
COPY_PHASE_STRIP = NO;
260+
CURRENT_PROJECT_VERSION = 1;
261+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
262+
DEFINES_MODULE = YES;
263+
DYLIB_COMPATIBILITY_VERSION = 1;
264+
DYLIB_CURRENT_VERSION = 1;
265+
DYLIB_INSTALL_NAME_BASE = "@rpath";
266+
ENABLE_NS_ASSERTIONS = NO;
267+
ENABLE_STRICT_OBJC_MSGSEND = YES;
230268
GCC_C_LANGUAGE_STANDARD = gnu99;
231-
GCC_PRECOMPILE_PREFIX_HEADER = YES;
232-
GCC_PREFIX_HEADER = "Other Sources/SSPullToRefresh-Prefix.pch";
233-
GCC_WARN_ABOUT_RETURN_TYPE = YES;
234-
GCC_WARN_UNINITIALIZED_AUTOS = YES;
269+
GCC_NO_COMMON_BLOCKS = YES;
270+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
271+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
272+
GCC_WARN_UNDECLARED_SELECTOR = YES;
273+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274+
GCC_WARN_UNUSED_FUNCTION = YES;
235275
GCC_WARN_UNUSED_VARIABLE = YES;
236-
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
237-
OTHER_LDFLAGS = "-ObjC";
276+
INFOPLIST_FILE = SSPullToRefresh/Info.plist;
277+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
278+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
279+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
280+
MTL_ENABLE_DEBUG_INFO = NO;
238281
PRODUCT_NAME = "$(TARGET_NAME)";
239282
SDKROOT = iphoneos;
240283
SKIP_INSTALL = YES;
284+
TARGETED_DEVICE_FAMILY = "1,2";
241285
VALIDATE_PRODUCT = YES;
242-
WARNING_CFLAGS = "-Weverything";
286+
VERSIONING_SYSTEM = "apple-generic";
287+
VERSION_INFO_PREFIX = "";
288+
};
289+
name = Release;
290+
};
291+
9E5FDF0616B9E4D70028CF6C /* Debug */ = {
292+
isa = XCBuildConfiguration;
293+
buildSettings = {
294+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
295+
};
296+
name = Debug;
297+
};
298+
9E5FDF0716B9E4D70028CF6C /* Release */ = {
299+
isa = XCBuildConfiguration;
300+
buildSettings = {
301+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
243302
};
244303
name = Release;
245304
};
246305
/* End XCBuildConfiguration section */
247306

248307
/* Begin XCConfigurationList section */
249-
9E5FDF0516B9E4D70028CF6C /* Build configuration list for PBXProject "SSPullToRefresh" */ = {
308+
368DECD61B20B1300098369F /* Build configuration list for PBXNativeTarget "SSPullToRefresh" */ = {
250309
isa = XCConfigurationList;
251310
buildConfigurations = (
252-
9E5FDF0616B9E4D70028CF6C /* Debug */,
253-
9E5FDF0716B9E4D70028CF6C /* Release */,
311+
368DECD71B20B1300098369F /* Debug */,
312+
368DECD81B20B1300098369F /* Release */,
254313
);
255314
defaultConfigurationIsVisible = 0;
256-
defaultConfigurationName = Release;
257315
};
258-
9E5FDF1816B9E5230028CF6C /* Build configuration list for PBXNativeTarget "SSPullToRefresh" */ = {
316+
9E5FDF0516B9E4D70028CF6C /* Build configuration list for PBXProject "SSPullToRefresh" */ = {
259317
isa = XCConfigurationList;
260318
buildConfigurations = (
261-
9E5FDF1916B9E5230028CF6C /* Debug */,
262-
9E5FDF1A16B9E5230028CF6C /* Release */,
319+
9E5FDF0616B9E4D70028CF6C /* Debug */,
320+
9E5FDF0716B9E4D70028CF6C /* Release */,
263321
);
264322
defaultConfigurationIsVisible = 0;
265323
defaultConfigurationName = Release;

0 commit comments

Comments
 (0)