Skip to content

Commit 4b214f3

Browse files
committed
Initial release
0 parents  commit 4b214f3

File tree

35 files changed

+51037
-0
lines changed

35 files changed

+51037
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.swiftpm
2+
/.build
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>BinaryPath</key>
9+
<string>NexaSdk.framework/NexaSdk</string>
10+
<key>DebugSymbolsPath</key>
11+
<string>dSYMs</string>
12+
<key>LibraryIdentifier</key>
13+
<string>ios-arm64</string>
14+
<key>LibraryPath</key>
15+
<string>NexaSdk.framework</string>
16+
<key>SupportedArchitectures</key>
17+
<array>
18+
<string>arm64</string>
19+
</array>
20+
<key>SupportedPlatform</key>
21+
<string>ios</string>
22+
</dict>
23+
<dict>
24+
<key>BinaryPath</key>
25+
<string>NexaSdk.framework/Versions/A/NexaSdk</string>
26+
<key>DebugSymbolsPath</key>
27+
<string>dSYMs</string>
28+
<key>LibraryIdentifier</key>
29+
<string>macos-arm64</string>
30+
<key>LibraryPath</key>
31+
<string>NexaSdk.framework</string>
32+
<key>SupportedArchitectures</key>
33+
<array>
34+
<string>arm64</string>
35+
</array>
36+
<key>SupportedPlatform</key>
37+
<string>macos</string>
38+
</dict>
39+
</array>
40+
<key>CFBundlePackageType</key>
41+
<string>XFWK</string>
42+
<key>XCFrameworkFormatVersion</key>
43+
<string>1.0</string>
44+
</dict>
45+
</plist>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
#ifndef NexaSdk_h
3+
#define NexaSdk_h
4+
5+
#import <NexaSdk/ml.h>
6+
7+
#endif /* NexaSdk_h */

0 commit comments

Comments
 (0)