|
14 | 14 | 61091D681CDAF8E4008B7EA3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 61091D661CDAF8E4008B7EA3 /* LaunchScreen.storyboard */; };
|
15 | 15 | 61091D721CDAFCDA008B7EA3 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61091D711CDAFCDA008B7EA3 /* ImageDownloader.swift */; };
|
16 | 16 | A306D5631CE330A8008341F3 /* CYAlertViewAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = A306D5621CE330A8008341F3 /* CYAlertViewAction.swift */; };
|
| 17 | + A30EA3D21CFED40F006FEF23 /* CYAudioPlayUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A30EA3D11CFED40F006FEF23 /* CYAudioPlayUtils.swift */; }; |
| 18 | + A30EA3D41CFEE023006FEF23 /* CYAudioRecordUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A30EA3D31CFEE023006FEF23 /* CYAudioRecordUtils.swift */; }; |
17 | 19 | A33913CE1CF3EE4400C8C147 /* Dictionary+CYUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A33913CD1CF3EE4400C8C147 /* Dictionary+CYUtils.swift */; };
|
18 | 20 | A33913D11CF4236800C8C147 /* CYJSONUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A33913D01CF4236800C8C147 /* CYJSONUtils.swift */; };
|
19 | 21 | A33913D31CF4282700C8C147 /* Array+CYUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A33913D21CF4282700C8C147 /* Array+CYUtils.swift */; };
|
| 22 | + A33E4B3B1D069B0C001B0AB1 /* CYJSLocalRequestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A33E4B3A1D069B0C001B0AB1 /* CYJSLocalRequestUtils.swift */; }; |
| 23 | + A33E4B3D1D06ABDC001B0AB1 /* CYJSCommonActionRequestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A33E4B3C1D06ABDC001B0AB1 /* CYJSCommonActionRequestUtils.swift */; }; |
| 24 | + A345C5FC1DEBDE2F0094AF5A /* CYBaseProgressBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A345C5FB1DEBDE2F0094AF5A /* CYBaseProgressBar.swift */; }; |
| 25 | + A38580201DEFCFA800FF989F /* CYLineProgressBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A385801F1DEFCFA800FF989F /* CYLineProgressBar.swift */; }; |
| 26 | + A38580221DEFD1E900FF989F /* CYArcProgressBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A38580211DEFD1E900FF989F /* CYArcProgressBar.swift */; }; |
| 27 | + A38580241DEFF6E100FF989F /* CYCycleProgressBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A38580231DEFF6E100FF989F /* CYCycleProgressBar.swift */; }; |
| 28 | + A3CCAF311D17A56000A40969 /* CYJSJSONParametersSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3CCAF301D17A56000A40969 /* CYJSJSONParametersSerialization.swift */; }; |
| 29 | + A3CCAF331D17A57900A40969 /* CYJSParametersSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3CCAF321D17A57900A40969 /* CYJSParametersSerialization.swift */; }; |
| 30 | + A3CCAF351D17A58900A40969 /* CYJSHTTPParametersSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3CCAF341D17A58900A40969 /* CYJSHTTPParametersSerialization.swift */; }; |
| 31 | + A3CCAF371D17D6EE00A40969 /* CYAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3CCAF361D17D6EE00A40969 /* CYAlertView.swift */; }; |
20 | 32 | A3E2530A1CFD976F002F8E18 /* ObjectiveCTestObject.m in Sources */ = {isa = PBXBuildFile; fileRef = A3E253091CFD976F002F8E18 /* ObjectiveCTestObject.m */; };
|
21 | 33 | /* End PBXBuildFile section */
|
22 | 34 |
|
|
30 | 42 | 61091D691CDAF8E4008B7EA3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
31 | 43 | 61091D711CDAFCDA008B7EA3 /* ImageDownloader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageDownloader.swift; sourceTree = "<group>"; };
|
32 | 44 | A306D5621CE330A8008341F3 /* CYAlertViewAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYAlertViewAction.swift; sourceTree = "<group>"; };
|
| 45 | + A30EA3D11CFED40F006FEF23 /* CYAudioPlayUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYAudioPlayUtils.swift; sourceTree = "<group>"; }; |
| 46 | + A30EA3D31CFEE023006FEF23 /* CYAudioRecordUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYAudioRecordUtils.swift; sourceTree = "<group>"; }; |
33 | 47 | A33913CD1CF3EE4400C8C147 /* Dictionary+CYUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Dictionary+CYUtils.swift"; sourceTree = "<group>"; };
|
34 | 48 | A33913D01CF4236800C8C147 /* CYJSONUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYJSONUtils.swift; sourceTree = "<group>"; };
|
35 | 49 | A33913D21CF4282700C8C147 /* Array+CYUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+CYUtils.swift"; sourceTree = "<group>"; };
|
| 50 | + A33E4B3A1D069B0C001B0AB1 /* CYJSLocalRequestUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYJSLocalRequestUtils.swift; sourceTree = "<group>"; }; |
| 51 | + A33E4B3C1D06ABDC001B0AB1 /* CYJSCommonActionRequestUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYJSCommonActionRequestUtils.swift; sourceTree = "<group>"; }; |
| 52 | + A345C5FB1DEBDE2F0094AF5A /* CYBaseProgressBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYBaseProgressBar.swift; sourceTree = "<group>"; }; |
| 53 | + A385801F1DEFCFA800FF989F /* CYLineProgressBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYLineProgressBar.swift; sourceTree = "<group>"; }; |
| 54 | + A38580211DEFD1E900FF989F /* CYArcProgressBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYArcProgressBar.swift; sourceTree = "<group>"; }; |
| 55 | + A38580231DEFF6E100FF989F /* CYCycleProgressBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYCycleProgressBar.swift; sourceTree = "<group>"; }; |
| 56 | + A3CCAF301D17A56000A40969 /* CYJSJSONParametersSerialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYJSJSONParametersSerialization.swift; sourceTree = "<group>"; }; |
| 57 | + A3CCAF321D17A57900A40969 /* CYJSParametersSerialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYJSParametersSerialization.swift; sourceTree = "<group>"; }; |
| 58 | + A3CCAF341D17A58900A40969 /* CYJSHTTPParametersSerialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYJSHTTPParametersSerialization.swift; sourceTree = "<group>"; }; |
| 59 | + A3CCAF361D17D6EE00A40969 /* CYAlertView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CYAlertView.swift; sourceTree = "<group>"; }; |
36 | 60 | A3E253071CFD976F002F8E18 /* CYUtilProjectSwift-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CYUtilProjectSwift-Bridging-Header.h"; sourceTree = "<group>"; };
|
37 | 61 | A3E253081CFD976F002F8E18 /* ObjectiveCTestObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ObjectiveCTestObject.h; sourceTree = "<group>"; };
|
38 | 62 | A3E253091CFD976F002F8E18 /* ObjectiveCTestObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ObjectiveCTestObject.m; sourceTree = "<group>"; };
|
|
85 | 109 | 61091D6F1CDAFCB0008B7EA3 /* CYUtils */ = {
|
86 | 110 | isa = PBXGroup;
|
87 | 111 | children = (
|
| 112 | + A345C5F81DEBDE0A0094AF5A /* CYProgressUtils */, |
| 113 | + A33E4B391D069A9C001B0AB1 /* CYWebViewUtils */, |
| 114 | + A30EA3D01CFED3F9006FEF23 /* CYAudioUtils */, |
88 | 115 | A33913CF1CF4235400C8C147 /* CYJSONUtils */,
|
89 | 116 | A33913CC1CF3EE0700C8C147 /* CYFoundationUtils */,
|
90 | 117 | A306D5611CE33096008341F3 /* CYAlertView */,
|
|
105 | 132 | isa = PBXGroup;
|
106 | 133 | children = (
|
107 | 134 | A306D5621CE330A8008341F3 /* CYAlertViewAction.swift */,
|
| 135 | + A3CCAF361D17D6EE00A40969 /* CYAlertView.swift */, |
108 | 136 | );
|
109 | 137 | path = CYAlertView;
|
110 | 138 | sourceTree = "<group>";
|
111 | 139 | };
|
| 140 | + A30EA3D01CFED3F9006FEF23 /* CYAudioUtils */ = { |
| 141 | + isa = PBXGroup; |
| 142 | + children = ( |
| 143 | + A30EA3D11CFED40F006FEF23 /* CYAudioPlayUtils.swift */, |
| 144 | + A30EA3D31CFEE023006FEF23 /* CYAudioRecordUtils.swift */, |
| 145 | + ); |
| 146 | + path = CYAudioUtils; |
| 147 | + sourceTree = "<group>"; |
| 148 | + }; |
112 | 149 | A33913CC1CF3EE0700C8C147 /* CYFoundationUtils */ = {
|
113 | 150 | isa = PBXGroup;
|
114 | 151 | children = (
|
|
126 | 163 | path = CYJSONUtils;
|
127 | 164 | sourceTree = "<group>";
|
128 | 165 | };
|
| 166 | + A33E4B391D069A9C001B0AB1 /* CYWebViewUtils */ = { |
| 167 | + isa = PBXGroup; |
| 168 | + children = ( |
| 169 | + A3CCAF2F1D17A56000A40969 /* CYJSParametersSerialization */, |
| 170 | + A33E4B3A1D069B0C001B0AB1 /* CYJSLocalRequestUtils.swift */, |
| 171 | + A33E4B3C1D06ABDC001B0AB1 /* CYJSCommonActionRequestUtils.swift */, |
| 172 | + ); |
| 173 | + path = CYWebViewUtils; |
| 174 | + sourceTree = "<group>"; |
| 175 | + }; |
| 176 | + A345C5F81DEBDE0A0094AF5A /* CYProgressUtils */ = { |
| 177 | + isa = PBXGroup; |
| 178 | + children = ( |
| 179 | + A345C5FB1DEBDE2F0094AF5A /* CYBaseProgressBar.swift */, |
| 180 | + A385801F1DEFCFA800FF989F /* CYLineProgressBar.swift */, |
| 181 | + A38580231DEFF6E100FF989F /* CYCycleProgressBar.swift */, |
| 182 | + A38580211DEFD1E900FF989F /* CYArcProgressBar.swift */, |
| 183 | + ); |
| 184 | + path = CYProgressUtils; |
| 185 | + sourceTree = "<group>"; |
| 186 | + }; |
| 187 | + A3CCAF2F1D17A56000A40969 /* CYJSParametersSerialization */ = { |
| 188 | + isa = PBXGroup; |
| 189 | + children = ( |
| 190 | + A3CCAF321D17A57900A40969 /* CYJSParametersSerialization.swift */, |
| 191 | + A3CCAF341D17A58900A40969 /* CYJSHTTPParametersSerialization.swift */, |
| 192 | + A3CCAF301D17A56000A40969 /* CYJSJSONParametersSerialization.swift */, |
| 193 | + ); |
| 194 | + path = CYJSParametersSerialization; |
| 195 | + sourceTree = "<group>"; |
| 196 | + }; |
129 | 197 | /* End PBXGroup section */
|
130 | 198 |
|
131 | 199 | /* Begin PBXNativeTarget section */
|
|
153 | 221 | isa = PBXProject;
|
154 | 222 | attributes = {
|
155 | 223 | LastSwiftUpdateCheck = 0730;
|
156 |
| - LastUpgradeCheck = 0730; |
| 224 | + LastUpgradeCheck = 0810; |
157 | 225 | ORGANIZATIONNAME = Jasper;
|
158 | 226 | TargetAttributes = {
|
159 | 227 | 61091D591CDAF8E4008B7EA3 = {
|
160 | 228 | CreatedOnToolsVersion = 7.3;
|
| 229 | + DevelopmentTeam = BQN58WSC57; |
| 230 | + LastSwiftMigration = 0810; |
161 | 231 | };
|
162 | 232 | };
|
163 | 233 | };
|
|
197 | 267 | isa = PBXSourcesBuildPhase;
|
198 | 268 | buildActionMask = 2147483647;
|
199 | 269 | files = (
|
| 270 | + A30EA3D21CFED40F006FEF23 /* CYAudioPlayUtils.swift in Sources */, |
| 271 | + A345C5FC1DEBDE2F0094AF5A /* CYBaseProgressBar.swift in Sources */, |
| 272 | + A33E4B3B1D069B0C001B0AB1 /* CYJSLocalRequestUtils.swift in Sources */, |
200 | 273 | 61091D601CDAF8E4008B7EA3 /* ViewController.swift in Sources */,
|
| 274 | + A38580221DEFD1E900FF989F /* CYArcProgressBar.swift in Sources */, |
| 275 | + A30EA3D41CFEE023006FEF23 /* CYAudioRecordUtils.swift in Sources */, |
| 276 | + A38580241DEFF6E100FF989F /* CYCycleProgressBar.swift in Sources */, |
| 277 | + A3CCAF311D17A56000A40969 /* CYJSJSONParametersSerialization.swift in Sources */, |
201 | 278 | A33913D11CF4236800C8C147 /* CYJSONUtils.swift in Sources */,
|
202 | 279 | 61091D721CDAFCDA008B7EA3 /* ImageDownloader.swift in Sources */,
|
| 280 | + A3CCAF331D17A57900A40969 /* CYJSParametersSerialization.swift in Sources */, |
203 | 281 | 61091D5E1CDAF8E4008B7EA3 /* AppDelegate.swift in Sources */,
|
204 | 282 | A306D5631CE330A8008341F3 /* CYAlertViewAction.swift in Sources */,
|
| 283 | + A38580201DEFCFA800FF989F /* CYLineProgressBar.swift in Sources */, |
| 284 | + A3CCAF351D17A58900A40969 /* CYJSHTTPParametersSerialization.swift in Sources */, |
| 285 | + A3CCAF371D17D6EE00A40969 /* CYAlertView.swift in Sources */, |
205 | 286 | A33913D31CF4282700C8C147 /* Array+CYUtils.swift in Sources */,
|
206 | 287 | A3E2530A1CFD976F002F8E18 /* ObjectiveCTestObject.m in Sources */,
|
207 | 288 | A33913CE1CF3EE4400C8C147 /* Dictionary+CYUtils.swift in Sources */,
|
| 289 | + A33E4B3D1D06ABDC001B0AB1 /* CYJSCommonActionRequestUtils.swift in Sources */, |
208 | 290 | );
|
209 | 291 | runOnlyForDeploymentPostprocessing = 0;
|
210 | 292 | };
|
|
244 | 326 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
245 | 327 | CLANG_WARN_EMPTY_BODY = YES;
|
246 | 328 | CLANG_WARN_ENUM_CONVERSION = YES;
|
| 329 | + CLANG_WARN_INFINITE_RECURSION = YES; |
247 | 330 | CLANG_WARN_INT_CONVERSION = YES;
|
248 | 331 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
| 332 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
249 | 333 | CLANG_WARN_UNREACHABLE_CODE = YES;
|
250 | 334 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
251 | 335 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
290 | 374 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
291 | 375 | CLANG_WARN_EMPTY_BODY = YES;
|
292 | 376 | CLANG_WARN_ENUM_CONVERSION = YES;
|
| 377 | + CLANG_WARN_INFINITE_RECURSION = YES; |
293 | 378 | CLANG_WARN_INT_CONVERSION = YES;
|
294 | 379 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
| 380 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
295 | 381 | CLANG_WARN_UNREACHABLE_CODE = YES;
|
296 | 382 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
297 | 383 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
310 | 396 | IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
311 | 397 | MTL_ENABLE_DEBUG_INFO = NO;
|
312 | 398 | SDKROOT = iphoneos;
|
| 399 | + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
313 | 400 | TARGETED_DEVICE_FAMILY = "1,2";
|
314 | 401 | VALIDATE_PRODUCT = YES;
|
315 | 402 | };
|
|
320 | 407 | buildSettings = {
|
321 | 408 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
322 | 409 | CLANG_ENABLE_MODULES = YES;
|
| 410 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 411 | + DEVELOPMENT_TEAM = BQN58WSC57; |
323 | 412 | INFOPLIST_FILE = CYUtilProjectSwift/Info.plist;
|
324 | 413 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
325 | 414 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
326 | 415 | PRODUCT_BUNDLE_IDENTIFIER = com.Jasper.CYUtilProjectSwift;
|
327 | 416 | PRODUCT_NAME = "$(TARGET_NAME)";
|
328 | 417 | SWIFT_OBJC_BRIDGING_HEADER = "CYUtilProjectSwift/CYUtilProjectSwift-Bridging-Header.h";
|
329 | 418 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
| 419 | + SWIFT_VERSION = 3.0; |
330 | 420 | };
|
331 | 421 | name = Debug;
|
332 | 422 | };
|
|
335 | 425 | buildSettings = {
|
336 | 426 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
337 | 427 | CLANG_ENABLE_MODULES = YES;
|
| 428 | + CODE_SIGN_IDENTITY = "iPhone Distribution"; |
| 429 | + DEVELOPMENT_TEAM = BQN58WSC57; |
338 | 430 | INFOPLIST_FILE = CYUtilProjectSwift/Info.plist;
|
339 | 431 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
340 | 432 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
341 | 433 | PRODUCT_BUNDLE_IDENTIFIER = com.Jasper.CYUtilProjectSwift;
|
342 | 434 | PRODUCT_NAME = "$(TARGET_NAME)";
|
343 | 435 | SWIFT_OBJC_BRIDGING_HEADER = "CYUtilProjectSwift/CYUtilProjectSwift-Bridging-Header.h";
|
| 436 | + SWIFT_VERSION = 3.0; |
344 | 437 | };
|
345 | 438 | name = Release;
|
346 | 439 | };
|
|
0 commit comments