Skip to content

Commit

Permalink
More Xcode project cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
smolt committed Oct 23, 2015
1 parent 261cb0d commit 3324e45
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions unittester/unittester.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,6 @@
3781D83A1A9A4AD900B2C8E6 = {
CreatedOnToolsVersion = 6.1.1;
};
3781D89E1A9AE0CE00B2C8E6 = {
DevelopmentTeam = 6QBG8H8X2S;
};
3781D8B31A9AE1D700B2C8E6 = {
CreatedOnToolsVersion = 6.1.1;
TestTargetID = 3781D89E1A9AE0CE00B2C8E6;
Expand Down Expand Up @@ -658,8 +655,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = support/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
OTHER_LDFLAGS = (
"-force_load",
"../build/ldc/lib/libdruntime-ldc-unittest-debug.a",
Expand All @@ -679,7 +676,6 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = support/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
OTHER_LDFLAGS = (
"-force_load",
"../build/ldc/lib/libdruntime-ldc-unittest-debug.a",
Expand Down

0 comments on commit 3324e45

Please sign in to comment.