Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
FCC app 1.90
Browse files Browse the repository at this point in the history
Fixed location reporting on iOS 8.
Defend against nil country code (seems to be caused by some SIMs)
  • Loading branch information
Pete Cole committed Nov 3, 2014
1 parent 5895afc commit 30f8414
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion FCC/FCC.xcodeproj/xcshareddata/xcschemes/FCC.xcscheme
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0510"
version = "1.3">
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
Expand Down Expand Up @@ -97,6 +97,10 @@
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
<LocationScenarioReference
identifier = "New York, NY, USA"
referenceType = "1">
</LocationScenarioReference>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
Expand Down
4 changes: 2 additions & 2 deletions FCC/FCC/FCC-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.89</string>
<string>1.90</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2600</string>
<string>2604</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationExitsOnSuspend</key>
Expand Down
2 changes: 1 addition & 1 deletion skios-core
Submodule skios-core updated 88 files
+ en.lproj/libcore.strings
+3 −0 libcore/SKCore.h
+99 −112 libcore/SKCore.xcodeproj/project.pbxproj
+4 −0 libcore/SKDatabase.h
+189 −81 libcore/SKDatabase.m
+8 −19 libcore/SKGraphForResults.m
+5 −1 libcore/TestCore/SKAutotest.m
+13 −9 libcore/TestCore/SKTestResults.h
+142 −140 libcore/TestCore/SKTestResults.m
+1 −0 libcore/Tests/SKAAutotest.h
+16 −5 libcore/Tests/SKAAutotest.m
+22 −1 libcore/UICore/SKAAppDelegate.h
+191 −54 libcore/UICore/SKAAppDelegate.m
+0 −7 libcore/UICore/SKAArchivedResultsController.m
+5 −0 libcore/UICore/SKAGraphViewCell.h
+3 −3 libcore/UICore/SKAGraphViewCell.m
+14 −4 libcore/UICore/SKAMainResultsController.m
+8 −6 libcore/UICore/SKARunTestsController.m
+1 −0 libcore/UICore/SKASettingsController.h
+118 −0 libcore/UICore/SKASettingsController.m
+0 −1 libcore/UICore/STKSpinnerView.h
+4 −4 libcore/UICore/STKSpinnerView.m
+2 −1 libcore/UICore/UIAlertView+SKExtensions.m
+104 −104 libcore/UICore/UIColor+Colours.h
+120 −111 libcore/UICore/UIColor+Colours.m
+1 −0 libcore/UICore/UIViewController+SKSafeSegue.h
+11 −0 libcore/UICore/UIViewController+SKSafeSegue.m
+1 −1 libcore/UICore2/Reusable/CActionSheet/cActionSheet.h
+59 −53 libcore/UICore2/Reusable/CActionSheet/cActionSheet.m
+1 −0 libcore/UICore2/Reusable/CActivityBlinking/CActivityBlinking.h
+46 −43 libcore/UICore2/Reusable/CActivityBlinking/CActivityBlinking.m
+0 −48 libcore/UICore2/Reusable/CTabController/cTabController.h
+0 −50 libcore/UICore2/Reusable/CTabController/cTabController.m
+0 −43 libcore/UICore2/Reusable/Graphing/Graphing.h
+0 −418 libcore/UICore2/Reusable/Graphing/Graphing.m
+124 −0 libcore/UICore2/Reusable/SKAppColourScheme/SKAppColourScheme.h
+381 −0 libcore/UICore2/Reusable/SKAppColourScheme/SKAppColourScheme.m
+33 −14 libcore/UICore2/Reusable/TYMActivityIndicatorView/TYMActivityIndicatorView.h
+432 −391 libcore/UICore2/Reusable/TYMActivityIndicatorView/TYMActivityIndicatorView.m
+2 −2 libcore/UICore2/Reusable/WelcomeView/SKBSplashVC.h
+7 −10 libcore/UICore2/Reusable/WelcomeView/SKBSplashVC.m
+19 −24 libcore/UICore2/Reusable/WelcomeView/UIWelcomeView.m
+1 −1 libcore/UICore2/Reusable/cAnimatedStatusView.m
+0 −439 libcore/UICore2/SKAActivationController2.m
+2 −2 libcore/UICore2/SKBActivationController.h
+461 −0 libcore/UICore2/SKBActivationController.m
+19 −0 libcore/UICore2/SKBMainViewTabBarController.h
+9 −8 libcore/UICore2/SKBMainViewTabBarController.m
+0 −19 libcore/UICore2/SKSBMainViewTabBarController.h
+0 −51 libcore/UICore2/ViewManagers/SKATestOverviewMetrics.h
+0 −70 libcore/UICore2/ViewManagers/SKATestOverviewMetrics.m
+2 −2 libcore/UICore2/ViewManagers/SKBHistoryViewController.h
+10 −7 libcore/UICore2/ViewManagers/SKBHistoryViewController.m
+5 −5 libcore/UICore2/ViewManagers/SKBHistoryViewMgr.h
+509 −0 libcore/UICore2/ViewManagers/SKBHistoryViewMgr.m
+0 −17 libcore/UICore2/ViewManagers/SKBInfoViewController.h
+12 −10 libcore/UICore2/ViewManagers/SKBRunTestViewMgrController.h
+334 −143 libcore/UICore2/ViewManagers/SKBRunTestViewMgrController.m
+3 −3 libcore/UICore2/ViewManagers/SKBSettingsMgr.h
+8 −8 libcore/UICore2/ViewManagers/SKBSettingsMgr.m
+13 −0 libcore/UICore2/ViewManagers/SKBSettingsTabViewController.h
+26 −0 libcore/UICore2/ViewManagers/SKBSettingsTabViewController.m
+2 −2 libcore/UICore2/ViewManagers/SKBSettingsViewController.h
+3 −3 libcore/UICore2/ViewManagers/SKBSettingsViewController.m
+2 −2 libcore/UICore2/ViewManagers/SKBSummaryViewController.h
+21 −7 libcore/UICore2/ViewManagers/SKBSummaryViewController.m
+5 −6 libcore/UICore2/ViewManagers/SKBSummaryViewMgr.h
+244 −193 libcore/UICore2/ViewManagers/SKBSummaryViewMgr.m
+15 −0 libcore/UICore2/ViewManagers/SKBTermsView.h
+92 −0 libcore/UICore2/ViewManagers/SKBTermsView.m
+17 −0 libcore/UICore2/ViewManagers/SKBTermsViewController.h
+9 −9 libcore/UICore2/ViewManagers/SKBTermsViewController.m
+66 −0 libcore/UICore2/ViewManagers/SKBTestResultValue.h
+48 −0 libcore/UICore2/ViewManagers/SKBTestResultValue.m
+2 −2 libcore/UICore2/ViewManagers/SKBTestResultsSharer.h
+12 −6 libcore/UICore2/ViewManagers/SKBTestResultsSharer.m
+0 −471 libcore/UICore2/ViewManagers/SKHistoryViewMgr.m
+0 −20 libcore/UICore2/ViewManagers/SKInfoViewMgr.h
+0 −155 libcore/UICore2/ViewManagers/SKInfoViewMgr.m
+0 −34 libcore/UICore2/tabCells/SKASimpleResultCell2.m
+0 −8 libcore/UICore2/tabCells/SKATestResultSuperCell.h
+0 −8 libcore/UICore2/tabCells/SKATestResultSuperCell.m
+5 −5 libcore/UICore2/tabCells/SKBSimpleResultCell.h
+34 −0 libcore/UICore2/tabCells/SKBSimpleResultCell.m
+10 −0 libcore/UICore2/tabCells/SKBSummaryTableViewCell.m
+10 −10 libcore/UICore2/tabCells/SKBTestOverviewCell.h
+73 −61 libcore/UICore2/tabCells/SKBTestOverviewCell.m
+ pt.lproj/libcore.strings

0 comments on commit 30f8414

Please sign in to comment.