diff --git a/README.md b/README.md index 97114ae..8f5c0ce 100644 --- a/README.md +++ b/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 \ No newline at end of file +[Wiki]: https://bitbucket.org/Codello/tagtunes/wiki +[E-Mail]: mailto:dev.kwittenburg@icloud.com \ No newline at end of file diff --git a/TagTunes.xcodeproj/project.pbxproj b/TagTunes.xcodeproj/project.pbxproj index c7f1d6e..c8eb7e7 100644 --- a/TagTunes.xcodeproj/project.pbxproj +++ b/TagTunes.xcodeproj/project.pbxproj @@ -69,6 +69,7 @@ 3B76C7911B909B280025D550 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 3BBF6F9F1B946B7000BB1EDB /* SearchResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchResult.swift; sourceTree = ""; }; 3BBF710A1B95E00F00BB1EDB /* AppKitPlus.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKitPlus.framework; path = "../../../../Library/Developer/Xcode/DerivedData/TagTunes-ahlftzbggvvcneeglkkowfbohpzh/Build/Products/Debug/AppKitPlus.framework"; sourceTree = ""; }; + 3BBF71161B98FB4200BB1EDB /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -109,6 +110,7 @@ 3B76C7661B909B280025D550 = { isa = PBXGroup; children = ( + 3BBF71161B98FB4200BB1EDB /* README.md */, 3B76C7711B909B280025D550 /* TagTunes */, 3B76C7831B909B280025D550 /* TagTunesTests */, 3B76C78E1B909B280025D550 /* TagTunesUITests */,