Skip to content

Commit f9c9e1e

Browse files
committed
Update project + scheme settings
1 parent e2cb1d3 commit f9c9e1e

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

FastImageCache/FastImageCache.xcodeproj/project.pbxproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
B2E5675F1B316D5800906840 /* Project object */ = {
323323
isa = PBXProject;
324324
attributes = {
325-
LastUpgradeCheck = 0630;
325+
LastUpgradeCheck = 0720;
326326
ORGANIZATIONNAME = Path;
327327
TargetAttributes = {
328328
B2E567671B316D5800906840 = {
@@ -458,6 +458,7 @@
458458
CURRENT_PROJECT_VERSION = 1;
459459
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
460460
ENABLE_STRICT_OBJC_MSGSEND = YES;
461+
ENABLE_TESTABILITY = YES;
461462
GCC_C_LANGUAGE_STANDARD = gnu99;
462463
GCC_DYNAMIC_NO_PIC = NO;
463464
GCC_NO_COMMON_BLOCKS = YES;
@@ -534,6 +535,7 @@
534535
INFOPLIST_FILE = FastImageCache/Info.plist;
535536
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
536537
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
538+
PRODUCT_BUNDLE_IDENTIFIER = "com.path.$(PRODUCT_NAME:rfc1034identifier)";
537539
PRODUCT_NAME = "$(TARGET_NAME)";
538540
SKIP_INSTALL = YES;
539541
};
@@ -549,6 +551,7 @@
549551
INFOPLIST_FILE = FastImageCache/Info.plist;
550552
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
551553
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
554+
PRODUCT_BUNDLE_IDENTIFIER = "com.path.$(PRODUCT_NAME:rfc1034identifier)";
552555
PRODUCT_NAME = "$(TARGET_NAME)";
553556
SKIP_INSTALL = YES;
554557
};
@@ -567,6 +570,7 @@
567570
);
568571
INFOPLIST_FILE = FastImageCacheTests/Info.plist;
569572
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
573+
PRODUCT_BUNDLE_IDENTIFIER = "com.path.$(PRODUCT_NAME:rfc1034identifier)";
570574
PRODUCT_NAME = "$(TARGET_NAME)";
571575
};
572576
name = Debug;
@@ -580,6 +584,7 @@
580584
);
581585
INFOPLIST_FILE = FastImageCacheTests/Info.plist;
582586
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
587+
PRODUCT_BUNDLE_IDENTIFIER = "com.path.$(PRODUCT_NAME:rfc1034identifier)";
583588
PRODUCT_NAME = "$(TARGET_NAME)";
584589
};
585590
name = Release;
@@ -594,6 +599,7 @@
594599
);
595600
INFOPLIST_FILE = FastImageCacheDemo/Info.plist;
596601
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
602+
PRODUCT_BUNDLE_IDENTIFIER = "com.path.$(PRODUCT_NAME:rfc1034identifier)";
597603
PRODUCT_NAME = "$(TARGET_NAME)";
598604
};
599605
name = Debug;
@@ -604,6 +610,7 @@
604610
ASSETCATALOG_COMPILER_APPICON_NAME = Icon;
605611
INFOPLIST_FILE = FastImageCacheDemo/Info.plist;
606612
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
613+
PRODUCT_BUNDLE_IDENTIFIER = "com.path.$(PRODUCT_NAME:rfc1034identifier)";
607614
PRODUCT_NAME = "$(TARGET_NAME)";
608615
};
609616
name = Release;

FastImageCache/FastImageCache.xcodeproj/xcshareddata/xcschemes/FastImageCache.xcscheme

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0630"
3+
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -37,10 +37,10 @@
3737
</BuildActionEntries>
3838
</BuildAction>
3939
<TestAction
40+
buildConfiguration = "Debug"
4041
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4142
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
42-
shouldUseLaunchSchemeArgsEnv = "YES"
43-
buildConfiguration = "Debug">
43+
shouldUseLaunchSchemeArgsEnv = "YES">
4444
<Testables>
4545
<TestableReference
4646
skipped = "NO">
@@ -62,15 +62,18 @@
6262
ReferencedContainer = "container:FastImageCache.xcodeproj">
6363
</BuildableReference>
6464
</MacroExpansion>
65+
<AdditionalOptions>
66+
</AdditionalOptions>
6567
</TestAction>
6668
<LaunchAction
69+
buildConfiguration = "Debug"
6770
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
6871
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
6972
launchStyle = "0"
7073
useCustomWorkingDirectory = "NO"
71-
buildConfiguration = "Debug"
7274
ignoresPersistentStateOnLaunch = "NO"
7375
debugDocumentVersioning = "YES"
76+
debugServiceExtension = "internal"
7477
allowLocationSimulation = "YES">
7578
<MacroExpansion>
7679
<BuildableReference
@@ -85,10 +88,10 @@
8588
</AdditionalOptions>
8689
</LaunchAction>
8790
<ProfileAction
91+
buildConfiguration = "Release"
8892
shouldUseLaunchSchemeArgsEnv = "YES"
8993
savedToolIdentifier = ""
9094
useCustomWorkingDirectory = "NO"
91-
buildConfiguration = "Release"
9295
debugDocumentVersioning = "YES">
9396
<MacroExpansion>
9497
<BuildableReference

FastImageCache/FastImageCache/Info.plist

Lines changed: 1 addition & 1 deletion
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.path.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

FastImageCache/FastImageCacheDemo/Info.plist

Lines changed: 1 addition & 1 deletion
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.path.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

FastImageCache/FastImageCacheTests/Info.plist

Lines changed: 1 addition & 1 deletion
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.path.$(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)