Skip to content

Commit

Permalink
Updated version number and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrollin committed Sep 16, 2016
1 parent 9344cdd commit 5ed9f65
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Drivecast/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>23</string>
<string>24</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
8 changes: 4 additions & 4 deletions Drivecast/Interfaces/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1453,10 +1453,10 @@ AND DESIGN</string>
<rect key="frame" x="8" y="8" width="584" height="73.5"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="U7C-yt-RYO">
<rect key="frame" x="222" y="5.5" width="200" height="63"/>
<rect key="frame" x="222" y="21" width="200" height="32"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="The code-base of this app is available on Github and licensed under CC0 1.0 Universal public domain dedication." lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1zh-U9-z9y">
<rect key="frame" x="40" y="0.0" width="160" height="62.5"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="The code-base of this app is available on Github." lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1zh-U9-z9y">
<rect key="frame" x="40" y="0.0" width="160" height="31.5"/>
<constraints>
<constraint firstAttribute="width" relation="lessThanOrEqual" constant="160" id="j1d-s4-Fe6"/>
</constraints>
Expand All @@ -1465,7 +1465,7 @@ AND DESIGN</string>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Jl4-du-hNd">
<rect key="frame" x="0.0" y="0.0" width="32" height="63"/>
<rect key="frame" x="0.0" y="0.0" width="32" height="32"/>
<state key="normal" image="Github"/>
</button>
</subviews>
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DEPENDENCIES:

SPEC CHECKSUMS:
Alamofire: b70a7352335f8ea5babd0a923eb7e8eacc67b877
AngleGradientLayer: 085302f7f9764735762f83642e86cababfec1d37
AngleGradientLayer: '085302f7f9764735762f83642e86cababfec1d37'
BEMSimpleLineGraph: 44fd451f27f8e9cf96f2da5bea27603093576dd1
Crashlytics: 4391d8df0b125345e9f209c5db6e7f40a6a8435d
DeviceKit: b414b210c225ae19b77a47e64cb04f187c1c4f9a
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Other ressources about the BLE Bee module.

# Technical details

This app is writen in swift (3.0 compliant) using the MVVM design pattern with some use of functional reactive programming.
This app is writen in swift 2.3 using the MVVM design pattern with some use of functional reactive programming.

## Requirements

The code-base works under Xcode 7.1 for iOS devices 8.0+.
The code-base works under Xcode 7.3.1 for iOS devices 8.0+.

## External tools and libraries

Expand Down

0 comments on commit 5ed9f65

Please sign in to comment.