Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dwlnetnl committed Feb 9, 2015
1 parent 9aba00c commit 76c2d69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ This repo contains a configured Xcode workspace with a Xcode project for use in

# Features
* Preconfigured Xcode project with Swiss Ephemeris 2.00 source code ready to be build.
* Create very quick and easy an universal <code>SwissEphemeris.framework</code> which supports OS X 10.6 or later on <code>i386</code> and <code>x86_64</code> for Mac and an universal static library (<code>libSwissEphemeris.a</code>) which supports iOS 6.0 or later on <code>armv7</code> and <code>arm64</code> on the device and <code>i386</code> and <code>x86_64</code> in the simulator. **The source code is not checked or audited for correct operation and results on 64-bit architectures.**
* Build easily libraries for OS X and iOS. Note: **The source code is not checked or audited for correct operation and results on 64-bit architectures.**
* OS X: <code>SwissEphemeris.framework</code> supports OS X 10.6 or later on <code>i386</code> and <code>x86_64</code>
* iOS: <code>libSwissEphemeris.a</code> supports iOS 6.0 or later on the simulator and <code>armv7</code> and <code>arm64</code> on the device
* iOS: <code>SwissEphemeris.framework</code> supports iOS 8.0 or later on the simulator and <code>armv7</code> and <code>arm64</code> on the device
* A pure as possible distribution and use of the [Swiss Ephemeris source code](http://www.astro.com/ftp/swisseph/src/) from Astrodienst AG. The only changes that increase better support on OS X or iOS will be incorporated.
* Automatic configuration: There is no need to manually call <code>swe_set_ephe_path()</code>. This function will be called automatically. On OS X the framework resources directory will be used and on iOS the main bundle resources directory. **If you don't like this behavior, please open an issue.**
* <code>~/Application Support/SwissEphemeris</code> (OS X): Users can use this folder to add additional data files. The framework will prioritize these files over the data files which are distrubuted as part of the framework.
Expand Down

0 comments on commit 76c2d69

Please sign in to comment.