|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 2EB4E308E052953EAA5FC1B8 /* Pods_LinearProgressViewExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0812C4A39D5A81A0A6A4FABC /* Pods_LinearProgressViewExample.framework */; }; |
11 | 10 | 9DC6CB171E9E16B50080A14B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC6CB161E9E16B50080A14B /* AppDelegate.swift */; }; |
12 | 11 | 9DC6CB191E9E16B50080A14B /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC6CB181E9E16B50080A14B /* ViewController.swift */; }; |
13 | 12 | 9DC6CB1C1E9E16B50080A14B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9DC6CB1A1E9E16B50080A14B /* Main.storyboard */; }; |
14 | 13 | 9DC6CB1E1E9E16B50080A14B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9DC6CB1D1E9E16B50080A14B /* Assets.xcassets */; }; |
15 | 14 | 9DC6CB211E9E16B50080A14B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9DC6CB1F1E9E16B50080A14B /* LaunchScreen.storyboard */; }; |
| 15 | + F2038CCD3EA9D9B8A05E78DA /* Pods_LinearProgressViewExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C1817E3A66C390997A92DB9 /* Pods_LinearProgressViewExample.framework */; }; |
16 | 16 | /* End PBXBuildFile section */ |
17 | 17 |
|
18 | 18 | /* Begin PBXFileReference section */ |
19 | | - 0812C4A39D5A81A0A6A4FABC /* Pods_LinearProgressViewExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LinearProgressViewExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 | | - 6D83F8C34273C5FE9DF6E55A /* Pods-LinearProgressViewExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LinearProgressViewExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-LinearProgressViewExample/Pods-LinearProgressViewExample.release.xcconfig"; sourceTree = "<group>"; }; |
21 | | - 90E97F7539C297AD8D258A10 /* Pods-LinearProgressViewExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LinearProgressViewExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LinearProgressViewExample/Pods-LinearProgressViewExample.debug.xcconfig"; sourceTree = "<group>"; }; |
| 19 | + 3C1817E3A66C390997A92DB9 /* Pods_LinearProgressViewExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LinearProgressViewExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 20 | + 8F5D8708709E65BC2FE435FA /* Pods-LinearProgressViewExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LinearProgressViewExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-LinearProgressViewExample/Pods-LinearProgressViewExample.release.xcconfig"; sourceTree = "<group>"; }; |
22 | 21 | 9DC6CB131E9E16B50080A14B /* LinearProgressViewExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LinearProgressViewExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
23 | 22 | 9DC6CB161E9E16B50080A14B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
24 | 23 | 9DC6CB181E9E16B50080A14B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
25 | 24 | 9DC6CB1B1E9E16B50080A14B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
26 | 25 | 9DC6CB1D1E9E16B50080A14B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
27 | 26 | 9DC6CB201E9E16B50080A14B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
28 | 27 | 9DC6CB221E9E16B50080A14B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 28 | + D58B94D02A68DA2A4B553379 /* Pods-LinearProgressViewExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LinearProgressViewExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LinearProgressViewExample/Pods-LinearProgressViewExample.debug.xcconfig"; sourceTree = "<group>"; }; |
29 | 29 | /* End PBXFileReference section */ |
30 | 30 |
|
31 | 31 | /* Begin PBXFrameworksBuildPhase section */ |
32 | 32 | 9DC6CB101E9E16B50080A14B /* Frameworks */ = { |
33 | 33 | isa = PBXFrameworksBuildPhase; |
34 | 34 | buildActionMask = 2147483647; |
35 | 35 | files = ( |
36 | | - 2EB4E308E052953EAA5FC1B8 /* Pods_LinearProgressViewExample.framework in Frameworks */, |
| 36 | + F2038CCD3EA9D9B8A05E78DA /* Pods_LinearProgressViewExample.framework in Frameworks */, |
37 | 37 | ); |
38 | 38 | runOnlyForDeploymentPostprocessing = 0; |
39 | 39 | }; |
|
45 | 45 | children = ( |
46 | 46 | 9DC6CB151E9E16B50080A14B /* LinearProgressViewExample */, |
47 | 47 | 9DC6CB141E9E16B50080A14B /* Products */, |
48 | | - F92FBDF411A348848C23970D /* Pods */, |
49 | | - AC74892BF310969DE0AD29E5 /* Frameworks */, |
| 48 | + A6148D91D2E709A0320F924D /* Pods */, |
| 49 | + DAE206766BBC5B85D439E67E /* Frameworks */, |
50 | 50 | ); |
51 | 51 | sourceTree = "<group>"; |
52 | 52 | }; |
|
71 | 71 | path = LinearProgressViewExample; |
72 | 72 | sourceTree = "<group>"; |
73 | 73 | }; |
74 | | - AC74892BF310969DE0AD29E5 /* Frameworks */ = { |
| 74 | + A6148D91D2E709A0320F924D /* Pods */ = { |
75 | 75 | isa = PBXGroup; |
76 | 76 | children = ( |
77 | | - 0812C4A39D5A81A0A6A4FABC /* Pods_LinearProgressViewExample.framework */, |
| 77 | + D58B94D02A68DA2A4B553379 /* Pods-LinearProgressViewExample.debug.xcconfig */, |
| 78 | + 8F5D8708709E65BC2FE435FA /* Pods-LinearProgressViewExample.release.xcconfig */, |
78 | 79 | ); |
79 | | - name = Frameworks; |
| 80 | + name = Pods; |
80 | 81 | sourceTree = "<group>"; |
81 | 82 | }; |
82 | | - F92FBDF411A348848C23970D /* Pods */ = { |
| 83 | + DAE206766BBC5B85D439E67E /* Frameworks */ = { |
83 | 84 | isa = PBXGroup; |
84 | 85 | children = ( |
85 | | - 90E97F7539C297AD8D258A10 /* Pods-LinearProgressViewExample.debug.xcconfig */, |
86 | | - 6D83F8C34273C5FE9DF6E55A /* Pods-LinearProgressViewExample.release.xcconfig */, |
| 86 | + 3C1817E3A66C390997A92DB9 /* Pods_LinearProgressViewExample.framework */, |
87 | 87 | ); |
88 | | - name = Pods; |
| 88 | + name = Frameworks; |
89 | 89 | sourceTree = "<group>"; |
90 | 90 | }; |
91 | 91 | /* End PBXGroup section */ |
|
95 | 95 | isa = PBXNativeTarget; |
96 | 96 | buildConfigurationList = 9DC6CB251E9E16B50080A14B /* Build configuration list for PBXNativeTarget "LinearProgressViewExample" */; |
97 | 97 | buildPhases = ( |
98 | | - 73AEE6EE277FDA991483863F /* [CP] Check Pods Manifest.lock */, |
| 98 | + A7CB08701D6AF4161461D1E7 /* [CP] Check Pods Manifest.lock */, |
99 | 99 | 9DC6CB0F1E9E16B50080A14B /* Sources */, |
100 | 100 | 9DC6CB101E9E16B50080A14B /* Frameworks */, |
101 | 101 | 9DC6CB111E9E16B50080A14B /* Resources */, |
102 | | - 60952EF85F6A1894E3E94166 /* [CP] Embed Pods Frameworks */, |
103 | | - D5AF4A87FB6230DFF3D9DDFA /* [CP] Copy Pods Resources */, |
| 102 | + 46DB8322077D7E9F876D5B98 /* [CP] Embed Pods Frameworks */, |
104 | 103 | ); |
105 | 104 | buildRules = ( |
106 | 105 | ); |
|
118 | 117 | isa = PBXProject; |
119 | 118 | attributes = { |
120 | 119 | LastSwiftUpdateCheck = 0810; |
121 | | - LastUpgradeCheck = 0900; |
| 120 | + LastUpgradeCheck = 0930; |
122 | 121 | ORGANIZATIONNAME = BiAtoms; |
123 | 122 | TargetAttributes = { |
124 | 123 | 9DC6CB121E9E16B50080A14B = { |
|
160 | 159 | /* End PBXResourcesBuildPhase section */ |
161 | 160 |
|
162 | 161 | /* Begin PBXShellScriptBuildPhase section */ |
163 | | - 60952EF85F6A1894E3E94166 /* [CP] Embed Pods Frameworks */ = { |
| 162 | + 46DB8322077D7E9F876D5B98 /* [CP] Embed Pods Frameworks */ = { |
164 | 163 | isa = PBXShellScriptBuildPhase; |
165 | 164 | buildActionMask = 2147483647; |
166 | 165 | files = ( |
|
178 | 177 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LinearProgressViewExample/Pods-LinearProgressViewExample-frameworks.sh\"\n"; |
179 | 178 | showEnvVarsInLog = 0; |
180 | 179 | }; |
181 | | - 73AEE6EE277FDA991483863F /* [CP] Check Pods Manifest.lock */ = { |
| 180 | + A7CB08701D6AF4161461D1E7 /* [CP] Check Pods Manifest.lock */ = { |
182 | 181 | isa = PBXShellScriptBuildPhase; |
183 | 182 | buildActionMask = 2147483647; |
184 | 183 | files = ( |
|
196 | 195 | 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"; |
197 | 196 | showEnvVarsInLog = 0; |
198 | 197 | }; |
199 | | - D5AF4A87FB6230DFF3D9DDFA /* [CP] Copy Pods Resources */ = { |
200 | | - isa = PBXShellScriptBuildPhase; |
201 | | - buildActionMask = 2147483647; |
202 | | - files = ( |
203 | | - ); |
204 | | - inputPaths = ( |
205 | | - ); |
206 | | - name = "[CP] Copy Pods Resources"; |
207 | | - outputPaths = ( |
208 | | - ); |
209 | | - runOnlyForDeploymentPostprocessing = 0; |
210 | | - shellPath = /bin/sh; |
211 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LinearProgressViewExample/Pods-LinearProgressViewExample-resources.sh\"\n"; |
212 | | - showEnvVarsInLog = 0; |
213 | | - }; |
214 | 198 | /* End PBXShellScriptBuildPhase section */ |
215 | 199 |
|
216 | 200 | /* Begin PBXSourcesBuildPhase section */ |
|
258 | 242 | CLANG_WARN_BOOL_CONVERSION = YES; |
259 | 243 | CLANG_WARN_COMMA = YES; |
260 | 244 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 245 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
261 | 246 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
262 | 247 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
263 | 248 | CLANG_WARN_EMPTY_BODY = YES; |
264 | 249 | CLANG_WARN_ENUM_CONVERSION = YES; |
265 | 250 | CLANG_WARN_INFINITE_RECURSION = YES; |
266 | 251 | CLANG_WARN_INT_CONVERSION = YES; |
267 | 252 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 253 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
268 | 254 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
269 | 255 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
270 | 256 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
315 | 301 | CLANG_WARN_BOOL_CONVERSION = YES; |
316 | 302 | CLANG_WARN_COMMA = YES; |
317 | 303 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 304 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
318 | 305 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
319 | 306 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
320 | 307 | CLANG_WARN_EMPTY_BODY = YES; |
321 | 308 | CLANG_WARN_ENUM_CONVERSION = YES; |
322 | 309 | CLANG_WARN_INFINITE_RECURSION = YES; |
323 | 310 | CLANG_WARN_INT_CONVERSION = YES; |
324 | 311 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 312 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
325 | 313 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
326 | 314 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
327 | 315 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
354 | 342 | }; |
355 | 343 | 9DC6CB261E9E16B50080A14B /* Debug */ = { |
356 | 344 | isa = XCBuildConfiguration; |
357 | | - baseConfigurationReference = 90E97F7539C297AD8D258A10 /* Pods-LinearProgressViewExample.debug.xcconfig */; |
| 345 | + baseConfigurationReference = D58B94D02A68DA2A4B553379 /* Pods-LinearProgressViewExample.debug.xcconfig */; |
358 | 346 | buildSettings = { |
359 | 347 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
360 | 348 | INFOPLIST_FILE = LinearProgressViewExample/Info.plist; |
|
368 | 356 | }; |
369 | 357 | 9DC6CB271E9E16B50080A14B /* Release */ = { |
370 | 358 | isa = XCBuildConfiguration; |
371 | | - baseConfigurationReference = 6D83F8C34273C5FE9DF6E55A /* Pods-LinearProgressViewExample.release.xcconfig */; |
| 359 | + baseConfigurationReference = 8F5D8708709E65BC2FE435FA /* Pods-LinearProgressViewExample.release.xcconfig */; |
372 | 360 | buildSettings = { |
373 | 361 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
374 | 362 | INFOPLIST_FILE = LinearProgressViewExample/Info.plist; |
|
0 commit comments