millenomi / slideapp
- Source
- Commits
- Network (2)
- Issues (7)
- Downloads (9)
- Wiki (1)
- Graphs
-
Tag:
1.0.2r2
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 06 09:26:50 -0700 2009 | |
| |
About.png | Sat Apr 11 03:45:29 -0700 2009 | |
| |
About.svg | Sat Apr 11 03:45:29 -0700 2009 | |
| |
AboutPane/ | Sun May 10 05:26:20 -0700 2009 | |
| |
AdHoc.plist | Wed Jun 24 12:23:56 -0700 2009 | |
| |
Classes/ | ||
| |
ContactWithoutImageIcon.png | Sat Apr 11 00:10:13 -0700 2009 | |
| |
ContactWithoutImageIcon.svg | Sat Apr 11 00:10:13 -0700 2009 | |
| |
Default.png | Fri Apr 10 13:32:20 -0700 2009 | |
| |
English.lproj/ | ||
| |
Gear.png | Fri Apr 10 08:51:22 -0700 2009 | |
| |
Icon.png | Fri Apr 10 08:51:22 -0700 2009 | |
| |
Icon512.png | Fri Apr 10 08:51:22 -0700 2009 | |
| |
Icon512.tiff | Sat Apr 11 03:45:29 -0700 2009 | |
| |
Info.plist | ||
| |
ItemsTableBackdrop.png | Tue Mar 31 13:59:51 -0700 2009 | |
| |
L0ContactReceived.alert | Sat Apr 11 03:45:29 -0700 2009 | |
| |
L0EditingIsNondestructive.alert | Sat Apr 11 03:45:29 -0700 2009 | |
| |
L0ImageReceived_iPhone.alert | Sat Apr 11 03:45:29 -0700 2009 | |
| |
L0ImageReceived_iPod.alert | Sat Apr 11 03:45:29 -0700 2009 | |
| |
L0MoverNewVersion.alert | Wed May 06 03:31:07 -0700 2009 | |
| |
L0MoverUTISupport.h | ||
| |
L0MoverWelcome.alert | Thu May 07 02:49:39 -0700 2009 | |
| |
LICENSE | Tue Mar 31 14:06:54 -0700 2009 | |
| |
Locales/ | Mon May 11 08:15:06 -0700 2009 | |
| |
MYNetwork/ | Sat Apr 18 05:52:34 -0700 2009 | |
| |
MYUtilities/ | Mon Mar 23 13:12:16 -0700 2009 | |
| |
Marketing/ | Sun May 10 05:14:07 -0700 2009 | |
| |
Mover-Debug.xcconfig | Mon Apr 27 00:36:42 -0700 2009 | |
| |
Mover-Main.tiff | Sat Apr 11 03:45:29 -0700 2009 | |
| |
Mover-Release.xcconfig | Mon Apr 27 00:36:42 -0700 2009 | |
| |
Mover.todo | Sun May 03 14:20:03 -0700 2009 | |
| |
Mover.xcconfig | Wed May 06 03:31:07 -0700 2009 | |
| |
Mover.xcodeproj/ | ||
| |
ProjectStyle | Sat Apr 04 11:31:02 -0700 2009 | |
| |
README.markdown | Mon Apr 27 14:02:23 -0700 2009 | |
| |
RemoveButton.png | Thu Apr 02 10:07:45 -0700 2009 | |
| |
RemoveButton_Pressed.png | Thu Apr 02 10:07:45 -0700 2009 | |
| |
Scripts/ | Mon Apr 27 13:41:04 -0700 2009 | |
| |
Settings.bundle/ | ||
| |
Shard_Prefix.pch | Mon Mar 23 13:12:16 -0700 2009 | |
| |
TableArrow_East.png | Mon Mar 23 13:12:16 -0700 2009 | |
| |
TableArrow_North.png | Mon Mar 23 13:12:16 -0700 2009 | |
| |
TableArrow_West.png | Mon Mar 23 13:12:16 -0700 2009 | |
| |
WhiteOverlay.png | Sat Apr 11 01:49:49 -0700 2009 | |
| |
backdrop.svg | Tue Mar 31 14:12:32 -0700 2009 | |
| |
frame.png | Mon Mar 23 13:12:16 -0700 2009 | |
| |
frame.svg | Mon Mar 23 13:12:16 -0700 2009 | |
| |
gear.svg | Fri Apr 10 08:51:22 -0700 2009 | |
| |
iTunesArtwork | Wed Apr 22 14:36:23 -0700 2009 | |
| |
icon.svg | Fri Apr 10 08:51:22 -0700 2009 | |
| |
inflabs.png | Sat Apr 11 01:49:49 -0700 2009 | |
| |
inflabs_dark.png | Sat Apr 11 01:49:49 -0700 2009 | |
| |
main.m | Mon Mar 23 13:12:16 -0700 2009 | |
| |
mockup.png | Mon Mar 23 13:12:16 -0700 2009 | |
| |
mockup.svg | Mon Mar 23 13:12:16 -0700 2009 | |
| |
remove.svg | Thu Apr 02 10:07:45 -0700 2009 |
Mover
Mover is an item sharing application for iPhone. For now, it's limited to sharing images and contacts, but OH I HAVE DREAMS.
In order to build it, you need to set up its dependencies. Ideally, the included scripts should do that for you. A manual procedure for doing it is also included at the end of this file, just in case.
Automatic setup.
- Clone this repository.
- Close Xcode if it's running.
Execute the following in a terminal:
cd /The/Path/Where/You/Cloned/This/Repository Scripts/DownloadDependencies open -a Xcode .
Build and you should be set.
A few notes...
IMPORTANT 1: If you cloned this repository before April 27th, 2008, you'll need to run the following in a terminal before you can use the current release:
cd /The/Path/Where/You/Cloned/This/Repository
Scripts/CreateEmptyLocal
IMPORTANT 2: Simulator builds will work fine, but you need to select "(Project Settings)" rather than a Device SDK to build for the device. This is due to this Xcode bug. Sigh.
Mover has already been sent to the App Store, so you don't even have to compile it on your own! When it's up, this link will open Mover's App Store page in iTunes.
Manual setup
The automatic setup above clones a few support repos and creates "local" settings for them. You can replicate this by using the Xcode > Preferences > Source Trees command from the menu. You only have to do this once you've done this in the UI, it will also work for command-line builds. (Yes, I have like a thousand in there. It's pretty sad.)
First, you have to tell the project you're going to use source trees instead of the automatic process above, by running in a terminal:
cd /The/Path/Where/You/Cloned/This/Repository
Scripts/CreateEmptyLocal
Then, you need to set up the source trees for the dependencies. The repos you need to clone are:
- The ∞labs Build Tools. http://github.com/millenomi/infinitelabs-build-tools. Clone them in a directory, then create a source tree in Xcode named
INFINITELABS_TOOLS, with a display name of "Infinite Labs - Tools", that points to that directory. - The MuiKit library. http://github.com/millenomi/muikit. Clone it in a directory, then create a source tree in Xcode named
INFINITELABS_LIB_MUIKIT, with a display name of "Infinite Labs - MuiKit", that points to that directory.

