Skip to content

bdlink/Observatory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emerald Observatory

Overview

This directory contains code for the iOS "Emerald Observatory" app.

Dependencies

Please see the note in the docs repository about dependent libraries -- the Xcode build process requires that all of the libraries required by this app be at the same level as the app directory itself.

One way to set up the dependencies required for Observatory would be to use ssh:

mkdir emeraldsequoia
cd emeraldsequoia
git clone [email protected]:EmeraldSequoia/Observatory.git
git clone [email protected]:EmeraldSequoia/buildscripts.git
git clone [email protected]:EmeraldSequoia/esutil.git
git clone [email protected]:EmeraldSequoia/estime.git
git clone [email protected]:EmeraldSequoia/eslocation.git
git clone [email protected]:EmeraldSequoia/esastro.git

Xcode project

The Xcode project file for the app is at the top level of this repository, at Observatory.xcodeproj. It has only one target, so to build and run the app, just choose a destination (a simulator or, if you have set up your Xcode development profiles, a device) and select Product -> Run.

Versioning

TBD

Links to Emerald Sequoia website

The help file has links to the Emerald Sequoia website for things like Copyright notices and release notes. These should be changed to point to GitHub somewhere, as the Emerald Sequoia website is going away.

About

The iPad app Emerald Observatory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C++ 79.5%
  • Objective-C 12.6%
  • C 6.1%
  • Perl 1.8%