Skip to content

Commit eaeabbc

Browse files
committed
fix type in podspecs - it's arm64 not 46...
1 parent 3ba8457 commit eaeabbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flutter_libs/ios/objectbox_flutter_libs.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.dependency 'Flutter'
1818
s.dependency 'ObjectBox', '1.5.0-rc2'
1919

20-
# Flutter.framework does not contain a i386 or arm46. Only x86_64 simulators are supported.
20+
# Flutter.framework does not contain a i386 or arm64. Only x86_64 simulators are supported.
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
2222

2323
s.swift_version = '5.3'

sync_flutter_libs/ios/objectbox_sync_flutter_libs.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.dependency 'Flutter'
1818
s.dependency 'ObjectBox', '1.5.0-sync-rc6'
1919

20-
# Flutter.framework does not contain a i386 or arm46. Only x86_64 simulators are supported.
20+
# Flutter.framework does not contain a i386 or arm64. Only x86_64 simulators are supported.
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
2222

2323
s.swift_version = '5.3'

0 commit comments

Comments
 (0)