Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit d397f5c
Author: Dennis Oberhoff <[email protected]>
Date:   Fri Nov 6 15:34:53 2020 +0100

    Bumped Dep. Version 1.2.1
  • Loading branch information
obrhoff committed Nov 6, 2020
1 parent b72920d commit 6c26ba1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MusaicFM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
INFOPLIST_FILE = MusaicFM/Info.plist;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.1.6;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.obrhoff.MusaicFM;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -553,7 +553,7 @@
INFOPLIST_FILE = MusaicFM/Info.plist;
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.1.6;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.obrhoff.MusaicFM;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -576,7 +576,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.obrhoff.MusaicFMPreferences;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -598,7 +598,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.obrhoff.MusaicFMPreferences;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -642,8 +642,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SDWebImage/SDWebImage";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.9.2;
kind = exactVersion;
version = 5.9.4;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 6c26ba1

Please sign in to comment.