Skip to content

Commit e01bf1e

Browse files
authoredJan 16, 2024
Merge pull request #61 from strvcom/feat/support-ios14
Feat/support ios14
2 parents 08918bd + 6d86ac7 commit e01bf1e

File tree

72 files changed

+1312
-364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1312
-364
lines changed
 

‎NetworkingSampleApp/.swiftlint.yml ‎.swiftlint.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Feel free to send pull request or suggest improvements!
55
#
66

7+
analyzer_rules:
8+
- unused_import
79

810
#
911
# Rule identifiers to exclude from running.
@@ -30,7 +32,6 @@ opt_in_rules:
3032
- contains_over_first_not_nil
3133
- convenience_type
3234
- fallthrough
33-
- unused_import
3435
- unavailable_function
3536
- strict_fileprivate
3637
- explicit_init
@@ -42,17 +43,16 @@ opt_in_rules:
4243
# Paths to include during linting. `--path` is ignored if present.
4344
#
4445
included:
45-
- ./
46-
- ../Sources
47-
- ../Tests
46+
- NetworkingSampleApp
47+
- Sources
48+
- Tests
4849

4950
#
5051
# Paths to ignore during linting. Takes precedence over `included`.
5152
#
5253
excluded:
5354
- Carthage
5455
- Pods
55-
- Tests
5656
- Scripts
5757
- vendor
5858
- fastlane

‎.swiftpm/xcode/xcshareddata/xcschemes/Networking.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1240"
3+
LastUpgradeVersion = "1500"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)