Skip to content

Commit 4b259c9

Browse files
committed
project updates
1 parent d3d2f3e commit 4b259c9

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

sf-wkb-ios.xcodeproj/project.pbxproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
042FC6421B963FE500549A4B /* Project object */ = {
239239
isa = PBXProject;
240240
attributes = {
241-
LastUpgradeCheck = 1000;
241+
LastUpgradeCheck = 1110;
242242
ORGANIZATIONNAME = NGA;
243243
TargetAttributes = {
244244
042FC64A1B963FE500549A4B = {
@@ -251,10 +251,11 @@
251251
};
252252
buildConfigurationList = 042FC6451B963FE500549A4B /* Build configuration list for PBXProject "sf-wkb-ios" */;
253253
compatibilityVersion = "Xcode 3.2";
254-
developmentRegion = English;
254+
developmentRegion = en;
255255
hasScannedForEncodings = 0;
256256
knownRegions = (
257257
en,
258+
Base,
258259
);
259260
mainGroup = 042FC6411B963FE500549A4B;
260261
productRefGroup = 042FC64C1B963FE500549A4B /* Products */;
@@ -360,6 +361,7 @@
360361
isa = XCBuildConfiguration;
361362
buildSettings = {
362363
ALWAYS_SEARCH_USER_PATHS = NO;
364+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
363365
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
364366
CLANG_CXX_LIBRARY = "libc++";
365367
CLANG_ENABLE_MODULES = YES;
@@ -419,6 +421,7 @@
419421
isa = XCBuildConfiguration;
420422
buildSettings = {
421423
ALWAYS_SEARCH_USER_PATHS = NO;
424+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
422425
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
423426
CLANG_CXX_LIBRARY = "libc++";
424427
CLANG_ENABLE_MODULES = YES;

sf-wkb-ios.xcodeproj/xcshareddata/xcschemes/sf-wkb-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_wkb_ios.framework"
49+
BlueprintName = "sf-wkb-ios"
50+
ReferencedContainer = "container:sf-wkb-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_wkb_ios.framework"
61-
BlueprintName = "sf-wkb-ios"
62-
ReferencedContainer = "container:sf-wkb-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-wkb-ios.xcodeproj">
8583
</BuildableReference>
8684
</MacroExpansion>
87-
<AdditionalOptions>
88-
</AdditionalOptions>
8985
</LaunchAction>
9086
<ProfileAction
9187
buildConfiguration = "Release"

0 commit comments

Comments
 (0)