Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
- Adds features
- Set Key-Equivalent as 'Return' key for 'Generate GPX' button
  • Loading branch information
StefanLage committed May 17, 2014
1 parent 99885d9 commit 6e3c163
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,34 @@
It lets you add a new location from an address known to your current xcode project.
<br />

![Demo](Screens/demo.gif)

##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.

![mainScreen](Screens/main.png)
You can create a new GPX file, you need to inform the following fields:

```` objective-c
@Required
````

- City
- Country

```` objective-c
@Optional
````

- Address (Default value: `Downtown`)
- Zip Code
- The filename


##Installation

Download the project and build it, then relaunch Xcode.
<br />
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.
Binary file added Screens/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screens/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions XLocation/LWindow.xib
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,21 @@
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="heQ-R5-LkF">
<rect key="frame" x="201" y="13" width="115" height="32"/>
<rect key="frame" x="208" y="13" width="115" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="push" title="Generate GPX" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="H7v-27-pfN">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<string key="keyEquivalent" base64-UTF8="YES">
DQ
</string>
</buttonCell>
<connections>
<action selector="generate:" target="-2" id="akp-eG-vWS"/>
</connections>
</button>
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Uke-h4-DEa">
<rect key="frame" x="73" y="13" width="68" height="32"/>
<rect key="frame" x="90" y="13" width="68" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5Il-1c-axt">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Expand Down

0 comments on commit 6e3c163

Please sign in to comment.