Hs-Yeah / XLocation

An Xcode plugin which lets you add easily a new location (GPX file) in your current xcode project using a map point or from an address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XLocation

XLocation is an open source XCode plugin.
It lets you add a new location from an address known to your current xcode project. NEW, now it works in a Workspace too.

Main

##Features

The process is very easy, you just need to enter an address (at least a city and its country), then the plug-in while get the coordinates corresponding to this address and generate the GPX file.

###Using a Map

You get a location from the map view.
Just need to do a right click on the map everywhere you want, then the plugin will get the corresponding address.

Demo

###Using your Own address

You can create a new GPX file informing the following fields:

@Required
  • City
  • Country
@Optional
  • Address (Default value: Downtown)
  • Zip Code
  • The filename

Demo

##Workspace

If you are using a workspace with severals projects, you will have to select in which project you would like to add the GPX file.

Demo

##Install

###Via Alcatraz

XLocation plugin is available through the Alcatraz.

###From Source

Download the project and build it, then relaunch Xcode.
A new item named Add new Location should appear in the menu item Debug.
XLocation will be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins automatically.

If you want to uninstall XLocation, remove XLocation in Plug-ins directory.

##Dependency

XcodeEditor to manipulate Xcode project files, made by AppsQuick.ly.

##License

Copyright (c) 2014 Stefan Lage

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.

About

An Xcode plugin which lets you add easily a new location (GPX file) in your current xcode project using a map point or from an address

License:MIT License


Languages

Language:Objective-C 100.0%