Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nst committed Oct 7, 2015
2 parents 8c18532 + d7f57fb commit aa88dea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demo_ios/STTwitterDemoIOS/STTwitterDemoIOS-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<true/>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>myapp</string>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
Expand All @@ -36,7 +40,6 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>

<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -50,6 +53,5 @@
</array>
</dict>
</array>

</dict>
</plist>

0 comments on commit aa88dea

Please sign in to comment.