Skip to content

Commit

Permalink
Updated CHANGELOG for 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Madsen committed Sep 26, 2015
1 parent 420e48f commit b2d5a14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ All notable changes to ORSSerialPort are documented in this file. This project a
##[Unreleased]
This section is for changes commited to the ORSSerialPort repository, but not yet included in an official release.

##[2.0.1] - 2015-09-26

###ADDED
- Added CHANGELOG.md file
- Travis CI now builds and tests changes to ORSSerialPort's public repository

###FIXED
- Fixed error when building framework project (tests target specifically) in versions of Xcode before support for nullability annotations were introduced.
Expand Down
8 changes: 4 additions & 4 deletions Examples/ORSSerialPortDemo/Swift/Resources/MainMenu.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment version="1060" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7706"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8191"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
Expand Down Expand Up @@ -654,7 +654,7 @@
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
<value key="minSize" type="size" width="480" height="500"/>
<view key="contentView" id="372">
<rect key="frame" x="0.0" y="5" width="480" height="585"/>
<rect key="frame" x="0.0" y="0.0" width="480" height="585"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<popUpButton verticalHuggingPriority="750" id="537">
Expand Down Expand Up @@ -1080,7 +1080,7 @@
</textField>
</subviews>
</view>
<point key="canvasLocation" x="705" y="352.5"/>
<point key="canvasLocation" x="590" y="372.5"/>
</window>
<customObject id="494" customClass="AppDelegate" customModule="ORSSerialPortDemo" customModuleProvider="target">
<connections>
Expand Down
4 changes: 2 additions & 2 deletions Examples/RequestResponseDemo/Swift/Resources/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="6751" systemVersion="14C1510" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6751"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8191"/>
</dependencies>
<scenes>
<!--Application-->
Expand Down

0 comments on commit b2d5a14

Please sign in to comment.