Skip to content

Commit 5d09ab2

Browse files
committed
Changes a missed arm64 reference to armv7k from previous commit
1 parent 4243bc4 commit 5d09ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CocoaPods/watchos.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ framework module SQLite {
33

44
module armv7k {
55
header "/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/usr/include/sqlite3.h"
6-
requires arm64
6+
requires armv7k
77
}
88

99
module x86 {

0 commit comments

Comments
 (0)