Skip to content

Commit 4060472

Browse files
committed
Update
1 parent 2d9cf87 commit 4060472

File tree

9 files changed

+27
-69
lines changed

9 files changed

+27
-69
lines changed

Playground-Mac.playground/Contents.swift

Lines changed: 0 additions & 6 deletions
This file was deleted.

Playground-Mac.playground/contents.xcplayground

Lines changed: 0 additions & 4 deletions
This file was deleted.

Playground-Mac.playground/timeline.xctimeline

Lines changed: 0 additions & 6 deletions
This file was deleted.

Playground-iOS.playground/Contents.swift

Lines changed: 0 additions & 6 deletions
This file was deleted.

Playground-iOS.playground/contents.xcplayground

Lines changed: 0 additions & 4 deletions
This file was deleted.

Playground-iOS.playground/timeline.xctimeline

Lines changed: 0 additions & 6 deletions
This file was deleted.

Smile.xcodeproj/project.pbxproj

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
D2DBF1E71D04C71300166F7B /* Smile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Smile.swift; sourceTree = "<group>"; };
4848
D2DBF1EA1D04D1EB00166F7B /* Emoji.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Emoji.swift; sourceTree = "<group>"; };
4949
D2DBF1ED1D04D54300166F7B /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
50-
D500FD111C3AABED00782D78 /* Playground-iOS.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = "Playground-iOS.playground"; sourceTree = "<group>"; };
51-
D500FD121C3AAC8E00782D78 /* Playground-Mac.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = "Playground-Mac.playground"; sourceTree = "<group>"; };
5250
D5B2E89F1C3A780C00C0327D /* Smile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Smile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5351
D5B2E8A91C3A780C00C0327D /* Smile-iOS-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Smile-iOS-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
5452
D5C629401C3A7FAA007F7B7C /* Smile.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Smile.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -108,8 +106,6 @@
108106
D5B2E8951C3A780C00C0327D = {
109107
isa = PBXGroup;
110108
children = (
111-
D500FD111C3AABED00782D78 /* Playground-iOS.playground */,
112-
D500FD121C3AAC8E00782D78 /* Playground-Mac.playground */,
113109
D5C629691C3A809D007F7B7C /* Sources */,
114110
D5C6295C1C3A800E007F7B7C /* Smile */,
115111
D5C6298F1C3A8BDA007F7B7C /* SmileTests */,
@@ -256,7 +252,7 @@
256252
isa = PBXProject;
257253
attributes = {
258254
LastSwiftUpdateCheck = 0730;
259-
LastUpgradeCheck = 1000;
255+
LastUpgradeCheck = 1140;
260256
ORGANIZATIONNAME = Fantageek;
261257
TargetAttributes = {
262258
D5B2E89E1C3A780C00C0327D = {
@@ -277,11 +273,11 @@
277273
};
278274
buildConfigurationList = D5B2E8991C3A780C00C0327D /* Build configuration list for PBXProject "Smile" */;
279275
compatibilityVersion = "Xcode 3.2";
280-
developmentRegion = English;
276+
developmentRegion = en;
281277
hasScannedForEncodings = 0;
282278
knownRegions = (
283-
English,
284279
en,
280+
Base,
285281
);
286282
mainGroup = D5B2E8951C3A780C00C0327D;
287283
productRefGroup = D5B2E8A01C3A780C00C0327D /* Products */;
@@ -388,6 +384,7 @@
388384
isa = XCBuildConfiguration;
389385
buildSettings = {
390386
ALWAYS_SEARCH_USER_PATHS = NO;
387+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
391388
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
392389
CLANG_CXX_LIBRARY = "libc++";
393390
CLANG_ENABLE_MODULES = YES;
@@ -436,7 +433,7 @@
436433
ONLY_ACTIVE_ARCH = YES;
437434
SDKROOT = iphoneos;
438435
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
439-
SWIFT_VERSION = 4.2;
436+
SWIFT_VERSION = 5.0;
440437
TARGETED_DEVICE_FAMILY = "1,2";
441438
VERSIONING_SYSTEM = "apple-generic";
442439
VERSION_INFO_PREFIX = "";
@@ -447,6 +444,7 @@
447444
isa = XCBuildConfiguration;
448445
buildSettings = {
449446
ALWAYS_SEARCH_USER_PATHS = NO;
447+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
450448
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
451449
CLANG_CXX_LIBRARY = "libc++";
452450
CLANG_ENABLE_MODULES = YES;
@@ -488,7 +486,7 @@
488486
MTL_ENABLE_DEBUG_INFO = NO;
489487
SDKROOT = iphoneos;
490488
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
491-
SWIFT_VERSION = 4.2;
489+
SWIFT_VERSION = 5.0;
492490
TARGETED_DEVICE_FAMILY = "1,2";
493491
VALIDATE_PRODUCT = YES;
494492
VERSIONING_SYSTEM = "apple-generic";

Smile.xcodeproj/xcshareddata/xcschemes/Smile-Mac.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 = "1140"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "D5C6293F1C3A7FAA007F7B7C"
34+
BuildableName = "Smile.framework"
35+
BlueprintName = "Smile-Mac"
36+
ReferencedContainer = "container:Smile.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "D5C6293F1C3A7FAA007F7B7C"
46-
BuildableName = "Smile.framework"
47-
BlueprintName = "Smile-Mac"
48-
ReferencedContainer = "container:Smile.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:Smile.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"

Smile.xcodeproj/xcshareddata/xcschemes/Smile-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 = "1140"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "D5B2E89E1C3A780C00C0327D"
34+
BuildableName = "Smile.framework"
35+
BlueprintName = "Smile-iOS"
36+
ReferencedContainer = "container:Smile.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "D5B2E89E1C3A780C00C0327D"
46-
BuildableName = "Smile.framework"
47-
BlueprintName = "Smile-iOS"
48-
ReferencedContainer = "container:Smile.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:Smile.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"

0 commit comments

Comments
 (0)