Skip to content

Commit

Permalink
Release 2.4.0 to the App Store
Browse files Browse the repository at this point in the history
  • Loading branch information
zipleen committed Jan 14, 2014
1 parent a56af3f commit c1d2288
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions TvhClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,11 @@
CLASSPREFIX = TVH;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = zipleen;
TargetAttributes = {
AAB399EF16BDB21900973F88 = {
DevelopmentTeam = FPS864GPA9;
};
};
};
buildConfigurationList = AAB399EB16BDB21900973F88 /* Build configuration list for PBXProject "TvhClient" */;
compatibilityVersion = "Xcode 3.2";
Expand Down
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.3</string>
<string>2.4.0</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
2 changes: 1 addition & 1 deletion tvheadend-ios-lib
Binary file modified vendor/Crashlytics.framework/Versions/A/Crashlytics
Binary file not shown.
4 changes: 2 additions & 2 deletions vendor/Crashlytics.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.3</string>
<string>2.1.5</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>13</string>
<string>16</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>MinimumOSVersion</key>
Expand Down
Binary file modified vendor/Crashlytics.framework/run
Binary file not shown.

0 comments on commit c1d2288

Please sign in to comment.