|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 2EB4E308E052953EAA5FC1B8 /* Pods_LinearProgressViewExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0812C4A39D5A81A0A6A4FABC /* Pods_LinearProgressViewExample.framework */; }; |
10 | 11 | 9DC6CB171E9E16B50080A14B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC6CB161E9E16B50080A14B /* AppDelegate.swift */; }; |
11 | 12 | 9DC6CB191E9E16B50080A14B /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC6CB181E9E16B50080A14B /* ViewController.swift */; }; |
12 | 13 | 9DC6CB1C1E9E16B50080A14B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9DC6CB1A1E9E16B50080A14B /* Main.storyboard */; }; |
|
15 | 16 | /* End PBXBuildFile section */ |
16 | 17 |
|
17 | 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>"; }; |
18 | 22 | 9DC6CB131E9E16B50080A14B /* LinearProgressViewExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LinearProgressViewExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
19 | 23 | 9DC6CB161E9E16B50080A14B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
20 | 24 | 9DC6CB181E9E16B50080A14B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
29 | 33 | isa = PBXFrameworksBuildPhase; |
30 | 34 | buildActionMask = 2147483647; |
31 | 35 | files = ( |
| 36 | + 2EB4E308E052953EAA5FC1B8 /* Pods_LinearProgressViewExample.framework in Frameworks */, |
32 | 37 | ); |
33 | 38 | runOnlyForDeploymentPostprocessing = 0; |
34 | 39 | }; |
|
40 | 45 | children = ( |
41 | 46 | 9DC6CB151E9E16B50080A14B /* LinearProgressViewExample */, |
42 | 47 | 9DC6CB141E9E16B50080A14B /* Products */, |
| 48 | + F92FBDF411A348848C23970D /* Pods */, |
| 49 | + AC74892BF310969DE0AD29E5 /* Frameworks */, |
43 | 50 | ); |
44 | 51 | sourceTree = "<group>"; |
45 | 52 | }; |
|
64 | 71 | path = LinearProgressViewExample; |
65 | 72 | sourceTree = "<group>"; |
66 | 73 | }; |
| 74 | + AC74892BF310969DE0AD29E5 /* Frameworks */ = { |
| 75 | + isa = PBXGroup; |
| 76 | + children = ( |
| 77 | + 0812C4A39D5A81A0A6A4FABC /* Pods_LinearProgressViewExample.framework */, |
| 78 | + ); |
| 79 | + name = Frameworks; |
| 80 | + sourceTree = "<group>"; |
| 81 | + }; |
| 82 | + F92FBDF411A348848C23970D /* Pods */ = { |
| 83 | + isa = PBXGroup; |
| 84 | + children = ( |
| 85 | + 90E97F7539C297AD8D258A10 /* Pods-LinearProgressViewExample.debug.xcconfig */, |
| 86 | + 6D83F8C34273C5FE9DF6E55A /* Pods-LinearProgressViewExample.release.xcconfig */, |
| 87 | + ); |
| 88 | + name = Pods; |
| 89 | + sourceTree = "<group>"; |
| 90 | + }; |
67 | 91 | /* End PBXGroup section */ |
68 | 92 |
|
69 | 93 | /* Begin PBXNativeTarget section */ |
70 | 94 | 9DC6CB121E9E16B50080A14B /* LinearProgressViewExample */ = { |
71 | 95 | isa = PBXNativeTarget; |
72 | 96 | buildConfigurationList = 9DC6CB251E9E16B50080A14B /* Build configuration list for PBXNativeTarget "LinearProgressViewExample" */; |
73 | 97 | buildPhases = ( |
| 98 | + 73AEE6EE277FDA991483863F /* [CP] Check Pods Manifest.lock */, |
74 | 99 | 9DC6CB0F1E9E16B50080A14B /* Sources */, |
75 | 100 | 9DC6CB101E9E16B50080A14B /* Frameworks */, |
76 | 101 | 9DC6CB111E9E16B50080A14B /* Resources */, |
| 102 | + 60952EF85F6A1894E3E94166 /* [CP] Embed Pods Frameworks */, |
| 103 | + D5AF4A87FB6230DFF3D9DDFA /* [CP] Copy Pods Resources */, |
77 | 104 | ); |
78 | 105 | buildRules = ( |
79 | 106 | ); |
|
91 | 118 | isa = PBXProject; |
92 | 119 | attributes = { |
93 | 120 | LastSwiftUpdateCheck = 0810; |
94 | | - LastUpgradeCheck = 0810; |
| 121 | + LastUpgradeCheck = 0900; |
95 | 122 | ORGANIZATIONNAME = BiAtoms; |
96 | 123 | TargetAttributes = { |
97 | 124 | 9DC6CB121E9E16B50080A14B = { |
98 | 125 | CreatedOnToolsVersion = 8.1; |
| 126 | + LastSwiftMigration = 0900; |
99 | 127 | ProvisioningStyle = Automatic; |
100 | 128 | }; |
101 | 129 | }; |
|
131 | 159 | }; |
132 | 160 | /* End PBXResourcesBuildPhase section */ |
133 | 161 |
|
| 162 | +/* Begin PBXShellScriptBuildPhase section */ |
| 163 | + 60952EF85F6A1894E3E94166 /* [CP] Embed Pods Frameworks */ = { |
| 164 | + isa = PBXShellScriptBuildPhase; |
| 165 | + buildActionMask = 2147483647; |
| 166 | + files = ( |
| 167 | + ); |
| 168 | + inputPaths = ( |
| 169 | + "${SRCROOT}/Pods/Target Support Files/Pods-LinearProgressViewExample/Pods-LinearProgressViewExample-frameworks.sh", |
| 170 | + "${BUILT_PRODUCTS_DIR}/LinearProgressView/LinearProgressView.framework", |
| 171 | + ); |
| 172 | + name = "[CP] Embed Pods Frameworks"; |
| 173 | + outputPaths = ( |
| 174 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LinearProgressView.framework", |
| 175 | + ); |
| 176 | + runOnlyForDeploymentPostprocessing = 0; |
| 177 | + shellPath = /bin/sh; |
| 178 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LinearProgressViewExample/Pods-LinearProgressViewExample-frameworks.sh\"\n"; |
| 179 | + showEnvVarsInLog = 0; |
| 180 | + }; |
| 181 | + 73AEE6EE277FDA991483863F /* [CP] Check Pods Manifest.lock */ = { |
| 182 | + isa = PBXShellScriptBuildPhase; |
| 183 | + buildActionMask = 2147483647; |
| 184 | + files = ( |
| 185 | + ); |
| 186 | + inputPaths = ( |
| 187 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 188 | + "${PODS_ROOT}/Manifest.lock", |
| 189 | + ); |
| 190 | + name = "[CP] Check Pods Manifest.lock"; |
| 191 | + outputPaths = ( |
| 192 | + "$(DERIVED_FILE_DIR)/Pods-LinearProgressViewExample-checkManifestLockResult.txt", |
| 193 | + ); |
| 194 | + runOnlyForDeploymentPostprocessing = 0; |
| 195 | + shellPath = /bin/sh; |
| 196 | + 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 | + showEnvVarsInLog = 0; |
| 198 | + }; |
| 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 | +/* End PBXShellScriptBuildPhase section */ |
| 215 | + |
134 | 216 | /* Begin PBXSourcesBuildPhase section */ |
135 | 217 | 9DC6CB0F1E9E16B50080A14B /* Sources */ = { |
136 | 218 | isa = PBXSourcesBuildPhase; |
|
172 | 254 | CLANG_CXX_LIBRARY = "libc++"; |
173 | 255 | CLANG_ENABLE_MODULES = YES; |
174 | 256 | CLANG_ENABLE_OBJC_ARC = YES; |
| 257 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
175 | 258 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 259 | + CLANG_WARN_COMMA = YES; |
176 | 260 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
177 | 261 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
178 | 262 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
179 | 263 | CLANG_WARN_EMPTY_BODY = YES; |
180 | 264 | CLANG_WARN_ENUM_CONVERSION = YES; |
181 | 265 | CLANG_WARN_INFINITE_RECURSION = YES; |
182 | 266 | CLANG_WARN_INT_CONVERSION = YES; |
| 267 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 268 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
183 | 269 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 270 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 271 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 272 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
184 | 273 | CLANG_WARN_SUSPICIOUS_MOVES = YES; |
185 | 274 | CLANG_WARN_UNREACHABLE_CODE = YES; |
186 | 275 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
222 | 311 | CLANG_CXX_LIBRARY = "libc++"; |
223 | 312 | CLANG_ENABLE_MODULES = YES; |
224 | 313 | CLANG_ENABLE_OBJC_ARC = YES; |
| 314 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
225 | 315 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 316 | + CLANG_WARN_COMMA = YES; |
226 | 317 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
227 | 318 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
228 | 319 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
229 | 320 | CLANG_WARN_EMPTY_BODY = YES; |
230 | 321 | CLANG_WARN_ENUM_CONVERSION = YES; |
231 | 322 | CLANG_WARN_INFINITE_RECURSION = YES; |
232 | 323 | CLANG_WARN_INT_CONVERSION = YES; |
| 324 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 325 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
233 | 326 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 327 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 328 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 329 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
234 | 330 | CLANG_WARN_SUSPICIOUS_MOVES = YES; |
235 | 331 | CLANG_WARN_UNREACHABLE_CODE = YES; |
236 | 332 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
258 | 354 | }; |
259 | 355 | 9DC6CB261E9E16B50080A14B /* Debug */ = { |
260 | 356 | isa = XCBuildConfiguration; |
| 357 | + baseConfigurationReference = 90E97F7539C297AD8D258A10 /* Pods-LinearProgressViewExample.debug.xcconfig */; |
261 | 358 | buildSettings = { |
262 | 359 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
263 | 360 | INFOPLIST_FILE = LinearProgressViewExample/Info.plist; |
264 | 361 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
265 | 362 | PRODUCT_BUNDLE_IDENTIFIER = com.biatoms.LinearProgressViewExample; |
266 | 363 | PRODUCT_NAME = "$(TARGET_NAME)"; |
267 | | - SWIFT_VERSION = 3.0; |
| 364 | + SWIFT_SWIFT3_OBJC_INFERENCE = Off; |
| 365 | + SWIFT_VERSION = 4.0; |
268 | 366 | }; |
269 | 367 | name = Debug; |
270 | 368 | }; |
271 | 369 | 9DC6CB271E9E16B50080A14B /* Release */ = { |
272 | 370 | isa = XCBuildConfiguration; |
| 371 | + baseConfigurationReference = 6D83F8C34273C5FE9DF6E55A /* Pods-LinearProgressViewExample.release.xcconfig */; |
273 | 372 | buildSettings = { |
274 | 373 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
275 | 374 | INFOPLIST_FILE = LinearProgressViewExample/Info.plist; |
276 | 375 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
277 | 376 | PRODUCT_BUNDLE_IDENTIFIER = com.biatoms.LinearProgressViewExample; |
278 | 377 | PRODUCT_NAME = "$(TARGET_NAME)"; |
279 | | - SWIFT_VERSION = 3.0; |
| 378 | + SWIFT_SWIFT3_OBJC_INFERENCE = Off; |
| 379 | + SWIFT_VERSION = 4.0; |
280 | 380 | }; |
281 | 381 | name = Release; |
282 | 382 | }; |
|
0 commit comments