Skip to content

Commit

Permalink
Reverted previous 2.3 release, instead of sending HTTP urls to xbmc w…
Browse files Browse the repository at this point in the history
…e'll send HTSP urls
  • Loading branch information
zipleen committed Nov 2, 2013
1 parent 827f1f3 commit 255a962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TvhClient/TvhClient-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<string>2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion TvhClient/TvhClient-Prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif

#define TESTING
//#define TESTING
#define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)

#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
Expand Down

0 comments on commit 255a962

Please sign in to comment.