Skip to content

Commit 773c3e6

Browse files
committed
Update project settings to recommended
1 parent 0a632ba commit 773c3e6

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

DropDown.xcodeproj/project.pbxproj

+4-9
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
isa = PBXProject;
286286
attributes = {
287287
LastSwiftUpdateCheck = 0730;
288-
LastUpgradeCheck = 0640;
288+
LastUpgradeCheck = 0730;
289289
ORGANIZATIONNAME = "Kevin Hirsch";
290290
TargetAttributes = {
291291
0A76440E1B676C2300BF1A2D = {
@@ -429,6 +429,7 @@
429429
COPY_PHASE_STRIP = NO;
430430
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
431431
ENABLE_STRICT_OBJC_MSGSEND = YES;
432+
ENABLE_TESTABILITY = YES;
432433
GCC_C_LANGUAGE_STANDARD = gnu99;
433434
GCC_DYNAMIC_NO_PIC = NO;
434435
GCC_NO_COMMON_BLOCKS = YES;
@@ -524,16 +525,13 @@
524525
isa = XCBuildConfiguration;
525526
buildSettings = {
526527
BUNDLE_LOADER = "$(TEST_HOST)";
527-
FRAMEWORK_SEARCH_PATHS = (
528-
"$(SDKROOT)/Developer/Library/Frameworks",
529-
"$(inherited)",
530-
);
531528
GCC_PREPROCESSOR_DEFINITIONS = (
532529
"DEBUG=1",
533530
"$(inherited)",
534531
);
535532
INFOPLIST_FILE = DropDownTests/Info.plist;
536533
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
534+
PRODUCT_BUNDLE_IDENTIFIER = "com.kevin.hirsch.$(PRODUCT_NAME:rfc1034identifier)";
537535
PRODUCT_NAME = "$(TARGET_NAME)";
538536
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Demo.app/Demo";
539537
};
@@ -543,12 +541,9 @@
543541
isa = XCBuildConfiguration;
544542
buildSettings = {
545543
BUNDLE_LOADER = "$(TEST_HOST)";
546-
FRAMEWORK_SEARCH_PATHS = (
547-
"$(SDKROOT)/Developer/Library/Frameworks",
548-
"$(inherited)",
549-
);
550544
INFOPLIST_FILE = DropDownTests/Info.plist;
551545
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
546+
PRODUCT_BUNDLE_IDENTIFIER = "com.kevin.hirsch.$(PRODUCT_NAME:rfc1034identifier)";
552547
PRODUCT_NAME = "$(TARGET_NAME)";
553548
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Demo.app/Demo";
554549
};

DropDown.xcodeproj/xcshareddata/xcschemes/DropDown.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0640"
3+
LastUpgradeVersion = "0730"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

DropDownTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.kevin.hirsch.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

0 commit comments

Comments
 (0)