Updated README
This commit is contained in:
12
README.md
12
README.md
@@ -2,7 +2,7 @@ TagTunes is an application that uses Apple's [Search API][Search API] to get tag
|
||||
|
||||
#[Download TagTunes][Download]
|
||||
|
||||
----------
|
||||
------------------------------------------------------------
|
||||
|
||||
## Some random questions and answers
|
||||
|
||||
@@ -21,8 +21,16 @@ TagTunes is an application that uses Apple's [Search API][Search API] to get tag
|
||||
#### Does TagTunes support other sources than the Search API?
|
||||
> No, currently TagTunes does not support other sources.
|
||||
|
||||
#### Can I contribute to TagTunes?
|
||||
> Please E-Mail me at [dev.kwittenburg@icloud.com][E-Mail]
|
||||
|
||||
------------------------------------------------------------
|
||||
|
||||
## A note to developers
|
||||
Currently TagTunes is not released under a open source license. This will most likely change in the future, though. Until then you can freely browse the source code. If you want to incorporate this project in your own, please write me at [dev.kwittenburg@icloud.com][E-Mail].
|
||||
|
||||
|
||||
[Search API]: https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
|
||||
[Download]: https://bitbucket.org/Codello/tagtunes/wiki/Releases/TagTunes%201.0.dmg
|
||||
[Wiki]: https://bitbucket.org/Codello/tagtunes/wiki
|
||||
[Wiki]: https://bitbucket.org/Codello/tagtunes/wiki
|
||||
[E-Mail]: mailto:dev.kwittenburg@icloud.com
|
||||
@@ -69,6 +69,7 @@
|
||||
3B76C7911B909B280025D550 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
3BBF6F9F1B946B7000BB1EDB /* SearchResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchResult.swift; sourceTree = "<group>"; };
|
||||
3BBF710A1B95E00F00BB1EDB /* AppKitPlus.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKitPlus.framework; path = "../../../../Library/Developer/Xcode/DerivedData/TagTunes-ahlftzbggvvcneeglkkowfbohpzh/Build/Products/Debug/AppKitPlus.framework"; sourceTree = "<group>"; };
|
||||
3BBF71161B98FB4200BB1EDB /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -109,6 +110,7 @@
|
||||
3B76C7661B909B280025D550 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3BBF71161B98FB4200BB1EDB /* README.md */,
|
||||
3B76C7711B909B280025D550 /* TagTunes */,
|
||||
3B76C7831B909B280025D550 /* TagTunesTests */,
|
||||
3B76C78E1B909B280025D550 /* TagTunesUITests */,
|
||||
|
||||
Reference in New Issue
Block a user