Skip to content

Commit bb39ee1

Browse files
committed
update project file
1 parent 6f0c5bf commit bb39ee1

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Example/FortuneWheel.xcodeproj/project.pbxproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
isa = PBXProject;
208208
attributes = {
209209
LastSwiftUpdateCheck = 0830;
210-
LastUpgradeCheck = 0830;
210+
LastUpgradeCheck = 1240;
211211
ORGANIZATIONNAME = CocoaPods;
212212
TargetAttributes = {
213213
607FACCF1AFB9204008FA782 = {
@@ -385,14 +385,17 @@
385385
CLANG_WARN_BOOL_CONVERSION = YES;
386386
CLANG_WARN_COMMA = YES;
387387
CLANG_WARN_CONSTANT_CONVERSION = YES;
388+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
388389
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
389390
CLANG_WARN_EMPTY_BODY = YES;
390391
CLANG_WARN_ENUM_CONVERSION = YES;
391392
CLANG_WARN_INFINITE_RECURSION = YES;
392393
CLANG_WARN_INT_CONVERSION = YES;
393394
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
395+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
394396
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
395397
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
398+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
396399
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
397400
CLANG_WARN_STRICT_PROTOTYPES = YES;
398401
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -438,14 +441,17 @@
438441
CLANG_WARN_BOOL_CONVERSION = YES;
439442
CLANG_WARN_COMMA = YES;
440443
CLANG_WARN_CONSTANT_CONVERSION = YES;
444+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
441445
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
442446
CLANG_WARN_EMPTY_BODY = YES;
443447
CLANG_WARN_ENUM_CONVERSION = YES;
444448
CLANG_WARN_INFINITE_RECURSION = YES;
445449
CLANG_WARN_INT_CONVERSION = YES;
446450
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
451+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
447452
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
448453
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
454+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
449455
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
450456
CLANG_WARN_STRICT_PROTOTYPES = YES;
451457
CLANG_WARN_SUSPICIOUS_MOVE = YES;

Example/FortuneWheel.xcodeproj/xcshareddata/xcschemes/FortuneWheel-Example.xcscheme

Lines changed: 10 additions & 16 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 = "0900"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -40,8 +40,16 @@
4040
buildConfiguration = "Debug"
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43-
language = ""
4443
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
48+
BuildableName = "FortuneWheel_Example.app"
49+
BlueprintName = "FortuneWheel_Example"
50+
ReferencedContainer = "container:FortuneWheel.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
4553
<Testables>
4654
<TestableReference
4755
skipped = "NO">
@@ -54,23 +62,11 @@
5462
</BuildableReference>
5563
</TestableReference>
5664
</Testables>
57-
<MacroExpansion>
58-
<BuildableReference
59-
BuildableIdentifier = "primary"
60-
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
61-
BuildableName = "FortuneWheel_Example.app"
62-
BlueprintName = "FortuneWheel_Example"
63-
ReferencedContainer = "container:FortuneWheel.xcodeproj">
64-
</BuildableReference>
65-
</MacroExpansion>
66-
<AdditionalOptions>
67-
</AdditionalOptions>
6865
</TestAction>
6966
<LaunchAction
7067
buildConfiguration = "Debug"
7168
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7269
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
73-
language = ""
7470
launchStyle = "0"
7571
useCustomWorkingDirectory = "NO"
7672
ignoresPersistentStateOnLaunch = "NO"
@@ -87,8 +83,6 @@
8783
ReferencedContainer = "container:FortuneWheel.xcodeproj">
8884
</BuildableReference>
8985
</BuildableProductRunnable>
90-
<AdditionalOptions>
91-
</AdditionalOptions>
9286
</LaunchAction>
9387
<ProfileAction
9488
buildConfiguration = "Release"

0 commit comments

Comments
 (0)