From b5a4a2b532c9bf98925212ef817dc0b9c01f0da3 Mon Sep 17 00:00:00 2001 From: brackendev Date: Fri, 19 Jul 2019 19:20:22 +0200 Subject: [PATCH] Update for last commit --- Example/Pods/Pods.xcodeproj/project.pbxproj | 4 +- .../project.pbxproj | 47 ++++++++++++++++--- .../Readability-Objective-C-Example.xcscheme | 2 +- .../{ => Base.lproj}/Main.storyboard | 0 4 files changed, 43 insertions(+), 10 deletions(-) rename Example/Readability-Objective-C/{ => Base.lproj}/Main.storyboard (100%) diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index f89a62e..2ddba63 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -622,7 +622,7 @@ GCC_PREFIX_HEADER = "Target Support Files/RegexKitLite/RegexKitLite-prefix.pch"; INFOPLIST_FILE = "Target Support Files/RegexKitLite/RegexKitLite-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/RegexKitLite/RegexKitLite.modulemap"; PRODUCT_MODULE_NAME = RegexKitLite; @@ -719,7 +719,7 @@ GCC_PREFIX_HEADER = "Target Support Files/RegexKitLite/RegexKitLite-prefix.pch"; INFOPLIST_FILE = "Target Support Files/RegexKitLite/RegexKitLite-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/RegexKitLite/RegexKitLite.modulemap"; PRODUCT_MODULE_NAME = RegexKitLite; diff --git a/Example/Readability-Objective-C.xcodeproj/project.pbxproj b/Example/Readability-Objective-C.xcodeproj/project.pbxproj index 0089652..e2a7c1b 100644 --- a/Example/Readability-Objective-C.xcodeproj/project.pbxproj +++ b/Example/Readability-Objective-C.xcodeproj/project.pbxproj @@ -22,7 +22,7 @@ 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; }; 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; }; - C9CEA7C822E2113B001ACD0C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C9CEA7C722E2113B001ACD0C /* Main.storyboard */; }; + C9CEA7E422E2325E001ACD0C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C9CEA7E622E2325E001ACD0C /* Main.storyboard */; }; DC6560D6D461FB8728CE0684 /* Pods_Readability_Objective_C_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5AA556CC0D45BA7CB067457 /* Pods_Readability_Objective_C_Example.framework */; }; /* End PBXBuildFile section */ @@ -64,8 +64,8 @@ 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; A7A3553056F0FAA0194D28A2 /* Pods-Readability-Objective-C_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Readability-Objective-C_Example.release.xcconfig"; path = "Target Support Files/Pods-Readability-Objective-C_Example/Pods-Readability-Objective-C_Example.release.xcconfig"; sourceTree = ""; }; B994C1B85AF3F71748181712 /* Pods_Readability_Objective_C_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Readability_Objective_C_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C9CEA7C722E2113B001ACD0C /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; C9CEA7C922E21195001ACD0C /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = SOURCE_ROOT; }; + C9CEA7E722E23266001ACD0C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; D5AA556CC0D45BA7CB067457 /* Pods_Readability_Objective_C_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Readability_Objective_C_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; EC984075AC100B4F9C7FA49F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; /* End PBXFileReference section */ @@ -147,7 +147,7 @@ C9CEA7C922E21195001ACD0C /* Podfile */, 6003F5A8195388D20070C39A /* Images.xcassets */, 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */, - C9CEA7C722E2113B001ACD0C /* Main.storyboard */, + C9CEA7E622E2325E001ACD0C /* Main.storyboard */, 6003F59C195388D20070C39A /* ReadabilityAppDelegate.h */, 6003F59D195388D20070C39A /* ReadabilityAppDelegate.m */, 6003F5A5195388D20070C39A /* ReadabilityViewController.h */, @@ -246,7 +246,7 @@ isa = PBXProject; attributes = { CLASSPREFIX = Readability; - LastUpgradeCheck = 0720; + LastUpgradeCheck = 1020; ORGANIZATIONNAME = "bracken-dev"; TargetAttributes = { 6003F589195388D20070C39A = { @@ -260,10 +260,9 @@ }; buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "Readability-Objective-C" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( - English, en, Base, ); @@ -286,7 +285,7 @@ 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */, 6003F5A9195388D20070C39A /* Images.xcassets in Resources */, 6003F598195388D20070C39A /* InfoPlist.strings in Resources */, - C9CEA7C822E2113B001ACD0C /* Main.storyboard in Resources */, + C9CEA7E422E2325E001ACD0C /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -421,6 +420,14 @@ name = LaunchScreen.storyboard; sourceTree = ""; }; + C9CEA7E622E2325E001ACD0C /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + C9CEA7E722E23266001ACD0C /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ @@ -432,19 +439,32 @@ CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", @@ -472,18 +492,31 @@ CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; diff --git a/Example/Readability-Objective-C.xcodeproj/xcshareddata/xcschemes/Readability-Objective-C-Example.xcscheme b/Example/Readability-Objective-C.xcodeproj/xcshareddata/xcschemes/Readability-Objective-C-Example.xcscheme index 3a5dec6..4486e54 100644 --- a/Example/Readability-Objective-C.xcodeproj/xcshareddata/xcschemes/Readability-Objective-C-Example.xcscheme +++ b/Example/Readability-Objective-C.xcodeproj/xcshareddata/xcschemes/Readability-Objective-C-Example.xcscheme @@ -1,6 +1,6 @@