Skip to content

Commit f64819f

Browse files
committed
fix: ios 14 and 18 coexist
Signed-off-by: Lessica <82flex@gmail.com>
1 parent b83c685 commit f64819f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

TrollFools.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@
10201020
repositoryURL = "https://github.com/siteline/swiftui-introspect.git";
10211021
requirement = {
10221022
kind = exactVersion;
1023-
version = 1.3.0;
1023+
version = 1.2.0;
10241024
};
10251025
};
10261026
CC0D662B2D7F11A2000EADED /* XCRemoteSwiftPackageReference "ArArchiveKit" */ = {

TrollFools.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"kind" : "remoteSourceControl",
7979
"location" : "https://github.com/siteline/swiftui-introspect.git",
8080
"state" : {
81-
"revision" : "807f73ce09a9b9723f12385e592b4e0aaebd3336",
82-
"version" : "1.3.0"
81+
"revision" : "668a65735751432b640260c56dfa621cec568368",
82+
"version" : "1.2.0"
8383
}
8484
},
8585
{

TrollFools/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

1111
VERSION = 3.7
12-
BUILD_NUMBER = 41
12+
BUILD_NUMBER = 42

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: wiki.qaq.trollfools
22
Name: TrollFools
3-
Version: 3.7-41
3+
Version: 3.7-42
44
Section: Applications
55
Depends: firmware (>= 14.0)
66
Architecture: iphoneos-arm

0 commit comments

Comments
 (0)