Skip to content

vitorll/GPSFuelApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample app that allows you to spoof GPS location

Contents

Requirements

top

First Time Setup

top

  1. Download the project to your machine
    • download_project
  2. Open the project file (GPSFuelApp.xcodeproj)
  3. Select GPSLocation.gpx file (https://github.com/vitorll/GPSFuelApp/blob/master/GPSFuelApp/GPSLocation.gpx)
    • location_file_image
  4. Enter the desired GPS coordinates
  5. Change the bundle identifier for the project (needs to be unique eg. com.yourcoolname.GPSFuelApp)
    • bundle_identifier
  6. Go to Signing and Capabilities tab and tap Automatically manage signing
    • sign_in_capabilities_1
  7. Click on Enable Automatic
    • sign_in_capabilities_2
  8. Click on Provisioning Profile and select your personal team profile
    • sign_in_capabilities_3
  9. This should be the end result of this configuration, which will allow you to proper run the app in your device
    • sign_in_capabilities_4
  10. Select your device as target (top bar menu, change from simulator to your connected iPhone)
  11. Run the project (play arrow at the top)
  12. Enable location simulation by selecting GPSLocation option in this menu
    • location_feature_image

Now your iPhone will use the same location as defined in the GPSLocation.gpx file.

You can now change to any maps app to check out if it's working

That's it

Day To Day Usage

top

  1. Open the project
  2. Select GPSLocation.gpx file (https://github.com/vitorll/GPSFuelApp/blob/master/GPSFuelApp/GPSLocation.gpx)
    • location_file_image
  3. Enter the desired GPS coordinates
  4. Select your device as target
  5. Run the project
  6. Enable location simulation by selecting GPSLocation option in this menu
    • location_feature_image

About

Fake your GPS location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages