|
12 | 12 | 5080E9411FA56DC500A32E8F /* UIApplication+PVRootWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 50DE24B31FA565EC00DFE080 /* UIApplication+PVRootWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 | 13 | 5080E9421FA56DCA00A32E8F /* UIApplication+PVRootWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 50DE24B41FA565EC00DFE080 /* UIApplication+PVRootWindow.m */; }; |
14 | 14 | 5080E9441FA56E0000A32E8F /* AnimationSwitchRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5080E9431FA56E0000A32E8F /* AnimationSwitchRootViewController.swift */; }; |
15 | | - 50A1C660224D66E2003A8554 /* UIWindow+PVAnimationSwitchRootViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 50DE24AD1FA55E9400DFE080 /* UIWindow+PVAnimationSwitchRootViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
16 | | - 50A1C661224D66E5003A8554 /* UIWindow+PVAnimationSwitchRootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50DE24AE1FA55E9400DFE080 /* UIWindow+PVAnimationSwitchRootViewController.m */; }; |
17 | | - 50A1C662224D6747003A8554 /* UIApplication+PVRootWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 50DE24B31FA565EC00DFE080 /* UIApplication+PVRootWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
18 | | - 50A1C663224D674E003A8554 /* UIApplication+PVRootWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 50DE24B41FA565EC00DFE080 /* UIApplication+PVRootWindow.m */; }; |
19 | 15 | 50DE248A1FA55D5700DFE080 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50DE24891FA55D5700DFE080 /* AppDelegate.swift */; }; |
20 | 16 | 50DE248C1FA55D5700DFE080 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50DE248B1FA55D5700DFE080 /* ViewController.swift */; }; |
21 | 17 | 50DE248F1FA55D5700DFE080 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 50DE248D1FA55D5700DFE080 /* Main.storyboard */; }; |
|
55 | 51 | 5080E9431FA56E0000A32E8F /* AnimationSwitchRootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimationSwitchRootViewController.swift; sourceTree = "<group>"; }; |
56 | 52 | 5080E9451FA5F44600A32E8F /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; }; |
57 | 53 | 50A1C65C224D6670003A8554 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; |
58 | | - 50A1C65D224D6670003A8554 /* AnimationSwitchRootViewController.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AnimationSwitchRootViewController.podspec; sourceTree = "<group>"; }; |
| 54 | + 50A1C65D224D6670003A8554 /* AnimationSwitchRootViewController.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; fileEncoding = 4; path = AnimationSwitchRootViewController.podspec; sourceTree = "<group>"; }; |
59 | 55 | 50DE24871FA55D5700DFE080 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
60 | 56 | 50DE24891FA55D5700DFE080 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
61 | 57 | 50DE248B1FA55D5700DFE080 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
157 | 153 | 50DE24BD1FA568FB00DFE080 /* AnimationSwitchRootViewController */ = { |
158 | 154 | isa = PBXGroup; |
159 | 155 | children = ( |
160 | | - 50DE24BE1FA568FB00DFE080 /* AnimationSwitchRootViewController.h */, |
| 156 | + 50FB69612634129D0069FD0B /* ObjC */, |
| 157 | + 50FB6964263412B20069FD0B /* Swift */, |
161 | 158 | 50DE24BF1FA568FB00DFE080 /* Info.plist */, |
162 | | - 5080E9431FA56E0000A32E8F /* AnimationSwitchRootViewController.swift */, |
| 159 | + ); |
| 160 | + path = AnimationSwitchRootViewController; |
| 161 | + sourceTree = "<group>"; |
| 162 | + }; |
| 163 | + 50FB69612634129D0069FD0B /* ObjC */ = { |
| 164 | + isa = PBXGroup; |
| 165 | + children = ( |
| 166 | + 50DE24BE1FA568FB00DFE080 /* AnimationSwitchRootViewController.h */, |
163 | 167 | 50DE24AD1FA55E9400DFE080 /* UIWindow+PVAnimationSwitchRootViewController.h */, |
164 | 168 | 50DE24AE1FA55E9400DFE080 /* UIWindow+PVAnimationSwitchRootViewController.m */, |
165 | 169 | 50DE24B31FA565EC00DFE080 /* UIApplication+PVRootWindow.h */, |
166 | 170 | 50DE24B41FA565EC00DFE080 /* UIApplication+PVRootWindow.m */, |
167 | 171 | ); |
168 | | - path = AnimationSwitchRootViewController; |
| 172 | + path = ObjC; |
| 173 | + sourceTree = "<group>"; |
| 174 | + }; |
| 175 | + 50FB6964263412B20069FD0B /* Swift */ = { |
| 176 | + isa = PBXGroup; |
| 177 | + children = ( |
| 178 | + 5080E9431FA56E0000A32E8F /* AnimationSwitchRootViewController.swift */, |
| 179 | + ); |
| 180 | + path = Swift; |
169 | 181 | sourceTree = "<group>"; |
170 | 182 | }; |
171 | 183 | /* End PBXGroup section */ |
|
175 | 187 | isa = PBXHeadersBuildPhase; |
176 | 188 | buildActionMask = 2147483647; |
177 | 189 | files = ( |
178 | | - 50A1C660224D66E2003A8554 /* UIWindow+PVAnimationSwitchRootViewController.h in Headers */, |
179 | | - 50A1C662224D6747003A8554 /* UIApplication+PVRootWindow.h in Headers */, |
180 | 190 | 50DE24A41FA55E5100DFE080 /* AnimationSwitchRootViewControllerObjC.h in Headers */, |
181 | 191 | ); |
182 | 192 | runOnlyForDeploymentPostprocessing = 0; |
|
256 | 266 | isa = PBXProject; |
257 | 267 | attributes = { |
258 | 268 | LastSwiftUpdateCheck = 0900; |
259 | | - LastUpgradeCheck = 1020; |
| 269 | + LastUpgradeCheck = 1240; |
260 | 270 | ORGANIZATIONNAME = ProVir; |
261 | 271 | TargetAttributes = { |
262 | 272 | 50DE24861FA55D5700DFE080 = { |
|
336 | 346 | isa = PBXSourcesBuildPhase; |
337 | 347 | buildActionMask = 2147483647; |
338 | 348 | files = ( |
339 | | - 50A1C663224D674E003A8554 /* UIApplication+PVRootWindow.m in Sources */, |
340 | | - 50A1C661224D66E5003A8554 /* UIWindow+PVAnimationSwitchRootViewController.m in Sources */, |
341 | 349 | ); |
342 | 350 | runOnlyForDeploymentPostprocessing = 0; |
343 | 351 | }; |
|
406 | 414 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
407 | 415 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
408 | 416 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 417 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
409 | 418 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
410 | 419 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
411 | 420 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
|
432 | 441 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
433 | 442 | GCC_WARN_UNUSED_FUNCTION = YES; |
434 | 443 | GCC_WARN_UNUSED_VARIABLE = YES; |
435 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 444 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
436 | 445 | MTL_ENABLE_DEBUG_INFO = YES; |
437 | 446 | ONLY_ACTIVE_ARCH = YES; |
438 | 447 | SDKROOT = iphoneos; |
|
466 | 475 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
467 | 476 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
468 | 477 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 478 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
469 | 479 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
470 | 480 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
471 | 481 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
|
486 | 496 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
487 | 497 | GCC_WARN_UNUSED_FUNCTION = YES; |
488 | 498 | GCC_WARN_UNUSED_VARIABLE = YES; |
489 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 499 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
490 | 500 | MTL_ENABLE_DEBUG_INFO = NO; |
491 | 501 | SDKROOT = iphoneos; |
492 | 502 | SWIFT_COMPILATION_MODE = wholemodule; |
|
0 commit comments