Skip to content

Commit

Permalink
V0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bandit-ibayashi committed Jan 20, 2021
0 parents commit b70ce1b
Show file tree
Hide file tree
Showing 70 changed files with 3,786 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE.txt
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.
21 changes: 21 additions & 0 deletions README.md
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.
13 changes: 13 additions & 0 deletions SDK/Podfile
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
21 changes: 21 additions & 0 deletions SDK/Podfile.lock
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
21 changes: 21 additions & 0 deletions SDK/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b70ce1b

Please sign in to comment.