Skip to content

Commit

Permalink
Update Objective-C Demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Nov 14, 2018
1 parent e9b784b commit e07597f
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 271 deletions.
6 changes: 0 additions & 6 deletions RMDateSelectionViewController-Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

/* Begin PBXBuildFile section */
CA1E62491A24D3C10025A6A6 /* Launch Screen.xib in Resources */ = {isa = PBXBuildFile; fileRef = CA1E62481A24D3C10025A6A6 /* Launch Screen.xib */; };
CA2C5C081DA2669900670F0F /* RMDateSelectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CA2C5C071DA2669900670F0F /* RMDateSelectionViewController.m */; };
CA2C5C091DA268E500670F0F /* RMDateSelectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CA2C5C071DA2669900670F0F /* RMDateSelectionViewController.m */; };
CA2C5C0A1DA268E500670F0F /* RMDateSelectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CA2C5C071DA2669900670F0F /* RMDateSelectionViewController.m */; };
CA2C5C171DA2699400670F0F /* RMDateSelectionViewController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA2C5C101DA2699300670F0F /* RMDateSelectionViewController.framework */; };
CA2C5C181DA2699400670F0F /* RMDateSelectionViewController.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CA2C5C101DA2699300670F0F /* RMDateSelectionViewController.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
CA2C5C1D1DA269C200670F0F /* RMDateSelectionViewController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA2C5C101DA2699300670F0F /* RMDateSelectionViewController.framework */; };
Expand Down Expand Up @@ -744,7 +741,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CA2C5C091DA268E500670F0F /* RMDateSelectionViewController.m in Sources */,
CA300A0F1BF0E73800EAD920 /* ViewController.swift in Sources */,
CA3009FD1BF0E6A200EAD920 /* AppDelegate.swift in Sources */,
);
Expand All @@ -754,7 +750,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CA2C5C0A1DA268E500670F0F /* RMDateSelectionViewController.m in Sources */,
CACF16BD1AC42CE4005CDB0F /* RMViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -764,7 +759,6 @@
buildActionMask = 2147483647;
files = (
CAA60A49181C1A0200198490 /* main.m in Sources */,
CA2C5C081DA2669900670F0F /* RMDateSelectionViewController.m in Sources */,
CAA60A4D181C1A0200198490 /* RMAppDelegate.m in Sources */,
CAA60A53181C1A0200198490 /* RMViewController.m in Sources */,
);
Expand Down
12 changes: 8 additions & 4 deletions RMDateSelectionViewController-Demo/Launch Screen.xib
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6250" systemVersion="14C68m" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="404" y="445"/>
Expand Down
Loading

0 comments on commit e07597f

Please sign in to comment.