Skip to content

Commit 3a1bed4

Browse files
committed
Update project files
1 parent db21a7d commit 3a1bed4

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

Classes/GLIndexedCollectionViewCell.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
99
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
1010
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1111
</dependencies>

GLTableCollectionView.xcodeproj/project.pbxproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
attributes = {
153153
CLASSPREFIX = GL;
154154
LastSwiftUpdateCheck = 0800;
155-
LastUpgradeCheck = 0900;
155+
LastUpgradeCheck = 0930;
156156
ORGANIZATIONNAME = "Giulio Lombardo";
157157
TargetAttributes = {
158158
747CF8F81DE6EB010051A5FF = {
@@ -288,13 +288,15 @@
288288
CLANG_WARN_BOOL_CONVERSION = YES;
289289
CLANG_WARN_COMMA = YES;
290290
CLANG_WARN_CONSTANT_CONVERSION = YES;
291+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
291292
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
292293
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
293294
CLANG_WARN_EMPTY_BODY = YES;
294295
CLANG_WARN_ENUM_CONVERSION = YES;
295296
CLANG_WARN_INFINITE_RECURSION = YES;
296297
CLANG_WARN_INT_CONVERSION = YES;
297298
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
299+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
298300
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
299301
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
300302
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -329,6 +331,7 @@
329331
SDKROOT = iphoneos;
330332
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
331333
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
334+
SWIFT_VERSION = 4.0;
332335
TARGETED_DEVICE_FAMILY = "1,2";
333336
};
334337
name = Debug;
@@ -346,13 +349,15 @@
346349
CLANG_WARN_BOOL_CONVERSION = YES;
347350
CLANG_WARN_COMMA = YES;
348351
CLANG_WARN_CONSTANT_CONVERSION = YES;
352+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
349353
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
350354
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
351355
CLANG_WARN_EMPTY_BODY = YES;
352356
CLANG_WARN_ENUM_CONVERSION = YES;
353357
CLANG_WARN_INFINITE_RECURSION = YES;
354358
CLANG_WARN_INT_CONVERSION = YES;
355359
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
360+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
356361
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
357362
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
358363
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -379,6 +384,7 @@
379384
MTL_ENABLE_DEBUG_INFO = NO;
380385
SDKROOT = iphoneos;
381386
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
387+
SWIFT_VERSION = 4.0;
382388
TARGETED_DEVICE_FAMILY = "1,2";
383389
VALIDATE_PRODUCT = YES;
384390
};

GLTableCollectionView.xcodeproj/xcshareddata/xcschemes/GLTableCollectionView.xcscheme

Lines changed: 1 addition & 3 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 = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -40,7 +40,6 @@
4040
buildConfiguration = "Debug"
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43-
language = ""
4443
shouldUseLaunchSchemeArgsEnv = "YES">
4544
<Testables>
4645
<TestableReference
@@ -70,7 +69,6 @@
7069
buildConfiguration = "Debug"
7170
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7271
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
73-
language = ""
7472
launchStyle = "0"
7573
useCustomWorkingDirectory = "NO"
7674
ignoresPersistentStateOnLaunch = "NO"

GLTableCollectionView/Base.lproj/LaunchScreen.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Ik1-Jh-kcr">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Ik1-Jh-kcr">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
99
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
1010
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1111
</dependencies>

GLTableCollectionView/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ClH-cz-IEW">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="ClH-cz-IEW">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
99
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
1010
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1111
</dependencies>

0 commit comments

Comments
 (0)