Skip to content

Commit f77fe27

Browse files
committed
SGDemo: Project configuration.
1 parent 32beda4 commit f77fe27

5 files changed

Lines changed: 19 additions & 24 deletions

File tree

demo/demo-ios/demo-ios.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
9C886B8B1E78EC9F00F2CFD1 /* Project object */ = {
192192
isa = PBXProject;
193193
attributes = {
194-
LastUpgradeCheck = 0940;
194+
LastUpgradeCheck = 1100;
195195
ORGANIZATIONNAME = single;
196196
TargetAttributes = {
197197
9C886B921E78EC9F00F2CFD1 = {
@@ -208,7 +208,7 @@
208208
};
209209
buildConfigurationList = 9C886B8E1E78EC9F00F2CFD1 /* Build configuration list for PBXProject "demo-ios" */;
210210
compatibilityVersion = "Xcode 3.2";
211-
developmentRegion = English;
211+
developmentRegion = en;
212212
hasScannedForEncodings = 0;
213213
knownRegions = (
214214
en,
@@ -279,6 +279,7 @@
279279
isa = XCBuildConfiguration;
280280
buildSettings = {
281281
ALWAYS_SEARCH_USER_PATHS = NO;
282+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
282283
CLANG_ANALYZER_NONNULL = YES;
283284
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
284285
CLANG_CXX_LIBRARY = "libc++";
@@ -334,6 +335,7 @@
334335
isa = XCBuildConfiguration;
335336
buildSettings = {
336337
ALWAYS_SEARCH_USER_PATHS = NO;
338+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
337339
CLANG_ANALYZER_NONNULL = YES;
338340
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
339341
CLANG_CXX_LIBRARY = "libc++";

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

Lines changed: 3 additions & 7 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 = "1010"
3+
LastUpgradeVersion = "1100"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:demo-ios.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -63,8 +61,6 @@
6361
ReferencedContainer = "container:demo-ios.xcodeproj">
6462
</BuildableReference>
6563
</BuildableProductRunnable>
66-
<AdditionalOptions>
67-
</AdditionalOptions>
6864
</LaunchAction>
6965
<ProfileAction
7066
buildConfiguration = "Release"

demo/demo-macos/demo-macos.xcodeproj/project.pbxproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
9CB9250C1E7942AC00DE6721 /* Project object */ = {
190190
isa = PBXProject;
191191
attributes = {
192-
LastUpgradeCheck = 0940;
192+
LastUpgradeCheck = 1100;
193193
ORGANIZATIONNAME = single;
194194
TargetAttributes = {
195195
9CB925131E7942AC00DE6721 = {
@@ -204,6 +204,7 @@
204204
developmentRegion = English;
205205
hasScannedForEncodings = 0;
206206
knownRegions = (
207+
English,
207208
en,
208209
Base,
209210
);
@@ -262,6 +263,7 @@
262263
isa = XCBuildConfiguration;
263264
buildSettings = {
264265
ALWAYS_SEARCH_USER_PATHS = NO;
266+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
265267
CLANG_ANALYZER_NONNULL = YES;
266268
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
267269
CLANG_CXX_LIBRARY = "libc++";
@@ -317,6 +319,7 @@
317319
isa = XCBuildConfiguration;
318320
buildSettings = {
319321
ALWAYS_SEARCH_USER_PATHS = NO;
322+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
320323
CLANG_ANALYZER_NONNULL = YES;
321324
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
322325
CLANG_CXX_LIBRARY = "libc++";
@@ -365,6 +368,7 @@
365368
isa = XCBuildConfiguration;
366369
buildSettings = {
367370
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
371+
CODE_SIGN_IDENTITY = "-";
368372
COMBINE_HIDPI_IMAGES = YES;
369373
DEVELOPMENT_TEAM = KAGR32AB25;
370374
INFOPLIST_FILE = "demo-macos/Info.plist";
@@ -379,6 +383,7 @@
379383
isa = XCBuildConfiguration;
380384
buildSettings = {
381385
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
386+
CODE_SIGN_IDENTITY = "-";
382387
COMBINE_HIDPI_IMAGES = YES;
383388
DEVELOPMENT_TEAM = KAGR32AB25;
384389
INFOPLIST_FILE = "demo-macos/Info.plist";

demo/demo-macos/demo-macos.xcodeproj/xcshareddata/xcschemes/demo-macos.xcscheme

Lines changed: 3 additions & 7 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 = "1010"
3+
LastUpgradeVersion = "1100"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:demo-macos.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -63,8 +61,6 @@
6361
ReferencedContainer = "container:demo-macos.xcodeproj">
6462
</BuildableReference>
6563
</BuildableProductRunnable>
66-
<AdditionalOptions>
67-
</AdditionalOptions>
6864
</LaunchAction>
6965
<ProfileAction
7066
buildConfiguration = "Release"

demo/demo-tvos/demo-tvos.xcodeproj/xcshareddata/xcschemes/demo-tvos.xcscheme

Lines changed: 3 additions & 7 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 = "1010"
3+
LastUpgradeVersion = "1100"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:demo-tvos.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -63,8 +61,6 @@
6361
ReferencedContainer = "container:demo-tvos.xcodeproj">
6462
</BuildableReference>
6563
</BuildableProductRunnable>
66-
<AdditionalOptions>
67-
</AdditionalOptions>
6864
</LaunchAction>
6965
<ProfileAction
7066
buildConfiguration = "Release"

0 commit comments

Comments
 (0)