File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
AssimpKit/Library/Library.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 874
874
DYLIB_INSTALL_NAME_BASE = "@rpath";
875
875
ENABLE_STRICT_OBJC_MSGSEND = YES;
876
876
ENABLE_TESTABILITY = YES;
877
+ EXCLUDED_ARCHS = arm64;
877
878
FRAMEWORK_VERSION = A;
878
879
GCC_C_LANGUAGE_STANDARD = gnu99;
879
880
GCC_DYNAMIC_NO_PIC = NO;
947
948
DYLIB_INSTALL_NAME_BASE = "@rpath";
948
949
ENABLE_NS_ASSERTIONS = NO;
949
950
ENABLE_STRICT_OBJC_MSGSEND = YES;
951
+ EXCLUDED_ARCHS = arm64;
950
952
FRAMEWORK_VERSION = A;
951
953
GCC_C_LANGUAGE_STANDARD = gnu99;
952
954
GCC_NO_COMMON_BLOCKS = YES;
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ let package = Package(
17
17
targets: [
18
18
. binaryTarget(
19
19
name: " AssimpKit " ,
20
- url: " https://github.com/showpad/AssimpKit/releases/download/1.3.1 /AssimpKit.xcframework.zip " ,
21
- checksum: " 68ed4708dcb19011d06bcd6bbfa47c3f53dc2af0beb236d546397f372baf7727 "
20
+ url: " https://github.com/showpad/AssimpKit/releases/download/1.3.3 /AssimpKit.xcframework.zip " ,
21
+ checksum: " 8107773438568f2f864f5c08ceb2ce2efae95cf8b67eb3cdc2df7a61aea54c26 "
22
22
) ,
23
23
24
24
// Needed to create a dynamic target that contains the statically linked AssimpKit
You can’t perform that action at this time.
0 commit comments