Skip to content

Commit 60eab4a

Browse files
authored
Merge pull request #53 from PSPDFKit/rad/fix-project-warnings
Fix example project warnings and update its build system from legacy to the new one
2 parents a4f8da8 + 74fabf7 commit 60eab4a

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
97C146E61CF9000F007C117D /* Project object */ = {
177177
isa = PBXProject;
178178
attributes = {
179-
LastUpgradeCheck = 1020;
179+
LastUpgradeCheck = 1130;
180180
ORGANIZATIONNAME = "The Chromium Authors";
181181
TargetAttributes = {
182182
97C146ED1CF9000F007C117D = {
@@ -186,10 +186,9 @@
186186
};
187187
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
188188
compatibilityVersion = "Xcode 3.2";
189-
developmentRegion = English;
189+
developmentRegion = en;
190190
hasScannedForEncodings = 0;
191191
knownRegions = (
192-
English,
193192
en,
194193
Base,
195194
);

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.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 = "1020"
3+
LastUpgradeVersion = "1130"
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:Runner.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:Runner.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Release"

example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildSystemType</key>
6-
<string>Original</string>
6+
<string>Latest</string>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)