-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* python 3.10のインストール * ライブラリをframeworkの中に入れる * lnをハードリンクに戻した。 * dylibのファイル名からバージョン番号を除いた。 * read meの文言の削除 * 空白などを整理 * plistをbinary形式からXML形式へ * 実機用のplistがsimulator用になっていたので修正。 --------- Co-authored-by: Hiroshiba <[email protected]>
- Loading branch information
1 parent
8a198bc
commit c3da5cb
Showing
6 changed files
with
154 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
xcframework/Frameworks/aarch64/onnxruntime.framework/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>23B81</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>onnxruntime</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>jp.hiroshiba.voicevox.onnxruntime</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>onnxruntime</string> | ||
<key>CFBundlePackageType</key> | ||
<string>FMWK</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>iPhoneOS</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>21C52</string> | ||
<key>DTPlatformName</key> | ||
<string>iphoneos</string> | ||
<key>DTPlatformVersion</key> | ||
<string>17.2</string> | ||
<key>DTSDKBuild</key> | ||
<string>21C52</string> | ||
<key>DTSDKName</key> | ||
<string>iphoneos17.2</string> | ||
<key>DTXcode</key> | ||
<string>1510</string> | ||
<key>DTXcodeBuild</key> | ||
<string>15C65</string> | ||
<key>MinimumOSVersion</key> | ||
<string>16.0</string> | ||
<key>UIDeviceFamily</key> | ||
<array> | ||
<integer>1</integer> | ||
<integer>2</integer> | ||
</array> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
</dict> | ||
</plist> |
5 changes: 5 additions & 0 deletions
5
xcframework/Frameworks/aarch64/onnxruntime.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
framework module onnxruntime { | ||
export * | ||
|
||
module * { export * } | ||
} |
51 changes: 51 additions & 0 deletions
51
xcframework/Frameworks/sim/onnxruntime.framework/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BuildMachineOSBuild</key> | ||
<string>23B81</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>onnxruntime</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>jp.hiroshiba.voicevox.onnxruntime</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>onnxruntime</string> | ||
<key>CFBundlePackageType</key> | ||
<string>FMWK</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>iPhoneSimulator</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>21C52</string> | ||
<key>DTPlatformName</key> | ||
<string>iphonesimulator</string> | ||
<key>DTPlatformVersion</key> | ||
<string>17.2</string> | ||
<key>DTSDKBuild</key> | ||
<string>21C52</string> | ||
<key>DTSDKName</key> | ||
<string>iphonesimulator17.2</string> | ||
<key>DTXcode</key> | ||
<string>1510</string> | ||
<key>DTXcodeBuild</key> | ||
<string>15C65</string> | ||
<key>MinimumOSVersion</key> | ||
<string>16.0</string> | ||
<key>UIDeviceFamily</key> | ||
<array> | ||
<integer>1</integer> | ||
<integer>2</integer> | ||
</array> | ||
</dict> | ||
</plist> |
5 changes: 5 additions & 0 deletions
5
xcframework/Frameworks/sim/onnxruntime.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
framework module onnxruntime { | ||
export * | ||
|
||
module * { export * } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# xcframeworkフォルダの内容について | ||
## Frameworks | ||
|
||
iOS向けの配布ライブラリXCFramework内のFrameworkを作るための雛形です。 | ||
雛形は端末用とシミュレータ用の2種類です。 | ||
|