Skip to content

Commit 2e85c47

Browse files
committed
project updates
1 parent 9ae8071 commit 2e85c47

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

sf-ios.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
042FC6421B963FE500549A4B /* Project object */ = {
510510
isa = PBXProject;
511511
attributes = {
512-
LastUpgradeCheck = 1000;
512+
LastUpgradeCheck = 1110;
513513
ORGANIZATIONNAME = NGA;
514514
TargetAttributes = {
515515
042FC64A1B963FE500549A4B = {
@@ -525,6 +525,7 @@
525525
developmentRegion = English;
526526
hasScannedForEncodings = 0;
527527
knownRegions = (
528+
English,
528529
en,
529530
);
530531
mainGroup = 042FC6411B963FE500549A4B;
@@ -649,6 +650,7 @@
649650
isa = XCBuildConfiguration;
650651
buildSettings = {
651652
ALWAYS_SEARCH_USER_PATHS = NO;
653+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
652654
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
653655
CLANG_CXX_LIBRARY = "libc++";
654656
CLANG_ENABLE_MODULES = YES;
@@ -708,6 +710,7 @@
708710
isa = XCBuildConfiguration;
709711
buildSettings = {
710712
ALWAYS_SEARCH_USER_PATHS = NO;
713+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
711714
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
712715
CLANG_CXX_LIBRARY = "libc++";
713716
CLANG_ENABLE_MODULES = YES;

sf-ios.xcodeproj/xcshareddata/xcschemes/sf-ios.xcscheme

Lines changed: 10 additions & 14 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 = "1000"
3+
LastUpgradeVersion = "1110"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -41,6 +41,15 @@
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "042FC64A1B963FE500549A4B"
48+
BuildableName = "sf_ios.framework"
49+
BlueprintName = "sf-ios"
50+
ReferencedContainer = "container:sf-ios.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
4453
<Testables>
4554
<TestableReference
4655
skipped = "NO">
@@ -53,17 +62,6 @@
5362
</BuildableReference>
5463
</TestableReference>
5564
</Testables>
56-
<MacroExpansion>
57-
<BuildableReference
58-
BuildableIdentifier = "primary"
59-
BlueprintIdentifier = "042FC64A1B963FE500549A4B"
60-
BuildableName = "sf_ios.framework"
61-
BlueprintName = "sf-ios"
62-
ReferencedContainer = "container:sf-ios.xcodeproj">
63-
</BuildableReference>
64-
</MacroExpansion>
65-
<AdditionalOptions>
66-
</AdditionalOptions>
6765
</TestAction>
6866
<LaunchAction
6967
buildConfiguration = "Debug"
@@ -84,8 +82,6 @@
8482
ReferencedContainer = "container:sf-ios.xcodeproj">
8583
</BuildableReference>
8684
</MacroExpansion>
87-
<AdditionalOptions>
88-
</AdditionalOptions>
8985
</LaunchAction>
9086
<ProfileAction
9187
buildConfiguration = "Release"

0 commit comments

Comments
 (0)