Skip to content

Commit

Permalink
iOS9 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
normansander committed Sep 18, 2015
1 parent 444727c commit e004cde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CriticalMass/CriticalMaps-Info.plist
Expand Up @@ -17,15 +17,20 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.3.9</string>
<string>1.0.4.1</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocationAlwaysUsageDescription</key>
<string>GPS only used when app is active</string>
<key>UIBackgroundModes</key>
Expand Down
2 changes: 1 addition & 1 deletion CriticalMass/PLChatViewController.m
Expand Up @@ -82,7 +82,7 @@ - (IBAction)onSend:(id)sender {
[_chatModel collectMessage: self.textField.text];
self.textField.text = @"";

[self.textField resignFirstResponder];
[self.textField resignFirstResponder];
}

- (void)onTap:(UITapGestureRecognizer *)recognizer {
Expand Down

0 comments on commit e004cde

Please sign in to comment.