Commit b78629b 1 parent 31d6206 commit b78629b Copy full SHA for b78629b
File tree 2 files changed +9
-2
lines changed
flutter/sherpa_onnx_ios/ios
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ for d in ios-arm64_x86_64-simulator ios-arm64; do
258
258
<string>arm64</string>
259
259
</array>
260
260
<key>MinimumOSVersion</key>
261
- <string>12 .0</string>
261
+ <string>13 .0</string>
262
262
<key>CFBundleIdentifier</key>
263
263
<string>com.k2fsa.sherpa.onnx</string>
264
264
<key>UIDeviceFamily</key>
@@ -274,6 +274,13 @@ for d in ios-arm64_x86_64-simulator ios-arm64; do
274
274
<string>15A507</string>
275
275
<key>DTPlatformBuild</key>
276
276
<string>21A326</string>
277
+ <key>SupportedArchitectures</key>
278
+ <array>
279
+ <string>arm64</string>
280
+ <string>x86_64</string>
281
+ </array>
282
+ <key>SupportedPlatform</key>
283
+ <string>ios</string>
277
284
</dict>
278
285
</plist>
279
286
EOF
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ A new Flutter FFI plugin project.
22
22
# `../src/*` so that the C sources can be shared among all target platforms.
23
23
s . source = { :path => '.' }
24
24
s . dependency 'Flutter'
25
- s . platform = :ios , '12 .0'
25
+ s . platform = :ios , '13 .0'
26
26
s . preserve_paths = 'sherpa_onnx.xcframework/**/*'
27
27
s . vendored_frameworks = 'sherpa_onnx.xcframework'
28
28
You can’t perform that action at this time.
0 commit comments