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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2dc6b55 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +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 build +#### Requirements +* Xcode 7 / iOS 9 / Swift 2 +* CocoaPods + +#### Installation + +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 +* Homepage: http://www.alexanderinteractive.com/ +* e-mail: appsupport@alexanderinteractive.com +* Twitter: [@aiaio](https://twitter.com/aiaio "aiaio on Twitter")