Skip to content

Commit

Permalink
Removed Distribution build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Jan 1, 2017
1 parent e6cd900 commit 2ce80e1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 190 deletions.
43 changes: 0 additions & 43 deletions GitUp/GitUp.xcodeproj/project.pbxproj
Expand Up @@ -508,21 +508,6 @@
};
name = Release;
};
E21DCAEE1B253847006424E8 /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_DYNAMIC_NO_PIC = YES;
HEADER_SEARCH_PATHS = "../GitUpKit/Third-Party/libgit2/include";
OTHER_LDFLAGS = (
"$(BUILD_DIR)/$(CONFIGURATION)/libgit2.a",
"../GitUpKit/Third-Party/Libraries/libssl/$(PLATFORM_NAME)/lib/libcrypto.a",
"../GitUpKit/Third-Party/Libraries/libssh2/$(PLATFORM_NAME)/lib/libssh2.a",
);
PRODUCT_NAME = gitup;
SKIP_INSTALL = YES;
};
name = Distribution;
};
E2C338CC19F8562F00063D95 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E27E37571B86F670000A551A /* Debug.xcconfig */;
Expand Down Expand Up @@ -573,31 +558,6 @@
};
name = Release;
};
E2DC61F61A5A694E0091BC03 /* Distribution */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E27E37581B86F670000A551A /* Distribution.xcconfig */;
buildSettings = {
SDKROOT = macosx;
};
name = Distribution;
};
E2DC61F71A5A694E0091BC03 /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
BUNDLE_VERSION = 0;
BUNDLE_VERSION_STRING = 1.0.7;
CODE_SIGN_IDENTITY = "Developer ID Application";
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Third-Party";
GCC_DYNAMIC_NO_PIC = YES;
INFOPLIST_FILE = Application/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = co.gitup.mac;
PRODUCT_NAME = GitUp;
};
name = Distribution;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -606,7 +566,6 @@
buildConfigurations = (
E21DCAEC1B253847006424E8 /* Debug */,
E21DCAED1B253847006424E8 /* Release */,
E21DCAEE1B253847006424E8 /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -616,7 +575,6 @@
buildConfigurations = (
E2C338CC19F8562F00063D95 /* Debug */,
E2C338CD19F8562F00063D95 /* Release */,
E2DC61F61A5A694E0091BC03 /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -626,7 +584,6 @@
buildConfigurations = (
E2C338CF19F8562F00063D95 /* Debug */,
E2C338D019F8562F00063D95 /* Release */,
E2DC61F71A5A694E0091BC03 /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand Down
84 changes: 0 additions & 84 deletions GitUpKit/GitUpKit.xcodeproj/project.pbxproj
Expand Up @@ -1788,26 +1788,6 @@
};
name = Release;
};
E21753311B91613300BE234A /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",
"Third-Party/Libraries/libssl/$(PLATFORM_NAME)/lib/libcrypto.a",
);
PRODUCT_BUNDLE_IDENTIFIER = co.gitup.kit;
PRODUCT_NAME = GitUpKit;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Distribution;
};
E267E1B11B84D6C500BAB377 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -1848,26 +1828,6 @@
};
name = Release;
};
E267E1B31B84D6C500BAB377 /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",
"Third-Party/Libraries/libssl/$(PLATFORM_NAME)/lib/libcrypto.a",
);
PRODUCT_BUNDLE_IDENTIFIER = co.gitup.kit;
PRODUCT_NAME = GitUpKit;
SDKROOT = macosx;
SKIP_INSTALL = YES;
};
name = Distribution;
};
E2C338CC19F8562F00063D95 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E27E37501B86F5D1000A551A /* Debug.xcconfig */;
Expand Down Expand Up @@ -1948,46 +1908,6 @@
};
name = Release;
};
E2DC61F61A5A694E0091BC03 /* Distribution */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E27E37511B86F5D1000A551A /* Distribution.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = (
"Third-Party/libgit2/include",
"Third-Party/Libraries/libssh2/$(PLATFORM_NAME)/include",
"Third-Party/Libraries/libsqlite3/$(PLATFORM_NAME)/include",
);
OTHER_LDFLAGS = (
"Third-Party/Libraries/libssh2/$(PLATFORM_NAME)/lib/libssh2.a",
"Third-Party/Libraries/libsqlite3/$(PLATFORM_NAME)/lib/libsqlite3.a",
);
};
name = Distribution;
};
E2DC61F81A5A694E0091BC03 /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = (
"$(inherited)",
"__GI_HAS_APPKIT__=0",
);
OTHER_LDFLAGS = (
"$(inherited)",
"Third-Party/Libraries/libssl/$(PLATFORM_NAME)/lib/libcrypto.a",
);
PRODUCT_NAME = GitUpTests;
SDKROOT = macosx;
WARNING_CFLAGS = (
"$(inherited)",
"-Wno-partial-availability",
);
};
name = Distribution;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -1996,7 +1916,6 @@
buildConfigurations = (
E217532F1B91613300BE234A /* Debug */,
E21753301B91613300BE234A /* Release */,
E21753311B91613300BE234A /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -2006,7 +1925,6 @@
buildConfigurations = (
E267E1B11B84D6C500BAB377 /* Debug */,
E267E1B21B84D6C500BAB377 /* Release */,
E267E1B31B84D6C500BAB377 /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -2016,7 +1934,6 @@
buildConfigurations = (
E2C338CC19F8562F00063D95 /* Debug */,
E2C338CD19F8562F00063D95 /* Release */,
E2DC61F61A5A694E0091BC03 /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -2026,7 +1943,6 @@
buildConfigurations = (
E2C338D219F8562F00063D95 /* Debug */,
E2C338D319F8562F00063D95 /* Release */,
E2DC61F81A5A694E0091BC03 /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand Down
62 changes: 0 additions & 62 deletions GitUpKit/Third-Party/libgit2.xcodeproj/project.pbxproj
Expand Up @@ -1551,65 +1551,6 @@
};
name = Release;
};
E21751F01B912CA500BE234A /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = (
"_FILE_OFFSET_BITS=64",
GIT_THREADS,
GIT_USE_ICONV,
GIT_COMMON_CRYPTO,
GIT_SECURE_TRANSPORT,
GIT_SSH,
GIT_USE_STAT_MTIMESPEC,
);
HEADER_SEARCH_PATHS = (
"Libraries/libssh2/$(PLATFORM_NAME)/include",
libgit2/src,
libgit2/include,
"libgit2/deps/http-parser",
);
PRODUCT_BUNDLE_IDENTIFIER = com.github.libgit2;
PRODUCT_NAME = git2;
SKIP_INSTALL = YES;
USE_HEADERMAP = NO;
WARNING_CFLAGS = (
"-Wall",
"-Wextra",
"-Wno-deprecated-declarations",
"-Wno-missing-field-initializers",
"-Wno-unused-function",
"-Wno-unused-const-variable",
"-Wno-incompatible-pointer-types",
"-Wno-shorten-64-to-32",
);
};
name = Distribution;
};
E21751F11B912CA500BE234A /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
GIT_ARCH_64,
);
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = macosx;
};
name = Distribution;
};
E21751F21B912CA500BE234A /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
SDKROOT = iphoneos;
};
name = Distribution;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -1618,7 +1559,6 @@
buildConfigurations = (
E217486A1B911B5200BE234A /* Debug */,
E217486B1B911B5200BE234A /* Release */,
E21751F01B912CA500BE234A /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -1628,7 +1568,6 @@
buildConfigurations = (
E2174BD71B91240400BE234A /* Debug */,
E2174BD81B91240400BE234A /* Release */,
E21751F11B912CA500BE234A /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -1638,7 +1577,6 @@
buildConfigurations = (
E2174C701B9125C600BE234A /* Debug */,
E2174C711B9125C600BE234A /* Release */,
E21751F21B912CA500BE234A /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand Down
1 change: 0 additions & 1 deletion Xcode-Configurations/Distribution.xcconfig

This file was deleted.

0 comments on commit 2ce80e1

Please sign in to comment.