Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 12.0.0 #47

Merged
merged 38 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
fee4f1c
Merge pull request #44 from faberNovel/release/v11.5.0
Nooba Sep 19, 2023
4c5f484
Update minimum OS & Swift version
Sep 21, 2022
166cfdd
Enable complete concurrency check for tests
alexandre-pod Jun 23, 2023
15789c0
Add support for Swift Concurrency
alexandre-pod Jun 23, 2023
36ab197
Fix typo in ProxyDetector
alexandre-pod Jun 26, 2023
dae37e0
Enable concurrency check on tests
alexandre-pod Jul 4, 2023
137fed3
Make all test compile without Concurrency errors
alexandre-pod Jun 23, 2023
898f0f5
Update some snapshots to make tests pass
alexandre-pod Sep 25, 2023
3d2d2f0
Mark some build phase script to always run as there is no way to use …
alexandre-pod Oct 3, 2023
315dd8e
Apply Xcode recommended settings to Sample project
alexandre-pod Oct 3, 2023
7f353ff
Update CI scripts to use macOS 13 and Xcode 15
alexandre-pod Oct 3, 2023
ad6112e
Update gems
alexandre-pod Oct 3, 2023
a11ec60
Try make CI pass with Xcode 14.3.1
alexandre-pod Oct 9, 2023
9ac782a
Force Xcode version in workflows
alexandre-pod Oct 10, 2023
f5581fc
Add comment about tests failing on CI when using Xcode 15.0
alexandre-pod Oct 10, 2023
211b1a2
Make NavigationControllerObserverTest more reliable
alexandre-pod Oct 10, 2023
18ca07c
Use Xcode 15.0 now that the tests are more reliable
alexandre-pod Oct 10, 2023
1b159f0
Merge pull request #45 from faberNovel/feature/swift_concurrency
alexandre-pod Oct 11, 2023
2da7487
Raise minimal iOS and tvOS version support to 14.0
alexandre-pod Oct 20, 2023
7ac1f05
Remove no longer needed @available and #available
alexandre-pod Oct 20, 2023
eb17410
Fix warning about ios version when building test app
alexandre-pod Oct 20, 2023
8211f87
Remove dead code
alexandre-pod Oct 20, 2023
12813e6
Remove additional check for iOS 14 in tests
alexandre-pod Oct 20, 2023
4e0ea5d
Merge pull request #46 from faberNovel/feature/update_to_ios_14
alexandre-pod Oct 23, 2023
01c8896
Create UIRectEdge+Utilities
gaetanzanella Nov 18, 2021
354cee2
Test UIRectEdge+Utilities
gaetanzanella Nov 18, 2021
a2621a4
Create UIDirectionalRectEdge+Utils
gaetanzanella Nov 23, 2021
489e159
Test UIDirectionalRectEdge+Utilities
gaetanzanella Nov 23, 2021
2c50206
Use NSDirectionalRectEdge instead of UIDirectionalRectEdge
gaetanzanella Nov 23, 2021
59da7f6
Simplify tests
gaetanzanella Nov 23, 2021
ad6089e
Fix NSDirectionalRectEdge+Utilities path
gaetanzanella Nov 24, 2021
bfaf423
Fix available syntax
gaetanzanella Nov 24, 2021
b64d11b
Fix Xcode 13 compilation
gaetanzanella Nov 24, 2021
4db02b6
Update tests for new version of Quick
alexandre-pod Oct 26, 2023
e8ad534
Update Changelog
alexandre-pod Oct 26, 2023
c1be9a5
Remove no longer needed check on iOS/tvOS version
alexandre-pod Oct 26, 2023
1c95763
Merge pull request #29 from faberNovel/feature/layout-edge
alexandre-pod Nov 8, 2023
8a2960e
Update CHANGELOG
alexandre-pod Nov 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ on:
branches:
- master

# See this page for available Xcode versions:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer

jobs:
build:

runs-on: macOS-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ name: CI

on: [pull_request]

# See this page for available Xcode versions:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer

jobs:
build:

runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ name: Create release PRs
on:
create

# See this page for available Xcode versions:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer

jobs:
build:

runs-on: macOS-latest
runs-on: macos-13

if: contains(github.ref, 'release') # allow to filter on release branches only
steps:
Expand Down
8 changes: 4 additions & 4 deletions ADUtils.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |spec|
spec.name = 'ADUtils'
spec.version = '11.5.0'
spec.version = '12.0.0'
spec.authors = 'Fabernovel'
spec.homepage = 'https://github.com/faberNovel/ADUtils'
spec.summary = 'Fabernovel\'s toolbox for iOS'
spec.ios.deployment_target = '10.0'
spec.tvos.deployment_target = '10.0'
spec.ios.deployment_target = '14.0'
spec.tvos.deployment_target = '14.0'
spec.license = { :type => 'MIT', :text => 'Created and licensed by Fabernovel Technologies. Copyright 2014-2018 Fabernovel Technologies. All rights reserved.' }
spec.source = { :git => 'https://github.com/faberNovel/ADUtils.git', :tag => "v#{spec.version}" }
spec.framework = 'Foundation', 'UIKit'
spec.requires_arc = true
spec.default_subspec = 'objc'
spec.swift_versions = ['5.0', '5.1']
spec.swift_versions = ['5.7']

spec.subspec 'Swift' do |subspec|
# Subspec compliant with App extensions
Expand Down
47 changes: 36 additions & 11 deletions ADUtils.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
0C8CFF10242B69BA0009FA88 /* AutoSizingCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C8CFF0F242B69BA0009FA88 /* AutoSizingCollectionView.swift */; };
0C8CFF12242B6A510009FA88 /* SimpleAutoSizingCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C8CFF11242B6A510009FA88 /* SimpleAutoSizingCollectionView.swift */; };
0F2654AB0B93FF9FEB86A1FE /* NSDirectionalRectEdgeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11CA673B2E1192F220168486 /* NSDirectionalRectEdgeTest.swift */; };
2A6E273122B2834500B31F40 /* MKMapViewDequeuingTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A6E273022B2834500B31F40 /* MKMapViewDequeuingTest.swift */; };
42CDDA9C8179B9F9824C64F2 /* Pods_ADUtilsApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28EFE73855C87585926C10E6 /* Pods_ADUtilsApp.framework */; };
47E17214F9A4009CF12359D7 /* Pods_ADUtilsTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D06C6332AC4E8FBA4930E980 /* Pods_ADUtilsTests.framework */; };
Expand Down Expand Up @@ -67,6 +68,7 @@
ECB627001DE3395100951346 /* ChildInsertionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECB626FF1DE3395100951346 /* ChildInsertionTest.swift */; };
ECB627021DE33C1100951346 /* ViewInsertionWithMarginTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECB627011DE33C1100951346 /* ViewInsertionWithMarginTest.swift */; };
ECB627061DE33F2200951346 /* AttributedStringTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECB627051DE33F2200951346 /* AttributedStringTest.swift */; };
F12A754809FE724A783EF192 /* UIRectEdgeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6423630AD4B44DC50EA87D8A /* UIRectEdgeTest.swift */; };
F2F326C12448431300BB5700 /* NSDirectionalEdgeInsetsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2F326C02448431300BB5700 /* NSDirectionalEdgeInsetsTests.swift */; };
/* End PBXBuildFile section */

Expand All @@ -84,6 +86,7 @@
0C8CFF0F242B69BA0009FA88 /* AutoSizingCollectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoSizingCollectionView.swift; sourceTree = "<group>"; };
0C8CFF11242B6A510009FA88 /* SimpleAutoSizingCollectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleAutoSizingCollectionView.swift; sourceTree = "<group>"; };
0DA2083431F4C16E69ED219E /* Pods-ADUtilsApp.preproduction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ADUtilsApp.preproduction.xcconfig"; path = "Pods/Target Support Files/Pods-ADUtilsApp/Pods-ADUtilsApp.preproduction.xcconfig"; sourceTree = "<group>"; };
11CA673B2E1192F220168486 /* NSDirectionalRectEdgeTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSDirectionalRectEdgeTest.swift; sourceTree = "<group>"; };
28EFE73855C87585926C10E6 /* Pods_ADUtilsApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ADUtilsApp.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2A6E273022B2834500B31F40 /* MKMapViewDequeuingTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MKMapViewDequeuingTest.swift; sourceTree = "<group>"; };
32D3D6308F00B6B8059A24E8 /* Pods-ADUtilsTests.production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ADUtilsTests.production.xcconfig"; path = "Pods/Target Support Files/Pods-ADUtilsTests/Pods-ADUtilsTests.production.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -124,6 +127,7 @@
57F7ECC31BB0042D0095AEEC /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; };
57F7ECC51BB004500095AEEC /* InfoPlist.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = InfoPlist.strings; sourceTree = "<group>"; };
5DE795FD4906461A70860D2B /* Pods-ADUtilsApp.production.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ADUtilsApp.production.xcconfig"; path = "Pods/Target Support Files/Pods-ADUtilsApp/Pods-ADUtilsApp.production.xcconfig"; sourceTree = "<group>"; };
6423630AD4B44DC50EA87D8A /* UIRectEdgeTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIRectEdgeTest.swift; sourceTree = "<group>"; };
7A0EC64F1535D8ED00E5F54A /* ADUtilsApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ADUtilsApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
7A0EC6531535D8ED00E5F54A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
7A0EC6551535D8ED00E5F54A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -248,6 +252,8 @@
495682D625DAD8EC00001624 /* UIImageColorTests.swift */,
495682EE25DBA8F800001624 /* UIButtonBackgroundColorTests.swift */,
494C99842601FA5A00A1E098 /* StackViewBuilderTests.swift */,
6423630AD4B44DC50EA87D8A /* UIRectEdgeTest.swift */,
11CA673B2E1192F220168486 /* NSDirectionalRectEdgeTest.swift */,
);
path = ADUtilsTests;
sourceTree = "<group>";
Expand Down Expand Up @@ -452,9 +458,10 @@
7A0EC6461535D8ED00E5F54A /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
CLASSPREFIX = AD;
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 1120;
LastUpgradeCheck = 1500;
TargetAttributes = {
49B1F77D1CE4B3DB00A29BFE = {
CreatedOnToolsVersion = 7.3;
Expand All @@ -471,11 +478,11 @@
};
buildConfigurationList = 7A0EC6491535D8ED00E5F54A /* Build configuration list for PBXProject "ADUtils" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
mainGroup = 7A0EC6441535D8ED00E5F54A;
packageReferences = (
Expand Down Expand Up @@ -520,6 +527,7 @@
/* Begin PBXShellScriptBuildPhase section */
490133B11C1EFC11000CC04B /* Turn TODO into Warning */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -530,10 +538,12 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "KEYWORDS=\"TODO:|FIXME:|\\?\\?\\?:|\\!\\!\\!:\"\nfind \"${SRCROOT}/Classes\" -name \"*.h\" -or -name \"*.m\" -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($KEYWORDS).*\\$\" | perl -p -e \"s/($KEYWORDS)/ warning: \\$1/\"";
shellScript = "KEYWORDS=\"TODO:|FIXME:|\\?\\?\\?:|\\!\\!\\!:\"\nfind \"${SRCROOT}/Classes\" -name \"*.h\" -or -name \"*.m\" -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($KEYWORDS).*\\$\" | perl -p -e \"s/($KEYWORDS)/ warning: \\$1/\"\n";
showEnvVarsInLog = 0;
};
490133B21C1EFC25000CC04B /* Warning if file > 250 lines */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -544,10 +554,12 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "find \"${SRCROOT}/Classes\" \\( -name \"*.h\" -or -name \"*.m\" \\) -and \\( -path \"${SRCROOT}/Pods/*\" -prune -o -print0 \\) | xargs -0 wc -l | awk '$1 > 250 && $2 != \"total\" {for(i=2;i<NF;i++){printf \"%s%s\", $i, \" \"} print $NF \":1: warning: File more than 250 lines (\" $1 \"), consider refactoring.\" }'";
shellScript = "find \"${SRCROOT}/Classes\" \\( -name \"*.h\" -or -name \"*.m\" \\) -and \\( -path \"${SRCROOT}/Pods/*\" -prune -o -print0 \\) | xargs -0 wc -l | awk '$1 > 250 && $2 != \"total\" {for(i=2;i<NF;i++){printf \"%s%s\", $i, \" \"} print $NF \":1: warning: File more than 250 lines (\" $1 \"), consider refactoring.\" }'\n";
showEnvVarsInLog = 0;
};
494C999A260205C500A1E098 /* SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -563,9 +575,11 @@
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\"\n";
showEnvVarsInLog = 0;
};
6FE3EFF61A6D3EB1007A4AD5 /* Patch Info.plist according to the environment */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down Expand Up @@ -605,6 +619,7 @@
};
7A0EC66A1535D91400E5F54A /* Inject git informations in Info.plist */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -615,7 +630,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "GIT_COMMIT=`git rev-parse --short HEAD`\nGIT_BRANCH=`git symbolic-ref HEAD`\nGIT_STATUS=`git status --porcelain -z`\n/usr/libexec/PlistBuddy -c \"Delete :CFBundleGitCommit\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\" >/dev/null 2>&1\n/usr/libexec/PlistBuddy -c \"Delete :CFBundleGitBranch\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\" >/dev/null 2>&1\n/usr/libexec/PlistBuddy -c \"Delete :CFBundleGitStatus\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\" >/dev/null 2>&1\nif [ -n \"$GIT_COMMIT\" ]; then\n /usr/libexec/PlistBuddy -c \"Add :CFBundleGitCommit string \\\"${GIT_COMMIT}\\\"\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\nfi\nif [ -n \"$GIT_BRANCH\" ]; then\n /usr/libexec/PlistBuddy -c \"Add :CFBundleGitBranch string \\\"${GIT_BRANCH}\\\"\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\nfi\nif [ -n \"$GIT_STATUS\" ]; then\n /usr/libexec/PlistBuddy -c \"Add :CFBundleGitStatus string \\\"${GIT_STATUS}\\\"\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\nfi";
shellScript = "GIT_COMMIT=`git rev-parse --short HEAD`\nGIT_BRANCH=`git symbolic-ref HEAD`\nGIT_STATUS=`git status --porcelain -z`\n/usr/libexec/PlistBuddy -c \"Delete :CFBundleGitCommit\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\" >/dev/null 2>&1\n/usr/libexec/PlistBuddy -c \"Delete :CFBundleGitBranch\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\" >/dev/null 2>&1\n/usr/libexec/PlistBuddy -c \"Delete :CFBundleGitStatus\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\" >/dev/null 2>&1\nif [ -n \"$GIT_COMMIT\" ]; then\n /usr/libexec/PlistBuddy -c \"Add :CFBundleGitCommit string \\\"${GIT_COMMIT}\\\"\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\nfi\nif [ -n \"$GIT_BRANCH\" ]; then\n /usr/libexec/PlistBuddy -c \"Add :CFBundleGitBranch string \\\"${GIT_BRANCH}\\\"\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\nfi\nif [ -n \"$GIT_STATUS\" ]; then\n /usr/libexec/PlistBuddy -c \"Add :CFBundleGitStatus string \\\"${GIT_STATUS}\\\"\" \"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\nfi\n";
showEnvVarsInLog = 0;
};
A6A85E92266DAE1D134ACEEA /* [CP] Check Pods Manifest.lock */ = {
Expand Down Expand Up @@ -704,6 +719,8 @@
491BC3C323C47D29001A3B82 /* StackViewUtilsTests.swift in Sources */,
49CEC4A51EFA484900675EC4 /* NavigationControllerObserverTest.swift in Sources */,
921907DF21F7AE4400EF2B67 /* ADLayoutGuideTestsObjc.m in Sources */,
F12A754809FE724A783EF192 /* UIRectEdgeTest.swift in Sources */,
0F2654AB0B93FF9FEB86A1FE /* NSDirectionalRectEdgeTest.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -886,6 +903,7 @@
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -911,9 +929,10 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
PROVISIONING_PROFILE_SPECIFIER = "$(PROFILE_UDID)";
SDKROOT = iphoneos;
SWIFT_STRICT_CONCURRENCY = complete;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down Expand Up @@ -965,6 +984,7 @@
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -986,10 +1006,11 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
PROVISIONING_PROFILE_SPECIFIER = "$(PROFILE_UDID)";
SDKROOT = iphoneos;
SWIFT_STRICT_CONCURRENCY = complete;
SWIFT_VERSION = 5.0;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -1041,6 +1062,7 @@
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -1065,9 +1087,10 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
PROVISIONING_PROFILE_SPECIFIER = "$(PROFILE_UDID)";
SDKROOT = iphoneos;
SWIFT_STRICT_CONCURRENCY = complete;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down Expand Up @@ -1119,6 +1142,7 @@
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -1143,9 +1167,10 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
PROVISIONING_PROFILE_SPECIFIER = "$(PROFILE_UDID)";
SDKROOT = iphoneos;
SWIFT_STRICT_CONCURRENCY = complete;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1120"
LastUpgradeVersion = "1500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Loading
Loading