-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b70ce1b
Showing
70 changed files
with
3,786 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Star Micronics Co., Ltd. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,21 @@ | ||
# StarIODeviceSetting SDK for iOS Objective-C | ||
|
||
For more information about the API, supported OS, development environment, and supported printers, please refer to the [manual](https://www.star-m.jp/products/s_print/sdk/starprnt_sdk/manual/ios_objc/en/api_stariodevicesetting_library.html). | ||
|
||
## Reference | ||
### Online Manual | ||
- [mC-Print2 Online Manual](http://www.star-m.jp/mcprint2-oml.html) | ||
- [mC-Print3 Online Manual](http://www.star-m.jp/mcprint3-oml.html) | ||
|
||
## What is SteadyLAN | ||
- [SteadyLAN (English)](https://www.star-m.jp/products/s_print/mcprint3/manual/en/settings/SteadyLAN.htm) | ||
- [SteadyLAN (Japanese)](https://www.star-m.jp/products/s_print/mcprint3/manual/ja/settings/SteadyLAN.htm) | ||
|
||
## Note | ||
- SteadyLAN function must be configured to match the operating system (OS) of the device. It cannot be used with an OS different from the printer's settings. | ||
For more information, please refer to the [manual](https://www.star-m.jp/products/s_print/sdk/starprnt_sdk/manual/ios_objc/en/api_stariodevicesetting_steaylan_setting.html). | ||
|
||
|
||
## Copyright | ||
|
||
Copyright 2020 Star Micronics Co., Ltd. All rights reserved. |
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,13 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'StarIODeviceSettingLabs' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
|
||
# Pods for StarIODeviceSettingLabs | ||
pod 'StarIO', '2.8.2' | ||
pod 'StarIODeviceSetting', '1.0.0' | ||
|
||
end |
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,21 @@ | ||
PODS: | ||
- StarIO (2.8.2) | ||
- StarIODeviceSetting (1.0.0): | ||
- StarIO | ||
|
||
DEPENDENCIES: | ||
- StarIO (= 2.8.2) | ||
- StarIODeviceSetting (= 1.0.0) | ||
|
||
SPEC REPOS: | ||
"git@192.168.32.36:software_package_manager/cocoapods_specs_private.git": | ||
- StarIO | ||
- StarIODeviceSetting | ||
|
||
SPEC CHECKSUMS: | ||
StarIO: 032e5cec293444da44a17b26f3bcb49b4bb4ce6e | ||
StarIODeviceSetting: c787a95234799ff3c6a2329a1cf40367c6f846ee | ||
|
||
PODFILE CHECKSUM: a94265850297034d30d92aafc01859fbe682fc99 | ||
|
||
COCOAPODS: 1.8.4 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.