Skip to content

Commit

Permalink
Bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obrhoff committed Jan 1, 2019
1 parent cff6033 commit aa416c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
10 changes: 4 additions & 6 deletions MusaicFM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,10 @@
TargetAttributes = {
E1CF25981DD7D8D500441255 = {
CreatedOnToolsVersion = 8.1;
DevelopmentTeam = YE33ZK7Z99;
ProvisioningStyle = Automatic;
};
E1FA39671DDA3FBE00186BE2 = {
CreatedOnToolsVersion = 8.2;
DevelopmentTeam = 4KVE7RV699;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -543,7 +541,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = YE33ZK7Z99;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = MusaicFM/Info.plist;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
MACOSX_DEPLOYMENT_TARGET = 10.11;
Expand All @@ -559,7 +557,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = YE33ZK7Z99;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = MusaicFM/Info.plist;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
MACOSX_DEPLOYMENT_TARGET = 10.11;
Expand All @@ -576,7 +574,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 4KVE7RV699;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = MusaicFMPreferences/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
Expand All @@ -592,7 +590,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 4KVE7RV699;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = MusaicFMPreferences/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
Expand Down
4 changes: 2 additions & 2 deletions MusaicFM/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>3</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Dennis Oberhoff. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions MusaicFMPreferences/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>3</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MusaicFM is completely open source, so feel free to contribute to its developmen

## Installation

1. [Click here to Download](https://github.com/docterd/MusaicFM/releases/download/1.0/MusaicFM.saver.zip)
1. [Click here to Download](https://github.com/docterd/MusaicFM/releases/download/1.1/MusaicFM.saver.zip)
2. Unzip the downloaded file.
3. Open **MusaicFM.saver** and confirm installation.

Expand All @@ -15,4 +15,4 @@ MusaicFM is completely open source, so feel free to contribute to its developmen
1. Open System Preferences -> Desktop & Screen Saver -> Screen Saver
2. Choose MusaicFM and click on Screen Saver Options to select your settings or login.

![Screenshot](http://i.imgur.com/OuF5nOe.jpg)
![Screenshot](http://share.obrhoff.de/oieVCk+)

0 comments on commit aa416c2

Please sign in to comment.