Skip to content
The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's iOS app.
Objective-C Swift Ruby Makefile C HTML
Latest commit 2cab1fd May 16, 2016 @alloy alloy Merge pull request #1504 from artsy/live-auctions
Live auctions merge into master
Failed to load latest commit information.
Artsy.xcodeproj [Bidding] Succesfully received bidding response from server. May 13, 2016
Artsy.xcworkspace [Project] Get rid of Xcode nonsense. Nov 30, 2015
Artsy Merge branch 'master' of https://github.com/artsy/eigen into live-auc… May 16, 2016
Artsy_Tests [Bidding] Fixes tests :tada:. May 14, 2016
Artsy_WatchKit_App Run synxify Jul 3, 2015
Artsy_WatchKit_Extension Fix removal of prefix header after rebase. Feb 2, 2016
config [Danger] Some cleanup around Dangerfile and the enumerable May 3, 2016
docs Initial work on updating the README May 10, 2016
fastlane Update plist stuff for release, remove Fastlane from the Gemfile Apr 18, 2016
.gitattributes Merge CI Jan 11, 2016
.gitignore added swiftDeveloperExtras to dangerfile Apr 14, 2016
.gitmodules Add spacecommander and run it Jul 2, 2015
.mention-bot [mention-bot] Only mention org members and max 1. Dec 18, 2015
.travis.yml Makefile and travis updates Sep 23, 2015
.vimrc Add a local vim config that matches the project indentation. Mar 17, 2015
ANCIENT_CHANGLOG.md Merge CI Jan 11, 2016
AppIcon_114.png initial commit, again. Jan 22, 2015
AppIcon_57.png initial commit, again. Jan 22, 2015
CHANGELOG.yml [Pebcak] Adds changelog entry. May 14, 2016
Dangerfile [Danger] Reject zeroes from the available values. May 3, 2016
Gemfile Update to CocoaPods RC1 May 3, 2016
Gemfile.lock Merge Master May 3, 2016
HACKS.md Audited for the expectation that the ARSwitchBoard would push a view … Dec 22, 2015
LICENSE license Jan 22, 2015
Makefile [Danger] Initial work on showing build times for swift components May 3, 2016
Podfile [Bidding] Succesfully places authorized bid. May 13, 2016
Podfile.lock [Bidding] Succesfully places authorized bid. May 13, 2016
README.md Initial work on updating the README May 10, 2016
circle.yml Use FLKAutoLayout 1.0 Apr 14, 2016
clang-with-eigen-additions [Project] Get app target to build with cache. Feb 2, 2016

README.md

Meta

This is a core Artsy Mobile OSS project, along with Energy, Eidolon, Emission and Emergence.

Don't know what Artsy is? Check this overview, or read our objc.io on team culture.

Want to know more about Eigen? Read the mobile blog posts, or eigen's specifically.

Docs

Get setup here. Further documentation can be found in the documentation folder.

OSS Quick Start

Want to get the app running as an OSS project? Run this in your shell:

git clone https://github.com/artsy/eigen.git
cd eigen
gem install bundler
bundle install --without development distribution
make oss
bundle exec pod install
open Artsy.xcworkspace

This will set you up on our staging server, you will have a running version of the Artsy app by hitting Build > Run.

Note: bundle exec pod install may fail the first time you run it (due to a bug in a dependency of ours). Re-running the command should work.

Work at Artsy?

Instead of make oss in the above, run make artsy to set up spacecommander. Make sure you have an environment variable of ARTSY_STAFF_MEMBER set to be true too.

Thanks

Copyright: 2012-2016, Artsy. Thanks to all our contributors.

Something went wrong with that request. Please try again.