                           Phidget22 for iOS
                              Version 1.24

   This package contains iOS development files for supporting Phidget22.

	
Requirements
============

   This package supports iOS 12.0 and newer.


Overview
========

   For Swift development, install our Swift package using this URL:
	
     https://www.phidgets.com/git/phidget22-swift.git

	
   For non-Swift develoment, read on.

   
   This package contains our native C library for iOS and iOS Simulator.
   
   The recommended path on iOS is the Phidget22.xcframework. This library supports
both iOS and iOS Simulator development against out C API.

	We also include iOS and iOS Simulator static and dynamic libraries.


Static Libraries
================

   NOTE: These are legacy instructions. It is recommended to use the xcframework
instead of the static libraries.

In order to reference the Phidget libraries from your Xcode project, 
follow these steps:

Open your Xcode project. Select your target and navigate to 
"Build Settings"

Find the "Header Search Paths" setting. Add a reference to the folder that phidget22.h
resides in

Find the "Other linker flags" setting and expand it so you see both
Debug and Release settings

Click the + beside Debug and add "Any iOS Simulator". Add a reference to
/iphonesimulator/libPhidget22.a

Click the + beside Debug and add "Any iOS". Add a reference to
/iphoneos/libPhidget22.a

Repeat the two previous steps for the Release setting

Finally, add the following line of code to your project:

#import "phidget22.h"

	
	
Online Resources
================

   iOS Support page:
    https://www.phidgets.com/docs/OS_-_iOS

   Latest iOS Phidget22 dev files (this package):
    https://www.phidgets.com/downloads/phidget22/libraries/ios/Phidget22_iOS.zip
	