TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Oct 2016 |
SPMSupports SPM | ✗ |
Maintained by Nguyen Phu Nghia.
Library containing types supporting code generated by R.swift
Regular users probably want to include this library to use R.swift. Developers of other libraries can use this library to extend upon the types and code R.swift generates and uses.
As an embedded framework using git submodules.
git init
git submodule add https://github.com/mac-cain13/R.swift.Library.git
R.swift.Library
folder, and drag the R.swift.Library.xcodeproj
into the Project Navigator of your application’s Xcode project.R.swift.Library.xcodeproj
in the Project Navigator and verify the deployment target matches that of your application target.+
button under the “Embedded Binaries” section.Rswift.framework
The
Rswift.framework
is automagically added as a target dependency, linked framework and embedded framework in a copy files build phase which is all you need to build on the simulator and a device.
R.swift and R.swift.Library are created by Mathijs Kadijk and released under a MIT License.