Skip to content

Commit cd16c12

Browse files
release v4.12.0
1 parent 1235836 commit cd16c12

File tree

463 files changed

+29206
-783
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

463 files changed

+29206
-783
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BRLMPrinterKit
22

3-
A Swift Package of the Brother Print SDK for iPhone/iPad.
3+
A Swift Package of the Brother Print SDK BT_Net for iPhone/iPad.
44

55
For sample projects and more details, [see the Brother developer page](http://www.brother.com/product/dev/mobile/ios/).
66

Sources/BRLMPrinterKit.xcframework/Info.plist

100644100755
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,29 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>BRLMPrinterKit.framework/BRLMPrinterKit</string>
810
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_armv7</string>
11+
<string>ios-arm64</string>
1012
<key>LibraryPath</key>
1113
<string>BRLMPrinterKit.framework</string>
1214
<key>SupportedArchitectures</key>
1315
<array>
1416
<string>arm64</string>
15-
<string>armv7</string>
1617
</array>
1718
<key>SupportedPlatform</key>
1819
<string>ios</string>
1920
</dict>
2021
<dict>
22+
<key>BinaryPath</key>
23+
<string>BRLMPrinterKit.framework/BRLMPrinterKit</string>
2124
<key>LibraryIdentifier</key>
22-
<string>ios-arm64_i386_x86_64-simulator</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2326
<key>LibraryPath</key>
2427
<string>BRLMPrinterKit.framework</string>
2528
<key>SupportedArchitectures</key>
2629
<array>
2730
<string>arm64</string>
28-
<string>i386</string>
2931
<string>x86_64</string>
3032
</array>
3133
<key>SupportedPlatform</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)