Skip to content

Commit

Permalink
project tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Dec 9, 2020
1 parent a262036 commit 3792d73
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions App/BitBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
050A5ED525813AD800CC4CEC /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 36D0CDF21D0AF009001AFB77 /* Sparkle.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 722954B41D04ADAF00ECF9CA;
remoteInfo = fileop;
};
05DAE015183323DD00409786 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 05DADFE8183323DD00409786 /* Project object */;
Expand Down Expand Up @@ -649,13 +642,6 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
050A5ED625813AD800CC4CEC /* fileop */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = fileop;
remoteRef = 050A5ED525813AD800CC4CEC /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
36D0CDFF1D0AF009001AFB77 /* Sparkle.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
Expand Down Expand Up @@ -967,14 +953,13 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;

CURRENT_PROJECT_VERSION = 1.10.0;
DEVELOPMENT_TEAM = B3T8QSC4HG;
MARKETING_VERSION = 1.10.0;
HEADER_SEARCH_PATHS = "./Vendor/**";
INFOPLIST_FILE = "BitBar/BitBar-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.10.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.matryer.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -991,8 +976,6 @@
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.10.0;
DEVELOPMENT_TEAM = B3T8QSC4HG;
INFOPLIST_FILE = "BitBar/BitBar-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
HEADER_SEARCH_PATHS = "./Vendor/**";
INFOPLIST_FILE = "BitBar/BitBar-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
Expand Down Expand Up @@ -1093,6 +1076,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.10.0;
DEVELOPMENT_TEAM = B3T8QSC4HG;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
Expand All @@ -1101,6 +1085,7 @@
INFOPLIST_FILE = "$(SRCROOT)/BitBar/BitBar-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.10.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.matryer.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1115,11 +1100,13 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.10.0;
DEVELOPMENT_TEAM = B3T8QSC4HG;
GCC_PREPROCESSOR_DEFINITIONS = DISTRO;
INFOPLIST_FILE = "$(SRCROOT)/BitBar/BitBar-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.10.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.matryer.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 3792d73

Please sign in to comment.