Skip to content

Commit

Permalink
Final base covering for 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
janardanyri committed Aug 18, 2015
1 parent a0dd61f commit cd4dea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions TCPal/FaceGameIntroViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class FaceGameIntroViewController: UIViewController {
return 19
default:
assert(false)
return 0
}
}()

Expand Down
4 changes: 2 additions & 2 deletions TCPal/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<string>0.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -38,7 +38,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>10</string>
<string>20</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit cd4dea5

Please sign in to comment.