Skip to content

dementedcactus/DiscoverVenue

 
 

Repository files navigation

Discover Venue

Whether you're looking for a new taco place or a dog groomer, the Discover Venue iOS app makes finding the perfect venue, easy.

Getting Started

Prequisites

  • Xcode and CocoaPods is needed to run this project. Make sure you have Xcode and CocoaPods installed on your local machine.
  • Clone/ download the zipfile of this app project

Installing

  • Open Terminal
  • cd to the folder of where the project has been cloned/ downloaded
  • All necessary cocoapods needed for this project are included(AlamoFire, SnapKit, KingFisher)

Install the cocoapods needed by entering the below after cding into the project folder

pod install

Run Project on Mac's iPhone Simulator

  • Open the DiscoverVenue project and open the file that says “DiscoverVenue.xcworkspace“.

  • Xcode will load the project for you. Click on “DiscoverVenue” in the left sidebar.

  • On the upper left of Xcode is a play button, click to run project, a iphone simulator will popup and take a few minutes to load

  • Allow location services access. DiscoverVenue is ready to use. Search for a venue!

Search For A Venue

Add To Collections

Directions

View Collections

Long Press To Temp Zoom

Deployment to iOS device

It is possible to sideload this project app into your iOS device by following these instructions :

  • Open the DiscoverVenue project and open the file that says “DiscoverVenue.xcworkspace“.

  • Xcode will load the project for you. Click on “DiscoverVenue” in the left sidebar.

  • You’ll need to change a couple of settings in order to install the app on your iPhone. First, go to “Xcode -> Preferences“, and click on the “Accounts” tab. You’ll have to add your Apple ID here. You can simply click on the plus icon in the bottom of the screen and add your Apple ID. It doesn’t need to be a developer ID, you can use your free Apple ID, as well.

  • Once you have done that, you will need to change a couple of settings for the Xcode project. Firstly, change the value next to “Bundle Identifier“, and make it anything that is unique, and looks like com.xyz.DiscoverVenue. In my case, I’ve replaced “xyz” with my name.

  • Next, you’ll have to add a “development team” for the project. Simply click on the drop down box next to “Development Team”, and select “Your Name (personal team)“.

  • You’re all set to install Discover Venue on your iPhone. Simply connect your iPhone to your Mac. Then, go to “Product -> Destination“, and select your iPhone from the list.

  • Now, click on the “Run” button in Xcode. Xcode will then begin compiling the app for your iPhone. If you get warnings (yellow triangle signs), don’t worry about them.

  • Xcode will prompt you with an error saying that you need to trust the developer on the iPhone. On your iPhone, go to “Settings -> General -> Profiles and Device Management“.

  • Tap on the entry under “Developer App”, and tap on “Trust”.

  • You can now go to your homescreen, and look for DiscoverVenue. Tap on the app to launch it. Allow location services. DiscoverVenue is ready to use!

Built With

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.7%
  • Ruby 0.3%