Build Instructions
- Edit the spreadsheet of the hotels you want to add and add info to all the fields
- Download a CSV of the file - https://docs.google.com/spreadsheets/d/1KLiGpCEtGy9q2KAOe0W4wVCTQhmMmrjn84ogOrKoMlQ/edit#gid=0
- Git clone the HotelParser app - https://github.com/jbaker00/HotelParser.git
- Copy the Downloaded file over to the same directory as the Hotel Parser app and rename to HotelList.csv
-
$$TODO$$ Or edit the hotel parser app to point to the defaulted download file name in the defaulted download directory- And if you do comit and sync the changes back up to GIT
-
-
$$TOTDO$$ (automate this) Delete the header row out of the CSV - Run the Hotel Parser app (after compiling)
- GIt Clone the Xcode project ResortBrowser - https://github.com/jbaker00/ResortBrowser
- Copy the output1.txt over to the ResortBrowser file RecipieModel.swift to replace that file
- Delete last comma at the bottom of the RecipieModel.swift
- Increase the version number of the app under settings
- Compile/Run the App
- Fix errors if they happen
- Test out the app
- Make sure every resort has a picture and description and website link
- Make sure the descriptions match the right resorts and there were no typos in the XLS that may have messed up
- Make sure the categories have what’s expected in them
- Compile the app as Archive
- Commit the changes to git for Resort Browser
- Deploy the app to developer portal as an app
- Open the build on developer.apple.com
- Add in the fact that the application does not use encryption
- Go to TestFlight tab
- Add the beta users you want to add
- Wait till app clears the first review
- Submit for app review to publish to store