Skip to content

Commit

Permalink
Add README and a screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zac-garby committed Jul 5, 2017
1 parent e8a4177 commit 5e91ae8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# iTunes Graphs

![](screenshot.png)

iTunes Graphs is a Cocoa-based macOS app which visualises your iTunes library in a series of pie charts.
Currently, it supports the following graphs:

- Artists
- Genres
- Decades

There's no build on GitHub at the moment, so you'll have to build it yourself from Xcode. Use Xcode 8.
4 changes: 4 additions & 0 deletions iTunes Graphs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
1201A5AF1F0CF68A00100EFB /* Track.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1201A5AE1F0CF68A00100EFB /* Track.swift */; };
124A6A8E1F0D26F50094D9B2 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 124A6A8D1F0D26F50094D9B2 /* README.md */; };
126DFED71F0BAAD200BBC115 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 126DFED61F0BAAD200BBC115 /* AppDelegate.swift */; };
126DFED91F0BAAD200BBC115 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 126DFED81F0BAAD200BBC115 /* ViewController.swift */; };
126DFEDB1F0BAAD200BBC115 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 126DFEDA1F0BAAD200BBC115 /* Assets.xcassets */; };
Expand All @@ -20,6 +21,7 @@

/* Begin PBXFileReference section */
1201A5AE1F0CF68A00100EFB /* Track.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Track.swift; sourceTree = "<group>"; };
124A6A8D1F0D26F50094D9B2 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
126DFED31F0BAAD200BBC115 /* iTunes Graphs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iTunes Graphs.app"; sourceTree = BUILT_PRODUCTS_DIR; };
126DFED61F0BAAD200BBC115 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
126DFED81F0BAAD200BBC115 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -48,6 +50,7 @@
126DFECA1F0BAAD200BBC115 = {
isa = PBXGroup;
children = (
124A6A8D1F0D26F50094D9B2 /* README.md */,
126DFED51F0BAAD200BBC115 /* iTunes Graphs */,
126DFED41F0BAAD200BBC115 /* Products */,
126DFEE51F0BAC7500BBC115 /* Frameworks */,
Expand Down Expand Up @@ -163,6 +166,7 @@
129A105A1F0BF79700446150 /* DataHandling.swift in Sources */,
126DFEEE1F0BB4EB00BBC115 /* Chart.swift in Sources */,
126DFED91F0BAAD200BBC115 /* ViewController.swift in Sources */,
124A6A8E1F0D26F50094D9B2 /* README.md in Sources */,
126DFED71F0BAAD200BBC115 /* AppDelegate.swift in Sources */,
129A105C1F0BFC4800446150 /* ColouredCircle.swift in Sources */,
1201A5AF1F0CF68A00100EFB /* Track.swift in Sources */,
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e91ae8

Please sign in to comment.