From 33455818626d52fe9c1997e4ca1b84aacd9dacff Mon Sep 17 00:00:00 2001 From: Kristijan Perusko Date: Mon, 8 Feb 2016 10:58:30 -0500 Subject: [PATCH 1/3] Created README.md --- README.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0821b1d --- /dev/null +++ b/README.md @@ -0,0 +1,61 @@ +Design Studio Express +====== +Get a week’s worth of work … done in a day. If you’re in UX, Design or Advertising, +your team can use Design Studio Express to solve design challenges fast. +Start from a templated set of activities or easily build your own design studio: +* DSX helps you ideate and solve design challenges facing your: + +* new product + +* website + +* mobile app + +* product feature iteration + +* Guides your team through timed rounds of brainstorming, cardstorming, sketching, refining and presenting ideas to arrive at solutions + +* Brings the whole team together to collaborate and generate 360° of perspective + +* Keeps everyone focused through singular challenges and sequenced activities + +* Provides a checklist of materials you’ll need for success + +* Saves photos and templates together to make downloading, sharing and referencing easy + +#### Screenshot +![Screenshot iOS](http://url/screenshot-appname-ios.png "screenshot iOS") + + +[![Download on the AppStore](https://raw.github.com/repat/README-template/master/appstore.png)](https://itunes.apple.com/us/app/design-studio-express/id1054379438) + +## Tests +#### Works on +* iPhone 6 and greater with iOS 9.1+ + +## Permissions +* Any permissions needed by the app + +## License +* see [LICENSE](https://github.com/aiaio/DesignStudioExpress/blob/master/LICENSE.md) file + +## Version +* Version 1.0 + +## How-to use this code +#### Requirements +1. Xcode 7 / iOS 9 / Swift 2 +2. CocoaPods + +#### Installation + +1. Clone the repository +2. `cd DesignStudioExpress` +3. `pod install` +4. `open Design Studio.xcworkspace` + +## Contact +#### Alexander Interactive +* Homepage: http://www.alexanderinteractive.com/ +* e-mail: appsupport@alexanderinteractive.com +* Twitter: [@aiaio](https://twitter.com/aiaio "aiaio on Twitter") From 737598ded43aeedfa7e50bd4383a29c16a1d05eb Mon Sep 17 00:00:00 2001 From: Kristijan Perusko Date: Mon, 8 Feb 2016 11:41:09 -0500 Subject: [PATCH 2/3] Created LICENSE file --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..94d01df --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Alexander Interactive, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From e11b16e90456858e548b4a681245024adec6f144 Mon Sep 17 00:00:00 2001 From: Kristijan Perusko Date: Mon, 8 Feb 2016 12:30:45 -0500 Subject: [PATCH 3/3] Updated README --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0821b1d..2dc6b55 100644 --- a/README.md +++ b/README.md @@ -42,17 +42,28 @@ Start from a templated set of activities or easily build your own design studio: ## Version * Version 1.0 -## How-to use this code +## How-to use build #### Requirements -1. Xcode 7 / iOS 9 / Swift 2 -2. CocoaPods +* Xcode 7 / iOS 9 / Swift 2 +* CocoaPods #### Installation -1. Clone the repository -2. `cd DesignStudioExpress` -3. `pod install` -4. `open Design Studio.xcworkspace` +1) Clone the repository +``` +$ https://github.com/aiaio/DesignStudioExpress.git +```` +2) Install pods +``` +$ cd DesignStudioExpress +$ pod install +``` +3) Open the workspace in Xcode +``` +$ open "Design\ Studio.xcworkspace" +``` +4) Change the Bundle identified key (General -> Identity -> Bundle Identifier) +5) Compile and run the app ## Contact #### Alexander Interactive