├── .DS_Store ├── .gitignore ├── AccountDocument2.xcdatamodeld ├── .xccurrentversion ├── AccountDocument 2.xcdatamodel │ ├── elements │ └── layout └── AccountDocument.xcdatamodel │ ├── elements │ └── layout ├── BeanCounter-Info.plist ├── BeanCounter.entitlements ├── BeanCounter.xcodeproj ├── project.pbxproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ ├── BeanCounter.xccheckout │ └── IDEWorkspaceChecks.plist ├── BeanCounter_Prefix.pch ├── Classes ├── .DS_Store ├── AccountDocument.h ├── AccountDocument.m ├── BeanCounterAppDelegate.h ├── BeanCounterAppDelegate.m ├── CPTCalendarFormatter.h ├── CPTCalendarFormatter.m ├── ChartViewController.h ├── ChartViewController.m ├── ColorPalette.h ├── ColorPalette.m ├── DebugLog.h ├── DeepMutableCopy.h ├── DepositData.h ├── DepositData.m ├── DepositImporter.h ├── DepositImporter.m ├── DepositImporterOperation.h ├── DepositImporterOperation.m ├── DepositParser.h ├── DepositParser.m ├── DepositParserOperation.h ├── DepositParserOperation.m ├── Earning.h ├── Earning.m ├── EditAccountView.xib ├── EditAccountViewController.h ├── EditAccountViewController.m ├── EditGroupsView.xib ├── EditGroupsViewController.h ├── EditGroupsViewController.m ├── EditPartnersView.xib ├── EditPartnersViewController.h ├── EditPartnersViewController.m ├── EditProductsView.xib ├── EditProductsViewController.h ├── EditProductsViewController.m ├── ErrorCodeValueTransformer.h ├── ErrorCodeValueTransformer.m ├── GraphHostingView.h ├── GraphHostingView.m ├── Group.h ├── Group.m ├── ImportView.xib ├── ImportViewController.h ├── ImportViewController.m ├── InternationalInfo.h ├── InternationalInfo.m ├── MGTemplateEngine │ ├── AppController.h │ ├── AppController.m │ ├── DeepMutableCopy.h │ ├── English.lproj │ │ ├── InfoPlist.strings │ │ └── MainMenu.xib │ ├── ICUTemplateMatcher.h │ ├── ICUTemplateMatcher.m │ ├── Info.plist │ ├── MGTemplateEngine.h │ ├── MGTemplateEngine.m │ ├── MGTemplateEngine.xcodeproj │ │ ├── TemplateIcon.icns │ │ └── project.pbxproj │ ├── MGTemplateEngine_Prefix.pch │ ├── MGTemplateFilter.h │ ├── MGTemplateMarker.h │ ├── MGTemplateStandardFilters.h │ ├── MGTemplateStandardFilters.m │ ├── MGTemplateStandardMarkers.h │ ├── MGTemplateStandardMarkers.m │ ├── NSArray_DeepMutableCopy.h │ ├── NSArray_DeepMutableCopy.m │ ├── NSDictionary_DeepMutableCopy.h │ ├── NSDictionary_DeepMutableCopy.m │ ├── README.md │ ├── Source Code License.rtf │ ├── Writing Filters.md │ ├── Writing Markers.md │ ├── Writing Matchers.md │ ├── main.m │ └── sample_template.txt ├── NSArray_DeepMutableCopy.h ├── NSArray_DeepMutableCopy.m ├── NSDictionary_DeepMutableCopy.h ├── NSDictionary_DeepMutableCopy.m ├── NSError+Reporting.h ├── NSError+Reporting.m ├── NSManagedObjectContext+FetchAdditions.h ├── NSManagedObjectContext+FetchAdditions.m ├── NSMutableDictionary+Settings.h ├── NSMutableDictionary+Settings.m ├── NSPersistentDocument+FileWrapperSupport.h ├── NSPersistentDocument+FileWrapperSupport.m ├── NSString+UUID.h ├── NSString+UUID.m ├── OutputViewController.h ├── OutputViewController.m ├── Partner.h ├── Partner.m ├── PlotInformation.h ├── PlotInformation.m ├── Product.h ├── Product.m ├── ProductEarningsChartOperation.h ├── ProductEarningsChartOperation.m ├── ProductEarningsChartViewController.h ├── ProductEarningsChartViewController.m ├── ProductEarningsReportOperation.h ├── ProductEarningsReportOperation.m ├── ProductEarningsReportViewController.h ├── ProductEarningsReportViewController.m ├── ProductSalesChartOperation.h ├── ProductSalesChartOperation.m ├── ProductSalesChartViewController.h ├── ProductSalesChartViewController.m ├── ProductSalesReportOperation.h ├── ProductSalesReportOperation.m ├── ProductSalesReportViewController.h ├── ProductSalesReportViewController.m ├── ProductsWindowController.h ├── ProductsWindowController.m ├── PurchaseWindowController.h ├── PurchaseWindowController.m ├── ReconcileReportViewController.h ├── ReconcileReportViewController.m ├── ReconcileView.xib ├── ReconcileViewController.h ├── ReconcileViewController.m ├── RegexKitLite │ ├── RegexKitLite.h │ └── RegexKitLite.m ├── Region.h ├── Region.m ├── RegionEarningsReportOperation.h ├── RegionEarningsReportOperation.m ├── RegionEarningsReportViewController.h ├── RegionEarningsReportViewController.m ├── RegionSalesChartOperation.h ├── RegionSalesChartOperation.m ├── RegionSalesChartViewController.h ├── RegionSalesChartViewController.m ├── RegionSalesReportOperation.h ├── RegionSalesReportOperation.m ├── RegionSalesReportViewController.h ├── RegionSalesReportViewController.m ├── RegistrationManager.h ├── RegistrationManager.m ├── ReportData.h ├── ReportData.m ├── ReportImporter.h ├── ReportImporter.m ├── ReportImporterOperation.h ├── ReportImporterOperation.m ├── ReportImporterProductOperation.h ├── ReportImporterProductOperation.m ├── ReportImporterRegionOperation.h ├── ReportImporterRegionOperation.m ├── ReportImporterSaleOperation.h ├── ReportImporterSaleOperation.m ├── ReportParser.h ├── ReportParser.m ├── ReportParserOperation.h ├── ReportParserOperation.m ├── ReportViewController.h ├── ReportViewController.m ├── Sale.h ├── Sale.m ├── SourceListOutlineView.h ├── SourceListOutlineView.m ├── SourceListView.xib ├── SourceListViewController.h ├── SourceListViewController.m ├── Sparkle 1.5b6 │ ├── Documentation.url │ ├── Extras │ │ ├── Graphics │ │ │ ├── Sparkle Icon.png │ │ │ └── Updates By Sparkle.psd │ │ ├── Release Notes Template │ │ │ ├── rnotes.css │ │ │ └── rnotes.html │ │ ├── Sample Appcast.xml │ │ ├── Signing Tools │ │ │ ├── generate_keys.rb │ │ │ └── sign_update.rb │ │ └── Source Code │ │ │ ├── Configurations │ │ │ ├── ConfigCommon.xcconfig │ │ │ ├── ConfigCommonDebug.xcconfig │ │ │ ├── ConfigCommonRelease.xcconfig │ │ │ ├── ConfigFramework.xcconfig │ │ │ ├── ConfigFrameworkDebug.xcconfig │ │ │ ├── ConfigFrameworkRelease.xcconfig │ │ │ ├── ConfigFrameworkReleaseGCSupport.xcconfig │ │ │ ├── ConfigRelaunch.xcconfig │ │ │ ├── ConfigRelaunchDebug.xcconfig │ │ │ ├── ConfigRelaunchRelease.xcconfig │ │ │ ├── ConfigTestApp.xcconfig │ │ │ ├── ConfigTestAppDebug.xcconfig │ │ │ └── ConfigTestAppRelease.xcconfig │ │ │ ├── Info.plist │ │ │ ├── License.txt │ │ │ ├── Makefile │ │ │ ├── NTSynchronousTask.h │ │ │ ├── NTSynchronousTask.m │ │ │ ├── Relaunch Tool-Info.plist │ │ │ ├── SUAppcast.h │ │ │ ├── SUAppcast.m │ │ │ ├── SUAppcastItem.h │ │ │ ├── SUAppcastItem.m │ │ │ ├── SUAutomaticUpdateAlert.h │ │ │ ├── SUAutomaticUpdateAlert.m │ │ │ ├── SUAutomaticUpdateDriver.h │ │ │ ├── SUAutomaticUpdateDriver.m │ │ │ ├── SUBasicUpdateDriver.h │ │ │ ├── SUBasicUpdateDriver.m │ │ │ ├── SUConstants.h │ │ │ ├── SUConstants.m │ │ │ ├── SUDSAVerifier.h │ │ │ ├── SUDSAVerifier.m │ │ │ ├── SUDiskImageUnarchiver.h │ │ │ ├── SUDiskImageUnarchiver.m │ │ │ ├── SUHost.h │ │ │ ├── SUHost.m │ │ │ ├── SUInstaller.h │ │ │ ├── SUInstaller.m │ │ │ ├── SUModelTranslation.plist │ │ │ ├── SUPackageInstaller.h │ │ │ ├── SUPackageInstaller.m │ │ │ ├── SUPipedUnarchiver.h │ │ │ ├── SUPipedUnarchiver.m │ │ │ ├── SUPlainInstaller.h │ │ │ ├── SUPlainInstaller.m │ │ │ ├── SUPlainInstallerInternals.h │ │ │ ├── SUPlainInstallerInternals.m │ │ │ ├── SUProbingUpdateDriver.h │ │ │ ├── SUProbingUpdateDriver.m │ │ │ ├── SUScheduledUpdateDriver.h │ │ │ ├── SUScheduledUpdateDriver.m │ │ │ ├── SUStandardVersionComparator.h │ │ │ ├── SUStandardVersionComparator.m │ │ │ ├── SUStatus.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ │ ├── SUStatusController.h │ │ │ ├── SUStatusController.m │ │ │ ├── SUSystemProfiler.h │ │ │ ├── SUSystemProfiler.m │ │ │ ├── SUUIBasedUpdateDriver.h │ │ │ ├── SUUIBasedUpdateDriver.m │ │ │ ├── SUUnarchiver.h │ │ │ ├── SUUnarchiver.m │ │ │ ├── SUUnarchiver_Private.h │ │ │ ├── SUUnarchiver_Private.m │ │ │ ├── SUUpdateAlert.h │ │ │ ├── SUUpdateAlert.m │ │ │ ├── SUUpdateDriver.h │ │ │ ├── SUUpdateDriver.m │ │ │ ├── SUUpdatePermissionPrompt.h │ │ │ ├── SUUpdatePermissionPrompt.m │ │ │ ├── SUUpdater.h │ │ │ ├── SUUpdater.m │ │ │ ├── SUUserInitiatedUpdateDriver.h │ │ │ ├── SUUserInitiatedUpdateDriver.m │ │ │ ├── SUVersionComparisonProtocol.h │ │ │ ├── SUWindowController.h │ │ │ ├── SUWindowController.m │ │ │ ├── Sparkle.h │ │ │ ├── Sparkle.icns │ │ │ ├── Sparkle.pch │ │ │ ├── Sparkle.xcodeproj │ │ │ ├── default.pbxuser │ │ │ ├── project.pbxproj │ │ │ └── xcuserdata │ │ │ │ └── craig.xcuserdatad │ │ │ │ └── xcschemes │ │ │ │ ├── Sparkle Test App.xcscheme │ │ │ │ ├── Sparkle.xcscheme │ │ │ │ ├── relaunch tool.xcscheme │ │ │ │ └── xcschememanagement.plist │ │ │ ├── Test Application │ │ │ ├── English.lproj │ │ │ │ ├── InfoPlist.strings │ │ │ │ └── MainMenu.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ ├── Test Application-Info.plist │ │ │ ├── dsa_priv.pem │ │ │ ├── dsa_pub.pem │ │ │ └── main.m │ │ │ ├── Tests │ │ │ ├── SUVersionComparisonTest.h │ │ │ ├── SUVersionComparisonTest.m │ │ │ └── Sparkle Unit Tests-Info.plist │ │ │ ├── build │ │ │ └── Sparkle.build │ │ │ │ └── Debug │ │ │ │ └── Sparkle Unit Tests.build │ │ │ │ ├── Sparkle Unit Tests-all-target-headers.hmap │ │ │ │ ├── Sparkle Unit Tests-generated-files.hmap │ │ │ │ ├── Sparkle Unit Tests-own-target-headers.hmap │ │ │ │ ├── Sparkle Unit Tests-project-headers.hmap │ │ │ │ └── Sparkle Unit Tests.hmap │ │ │ ├── ca.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── cs.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── cy.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── da.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── de.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ │ ├── el.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── en.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUStatus.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ │ ├── es.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ │ ├── fi.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── fr.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ │ ├── he.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── hu.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── id.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── is.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── it.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ │ ├── ja.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── ko.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── nl.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ │ ├── no.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── pl.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── pt.lproj │ │ │ └── Sparkle.strings │ │ │ ├── relaunch.m │ │ │ ├── ru.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ │ ├── sk.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── sv.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUStatus.strings │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.strings │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ │ ├── th.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── tr.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ ├── zh_CN.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ │ │ └── zh_TW.lproj │ │ │ ├── SUAutomaticUpdateAlert.strings │ │ │ ├── SUUpdateAlert.strings │ │ │ └── Sparkle.strings │ ├── License.txt │ ├── Release Notes.rtf │ ├── Sparkle Test App.app │ │ └── Contents │ │ │ ├── Frameworks │ │ │ └── Sparkle.framework │ │ │ │ ├── Headers │ │ │ │ ├── Resources │ │ │ │ ├── Sparkle │ │ │ │ └── Versions │ │ │ │ ├── A │ │ │ │ ├── Headers │ │ │ │ │ ├── SUAppcast.h │ │ │ │ │ ├── SUAppcastItem.h │ │ │ │ │ ├── SUUpdater.h │ │ │ │ │ ├── SUVersionComparisonProtocol.h │ │ │ │ │ └── Sparkle.h │ │ │ │ ├── Resources │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── License.txt │ │ │ │ │ ├── SUModelTranslation.plist │ │ │ │ │ ├── SUStatus.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── de.lproj │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── es.lproj │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── fr.lproj │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── fr_CA.lproj │ │ │ │ │ ├── it.lproj │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── nl.lproj │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── relaunch │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ └── sv.lproj │ │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ └── Sparkle │ │ │ │ └── Current │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── Sparkle Test App │ │ │ ├── PkgInfo │ │ │ └── Resources │ │ │ ├── English.lproj │ │ │ ├── InfoPlist.strings │ │ │ └── MainMenu.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── Sparkle.icns │ │ │ └── dsa_pub.pem │ ├── Sparkle.framework │ │ ├── Headers │ │ ├── Resources │ │ ├── Sparkle │ │ └── Versions │ │ │ ├── A │ │ │ ├── Headers │ │ │ │ ├── SUAppcast.h │ │ │ │ ├── SUAppcastItem.h │ │ │ │ ├── SUUpdater.h │ │ │ │ ├── SUVersionComparisonProtocol.h │ │ │ │ └── Sparkle.h │ │ │ ├── Resources │ │ │ │ ├── Info.plist │ │ │ │ ├── License.txt │ │ │ │ ├── SUModelTranslation.plist │ │ │ │ ├── SUStatus.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── de.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── en.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── es.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── Sparkle.strings │ │ │ │ │ └── fr.lproj │ │ │ │ ├── fr_CA.lproj │ │ │ │ ├── it.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── nl.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── relaunch │ │ │ │ ├── ru.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ │ ├── classes.nib │ │ │ │ │ │ ├── info.nib │ │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ └── sv.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ │ └── Sparkle.strings │ │ │ └── Sparkle │ │ │ └── Current │ └── With Garbage Collection │ │ └── Sparkle.framework │ │ ├── Headers │ │ ├── Resources │ │ ├── Sparkle │ │ └── Versions │ │ ├── A │ │ ├── Headers │ │ │ ├── SUAppcast.h │ │ │ ├── SUAppcastItem.h │ │ │ ├── SUUpdater.h │ │ │ ├── SUVersionComparisonProtocol.h │ │ │ └── Sparkle.h │ │ ├── Resources │ │ │ ├── Info.plist │ │ │ ├── License.txt │ │ │ ├── SUModelTranslation.plist │ │ │ ├── SUStatus.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── de.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── en.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── es.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── fr.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── fr_CA.lproj │ │ │ ├── it.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── nl.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── relaunch │ │ │ ├── ru.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ │ └── Sparkle.strings │ │ │ └── sv.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ │ └── Sparkle.strings │ │ └── Sparkle │ │ └── Current ├── Split.h ├── Split.m ├── SplitCollectionViewItem.h ├── SplitCollectionViewItem.m ├── SplitEditView.h ├── SplitEditView.m ├── TableViewController.h └── TableViewController.m ├── CorePlot.framework ├── .DS_Store ├── CorePlot ├── Headers ├── Modules ├── PrivateHeaders ├── Resources └── Versions │ ├── .DS_Store │ ├── A │ ├── CorePlot │ ├── Headers │ │ ├── CPTAnimation.h │ │ ├── CPTAnimationOperation.h │ │ ├── CPTAnimationPeriod.h │ │ ├── CPTAnnotation.h │ │ ├── CPTAnnotationHostLayer.h │ │ ├── CPTAxis.h │ │ ├── CPTAxisLabel.h │ │ ├── CPTAxisSet.h │ │ ├── CPTAxisTitle.h │ │ ├── CPTBarPlot.h │ │ ├── CPTBorderedLayer.h │ │ ├── CPTCalendarFormatter.h │ │ ├── CPTColor.h │ │ ├── CPTColorSpace.h │ │ ├── CPTConstraints.h │ │ ├── CPTDecimalNumberValueTransformer.h │ │ ├── CPTDefinitions.h │ │ ├── CPTExceptions.h │ │ ├── CPTFill.h │ │ ├── CPTFunctionDataSource.h │ │ ├── CPTGradient.h │ │ ├── CPTGraph.h │ │ ├── CPTGraphHostingView.h │ │ ├── CPTImage.h │ │ ├── CPTLayer.h │ │ ├── CPTLayerAnnotation.h │ │ ├── CPTLegend.h │ │ ├── CPTLegendEntry.h │ │ ├── CPTLimitBand.h │ │ ├── CPTLineCap.h │ │ ├── CPTLineStyle.h │ │ ├── CPTMutableLineStyle.h │ │ ├── CPTMutableNumericData+TypeConversion.h │ │ ├── CPTMutableNumericData.h │ │ ├── CPTMutablePlotRange.h │ │ ├── CPTMutableShadow.h │ │ ├── CPTMutableTextStyle.h │ │ ├── CPTNumericData+TypeConversion.h │ │ ├── CPTNumericData.h │ │ ├── CPTNumericDataType.h │ │ ├── CPTPathExtensions.h │ │ ├── CPTPieChart.h │ │ ├── CPTPlatformSpecificCategories.h │ │ ├── CPTPlatformSpecificDefines.h │ │ ├── CPTPlatformSpecificFunctions.h │ │ ├── CPTPlot.h │ │ ├── CPTPlotArea.h │ │ ├── CPTPlotAreaFrame.h │ │ ├── CPTPlotRange.h │ │ ├── CPTPlotSpace.h │ │ ├── CPTPlotSpaceAnnotation.h │ │ ├── CPTPlotSymbol.h │ │ ├── CPTRangePlot.h │ │ ├── CPTResponder.h │ │ ├── CPTScatterPlot.h │ │ ├── CPTShadow.h │ │ ├── CPTTextLayer.h │ │ ├── CPTTextStyle.h │ │ ├── CPTTextStylePlatformSpecific.h │ │ ├── CPTTheme.h │ │ ├── CPTTimeFormatter.h │ │ ├── CPTTradingRangePlot.h │ │ ├── CPTUtilities.h │ │ ├── CPTXYAxis.h │ │ ├── CPTXYAxisSet.h │ │ ├── CPTXYGraph.h │ │ ├── CPTXYPlotSpace.h │ │ └── CorePlot.h │ ├── Modules │ │ └── module.modulemap │ ├── PrivateHeaders │ │ ├── CPTAxisLabelGroup.h │ │ ├── CPTGridLineGroup.h │ │ ├── CPTGridLines.h │ │ ├── CPTPlotGroup.h │ │ ├── NSCoderExtensions.h │ │ ├── NSDecimalNumberExtensions.h │ │ ├── NSNumberExtensions.h │ │ ├── _CPTConstraintsFixed.h │ │ ├── _CPTConstraintsRelative.h │ │ ├── _CPTDarkGradientTheme.h │ │ ├── _CPTFillColor.h │ │ ├── _CPTFillGradient.h │ │ ├── _CPTFillImage.h │ │ ├── _CPTPlainBlackTheme.h │ │ ├── _CPTPlainWhiteTheme.h │ │ ├── _CPTSlateTheme.h │ │ ├── _CPTStocksTheme.h │ │ └── _CPTXYTheme.h │ ├── Resources │ │ ├── Info.plist │ │ ├── License.txt │ │ └── en.lproj │ │ │ └── InfoPlist.strings │ └── _CodeSignature │ │ └── CodeResources │ └── Current ├── CorePlot ├── .gitattributes ├── .github │ ├── CONTRIBUTING.md │ └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── .hgignore ├── .travis.yml ├── CorePlot-latest.podspec ├── CorePlot.podspec ├── License.txt ├── QCPlugin │ ├── Base.lproj │ │ ├── Info.plist │ │ └── Settings.xib │ ├── CPTBarPlotPlugin.h │ ├── CPTBarPlotPlugin.m │ ├── CPTPieChartPlugin.h │ ├── CPTPieChartPlugin.m │ ├── CPTScatterPlotPlugin.h │ ├── CPTScatterPlotPlugin.m │ ├── Compositions │ │ ├── Bar Chart.qtz │ │ ├── Layers.qtz │ │ ├── Pie Chart.qtz │ │ └── Scatter Plot.qtz │ ├── CorePlotQCPlugin.h │ ├── CorePlotQCPlugin.m │ ├── CorePlotQCPlugin.xcodeproj │ │ ├── TemplateIcon.icns │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ ├── Build & Copy.xcscheme │ │ │ └── CorePlotQCPlugin.xcscheme │ └── CorePlotQCPlugin_Prefix.pch ├── README.md ├── READMEs │ ├── README for Docs Install.md │ └── README for Static Library Install.md ├── documentation │ ├── Anatomy of a Graph.graffle │ │ ├── data.plist │ │ └── image1.pdf │ ├── Classes.graffle │ │ ├── data.plist │ │ └── image1.png │ ├── Drawing order.markdown │ ├── Objects and Layers.graffle │ │ ├── data.plist │ │ └── image1.png │ ├── axis ranges.png │ ├── changelog.markdown │ ├── core-plot-logo.png │ ├── doxygen │ │ ├── DoxygenLayout.xml │ │ ├── doxygen touch.config │ │ ├── doxygen-cocoa-tags.xml │ │ ├── doxygen-cocoa-touch-tags.xml │ │ ├── doxygen.config │ │ └── icon.png │ └── images │ │ ├── AAPLot.png │ │ ├── CPTTestApp-iPad landscape.png │ │ ├── CPTTestApp-iPad portrait.png │ │ ├── CPTTestApp.png │ │ ├── Candlestick Plot.png │ │ ├── ClassDiagram.png │ │ ├── Colored Bar Chart.png │ │ ├── Curved Scatter Plot.png │ │ ├── Donut Chart.png │ │ ├── DropPlot.png │ │ ├── Function Graph.png │ │ ├── GraphAnatomy.png │ │ ├── Math Function Plot.png │ │ ├── OHLC Plot.png │ │ ├── ObjectAndLayerDiagram.png │ │ ├── Pie Chart.png │ │ ├── Range Plot.png │ │ └── Vertical Bar Chart.png ├── examples │ ├── CPTTestApp-iPad │ │ ├── Base.lproj │ │ │ ├── CPTTestApp_iPad-Info.plist │ │ │ ├── CPTTestApp_iPadViewController.xib │ │ │ ├── Launch Screen.xib │ │ │ └── MainWindow.xib │ │ ├── CPTTestApp-iPad.xcodeproj │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── CPTTestApp-iPad.xcscheme │ │ ├── CPTTestApp-iPad │ │ │ └── Images.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon-72.png │ │ │ │ ├── Icon-72@2x.png │ │ │ │ ├── Icon-76.png │ │ │ │ ├── Icon-76@2x.png │ │ │ │ ├── Icon-Small-50.png │ │ │ │ ├── Icon-Small-50@2x.png │ │ │ │ ├── Icon-Small.png │ │ │ │ ├── Icon-Small@2x.png │ │ │ │ ├── Icon-Spotlight-40.png │ │ │ │ ├── Icon-Spotlight-40@2x.png │ │ │ │ ├── Icon-iPadPro@2x.png │ │ │ │ └── iTunesArtwork.png │ │ │ │ └── LaunchImage.launchimage │ │ │ │ └── Contents.json │ │ ├── CPTTestApp_iPad_Prefix.pch │ │ ├── Classes │ │ │ ├── CPTTestApp_iPadAppDelegate.h │ │ │ ├── CPTTestApp_iPadAppDelegate.m │ │ │ ├── CPTTestApp_iPadViewController.h │ │ │ └── CPTTestApp_iPadViewController.m │ │ ├── CorePlotIcon.png │ │ ├── CorePlotIcon@2x.png │ │ └── main.m │ ├── CPTTestApp-iPhone │ │ ├── Base.lproj │ │ │ ├── BarChart.xib │ │ │ ├── Info.plist │ │ │ ├── Launch Screen.xib │ │ │ ├── MainWindow.xib │ │ │ ├── PieChart.xib │ │ │ └── ScatterPlot.xib │ │ ├── BlueTexture.png │ │ ├── CPTTestApp-iPhone-Bridging-Header.h │ │ ├── CPTTestApp-iPhone.xcodeproj │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── CPTTestApp-iPhone.xcscheme │ │ ├── CPTTestApp-iPhone │ │ │ └── Images.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon-60@2x.png │ │ │ │ ├── Icon-60@3x.png │ │ │ │ ├── Icon-Small.png │ │ │ │ ├── Icon-Small@2x.png │ │ │ │ ├── Icon-Spotlight-40@2x.png │ │ │ │ ├── Icon.png │ │ │ │ ├── Icon@2x.png │ │ │ │ └── iTunesArtwork.png │ │ │ │ └── Contents.json │ │ ├── Classes │ │ │ ├── BarChartController.swift │ │ │ ├── PieChartController.swift │ │ │ ├── ScatterPlotController.swift │ │ │ └── iPhoneAppDelegate.swift │ │ └── GlyphishIcons │ │ │ ├── 16-line-chart.png │ │ │ ├── 17-bar-chart.png │ │ │ ├── 62-contrast.png │ │ │ └── Read me first - license.txt │ ├── CPTTestApp │ │ ├── Base.lproj │ │ │ └── Info.plist │ │ ├── CPTTestApp.xcodeproj │ │ │ ├── TemplateIcon.icns │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── CPTTestApp.xcscheme │ │ ├── CPTTestApp │ │ │ └── Images.xcassets │ │ │ │ └── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon_128x128.png │ │ │ │ ├── Icon_128x128@2x.png │ │ │ │ ├── Icon_16x16.png │ │ │ │ ├── Icon_16x16@2x.png │ │ │ │ ├── Icon_256x256.png │ │ │ │ ├── Icon_256x256@2x.png │ │ │ │ ├── Icon_32x32.png │ │ │ │ ├── Icon_32x32@2x.png │ │ │ │ ├── Icon_512x512.png │ │ │ │ └── Icon_512x512@2x.png │ │ ├── CPTTestApp_Prefix.pch │ │ ├── Resources │ │ │ └── Base.lproj │ │ │ │ ├── AxisDemo.xib │ │ │ │ ├── CPTTestApp.xib │ │ │ │ ├── PlotSymbolDemo.xib │ │ │ │ └── SelectionDemo.xib │ │ ├── Source │ │ │ ├── AxisDemoController.h │ │ │ ├── AxisDemoController.m │ │ │ ├── CPTPlotSymbolTestController.h │ │ │ ├── CPTPlotSymbolTestController.m │ │ │ ├── Controller.h │ │ │ ├── Controller.m │ │ │ ├── RotationView.h │ │ │ ├── RotationView.m │ │ │ ├── SelectionDemoController.h │ │ │ ├── SelectionDemoController.m │ │ │ └── main.m │ │ └── en.lproj │ │ │ └── InfoPlist.strings │ ├── CorePlotExamples.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── WorkspaceSettings.xcsettings │ ├── CorePlotGallery │ │ ├── Base.lproj │ │ │ ├── Plot_Gallery_Mac-Info.plist │ │ │ ├── Plot_Gallery_iOS-Info.plist │ │ │ └── Plot_Gallery_tvOS-Info.plist │ │ ├── Plot Gallery-Mac │ │ │ ├── Images.xcassets │ │ │ │ └── AppIcon.appiconset │ │ │ │ │ ├── Contents.json │ │ │ │ │ ├── Icon_128x128.png │ │ │ │ │ ├── Icon_128x128@2x.png │ │ │ │ │ ├── Icon_16x16.png │ │ │ │ │ ├── Icon_16x16@2x.png │ │ │ │ │ ├── Icon_256x256.png │ │ │ │ │ ├── Icon_256x256@2x.png │ │ │ │ │ ├── Icon_32x32.png │ │ │ │ │ ├── Icon_32x32@2x.png │ │ │ │ │ ├── Icon_512x512.png │ │ │ │ │ └── Icon_512x512@2x.png │ │ │ └── PlotViewItem.xib │ │ ├── Plot Gallery-iOS │ │ │ └── Images.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon-60@2x.png │ │ │ │ ├── Icon-60@3x.png │ │ │ │ ├── Icon-72.png │ │ │ │ ├── Icon-72@2x.png │ │ │ │ ├── Icon-76.png │ │ │ │ ├── Icon-76@2x.png │ │ │ │ ├── Icon-Small-50.png │ │ │ │ ├── Icon-Small-50@2x.png │ │ │ │ ├── Icon-Small.png │ │ │ │ ├── Icon-Small@2x.png │ │ │ │ ├── Icon-Small@3x.png │ │ │ │ ├── Icon-Spotlight-40.png │ │ │ │ ├── Icon-Spotlight-40@2x.png │ │ │ │ ├── Icon-Spotlight-40@3x.png │ │ │ │ ├── Icon-iPadPro@2x.png │ │ │ │ ├── Icon.png │ │ │ │ ├── Icon@2x.png │ │ │ │ └── iTunesArtwork.png │ │ │ │ ├── Contents.json │ │ │ │ └── LaunchImage.launchimage │ │ │ │ └── Contents.json │ │ ├── Plot Gallery-tvOS │ │ │ └── Assets.xcassets │ │ │ │ ├── App Icon & Top Shelf Image.brandassets │ │ │ │ ├── App Icon - Large.imagestack │ │ │ │ │ ├── Back.imagestacklayer │ │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── PlotGalleryLargeIconBack.png │ │ │ │ │ │ └── Contents.json │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── Front.imagestacklayer │ │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ └── PlotGalleryLargeIconFront.png │ │ │ │ │ │ └── Contents.json │ │ │ │ ├── App Icon - Small.imagestack │ │ │ │ │ ├── Back.imagestacklayer │ │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ └── PlotGallerySmallIconBack.png │ │ │ │ │ │ └── Contents.json │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── Front.imagestacklayer │ │ │ │ │ │ ├── Content.imageset │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ └── PlotGallerySmallIconFront.png │ │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ ├── Top Shelf Image Wide.imageset │ │ │ │ │ └── Contents.json │ │ │ │ └── Top Shelf Image.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── PlotGalleryTopShelf.png │ │ │ │ ├── Contents.json │ │ │ │ └── LaunchImage.launchimage │ │ │ │ ├── Contents.json │ │ │ │ └── LaunchImage.png │ │ ├── Plot_Gallery.xcodeproj │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ ├── Plot Gallery-Mac.xcscheme │ │ │ │ ├── Plot Gallery-iOS.xcscheme │ │ │ │ └── Plot Gallery-tvOS.xcscheme │ │ ├── Plot_Gallery_Prefix.pch │ │ ├── README.md │ │ ├── img │ │ │ ├── BlueBackground.sketch │ │ │ │ ├── Data │ │ │ │ ├── QuickLook │ │ │ │ │ ├── Preview.png │ │ │ │ │ └── Thumbnail.png │ │ │ │ ├── metadata │ │ │ │ └── version │ │ │ ├── Images.xcassets │ │ │ │ ├── BlueBackground.imageset │ │ │ │ │ ├── BlueBackground.png │ │ │ │ │ ├── BlueBackground@2x.png │ │ │ │ │ ├── BlueBackground@3x.png │ │ │ │ │ └── Contents.json │ │ │ │ └── Checkerboard.imageset │ │ │ │ │ ├── Checkerboard.png │ │ │ │ │ ├── Checkerboard@2x.png │ │ │ │ │ ├── Checkerboard@3x.png │ │ │ │ │ └── Contents.json │ │ │ └── PlotGallery.png │ │ └── src │ │ │ ├── ios │ │ │ ├── AppDelegate.h │ │ │ ├── AppDelegate.m │ │ │ ├── Base.lproj │ │ │ │ ├── Launch Screen.xib │ │ │ │ └── Main.storyboard │ │ │ ├── DetailViewController.h │ │ │ ├── DetailViewController.m │ │ │ ├── RootViewController.h │ │ │ ├── RootViewController.m │ │ │ ├── ThemeTableViewController.h │ │ │ ├── ThemeTableViewController.m │ │ │ └── main.m │ │ │ ├── mac │ │ │ ├── Base.lproj │ │ │ │ ├── Icon.icns │ │ │ │ └── MainMenu.xib │ │ │ ├── PlotGalleryController.h │ │ │ ├── PlotGalleryController.m │ │ │ ├── PlotView.h │ │ │ ├── PlotView.m │ │ │ ├── PlotViewItem.h │ │ │ ├── PlotViewItem.m │ │ │ ├── Plot_Gallery_MacAppDelegate.h │ │ │ ├── Plot_Gallery_MacAppDelegate.m │ │ │ ├── en.lproj │ │ │ │ ├── InfoPlist.strings │ │ │ │ └── MainMenu.strings │ │ │ └── main.m │ │ │ ├── plots │ │ │ ├── AxisDemo.h │ │ │ ├── AxisDemo.m │ │ │ ├── CandlestickPlot.h │ │ │ ├── CandlestickPlot.m │ │ │ ├── ColoredBarChart.h │ │ │ ├── ColoredBarChart.m │ │ │ ├── CompositePlot.h │ │ │ ├── CompositePlot.m │ │ │ ├── ControlChart.h │ │ │ ├── ControlChart.m │ │ │ ├── CurvedInterpolationDemo.h │ │ │ ├── CurvedInterpolationDemo.m │ │ │ ├── CurvedScatterPlot.h │ │ │ ├── CurvedScatterPlot.m │ │ │ ├── DatePlot.h │ │ │ ├── DatePlot.m │ │ │ ├── DonutChart.h │ │ │ ├── DonutChart.m │ │ │ ├── FunctionPlot.h │ │ │ ├── FunctionPlot.m │ │ │ ├── GradientScatterPlot.h │ │ │ ├── GradientScatterPlot.m │ │ │ ├── ImageDemo.h │ │ │ ├── ImageDemo.m │ │ │ ├── LabelingPolicyDemo.h │ │ │ ├── LabelingPolicyDemo.m │ │ │ ├── LineCapDemo.h │ │ │ ├── LineCapDemo.m │ │ │ ├── OHLCPlot.h │ │ │ ├── OHLCPlot.m │ │ │ ├── PlotSpaceDemo.h │ │ │ ├── PlotSpaceDemo.m │ │ │ ├── RangePlot.h │ │ │ ├── RangePlot.m │ │ │ ├── RealTimePlot.h │ │ │ ├── RealTimePlot.m │ │ │ ├── SimplePieChart.h │ │ │ ├── SimplePieChart.m │ │ │ ├── SimpleScatterPlot.h │ │ │ ├── SimpleScatterPlot.m │ │ │ ├── SteppedScatterPlot.h │ │ │ ├── SteppedScatterPlot.m │ │ │ ├── VerticalBarChart.h │ │ │ └── VerticalBarChart.m │ │ │ ├── shared │ │ │ ├── PiNumberFormatter.h │ │ │ ├── PiNumberFormatter.m │ │ │ ├── PlotGallery.h │ │ │ ├── PlotGallery.m │ │ │ ├── PlotItem.h │ │ │ └── PlotItem.m │ │ │ └── tvOS │ │ │ ├── AppDelegateTV.h │ │ │ ├── AppDelegateTV.m │ │ │ ├── Base.lproj │ │ │ └── Main.storyboard │ │ │ ├── DetailViewControllerTV.h │ │ │ ├── DetailViewControllerTV.m │ │ │ ├── RootViewControllerTV.h │ │ │ ├── RootViewControllerTV.m │ │ │ ├── ThemeTableViewControllerTV.h │ │ │ ├── ThemeTableViewControllerTV.m │ │ │ └── main.m │ ├── DatePlot │ │ ├── Base.lproj │ │ │ ├── DatePlot.xib │ │ │ └── Info.plist │ │ ├── DatePlot.png │ │ ├── DatePlot.xcodeproj │ │ │ ├── TemplateIcon.icns │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── DatePlot.xcscheme │ │ ├── DatePlot │ │ │ └── Images.xcassets │ │ │ │ └── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon_128x128.png │ │ │ │ ├── Icon_128x128@2x.png │ │ │ │ ├── Icon_16x16.png │ │ │ │ ├── Icon_16x16@2x.png │ │ │ │ ├── Icon_256x256.png │ │ │ │ ├── Icon_256x256@2x.png │ │ │ │ ├── Icon_32x32.png │ │ │ │ ├── Icon_32x32@2x.png │ │ │ │ ├── Icon_512x512.png │ │ │ │ └── Icon_512x512@2x.png │ │ ├── Source │ │ │ ├── AppDelegate.swift │ │ │ └── DateController.swift │ │ └── en.lproj │ │ │ └── InfoPlist.strings │ ├── DropPlot │ │ ├── Base.lproj │ │ │ ├── CPTPlotDocument.xib │ │ │ ├── Info.plist │ │ │ └── MainMenu.xib │ │ ├── CPTPlotDocument.h │ │ ├── CPTPlotDocument.m │ │ ├── DropPlot.png │ │ ├── DropPlot.xcodeproj │ │ │ ├── TemplateIcon.icns │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── DropPlot.xcscheme │ │ ├── DropPlot │ │ │ └── Images.xcassets │ │ │ │ └── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon_128x128.png │ │ │ │ ├── Icon_128x128@2x.png │ │ │ │ ├── Icon_16x16.png │ │ │ │ ├── Icon_16x16@2x.png │ │ │ │ ├── Icon_256x256.png │ │ │ │ ├── Icon_256x256@2x.png │ │ │ │ ├── Icon_32x32.png │ │ │ │ ├── Icon_32x32@2x.png │ │ │ │ ├── Icon_512x512.png │ │ │ │ └── Icon_512x512@2x.png │ │ ├── DropPlot_Prefix.pch │ │ ├── NSString+ParseCSV.h │ │ ├── NSString+ParseCSV.m │ │ ├── SampleCSVFiles │ │ │ └── piezoresonance.csv │ │ ├── en.lproj │ │ │ ├── Credits.rtf │ │ │ └── InfoPlist.strings │ │ └── main.m │ ├── MinorTickLabels │ │ ├── Base.lproj │ │ │ ├── Info.plist │ │ │ └── minorTickFormatter.xib │ │ ├── Controller.h │ │ ├── Controller.m │ │ ├── MinorTickFormatter.png │ │ ├── Source │ │ │ └── main.m │ │ ├── en.lproj │ │ │ └── InfoPlist.strings │ │ ├── minorTickFormatter.xcodeproj │ │ │ ├── TemplateIcon.icns │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace │ │ │ │ └── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── minorTickFormatter.xcscheme │ │ ├── minorTickFormatter │ │ │ └── Images.xcassets │ │ │ │ └── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon_128x128.png │ │ │ │ ├── Icon_128x128@2x.png │ │ │ │ ├── Icon_16x16.png │ │ │ │ ├── Icon_16x16@2x.png │ │ │ │ ├── Icon_256x256.png │ │ │ │ ├── Icon_256x256@2x.png │ │ │ │ ├── Icon_32x32.png │ │ │ │ ├── Icon_32x32@2x.png │ │ │ │ ├── Icon_512x512.png │ │ │ │ └── Icon_512x512@2x.png │ │ └── minorTickFormatter_Prefix.pch │ └── RangePlot │ │ ├── Base.lproj │ │ ├── Info.plist │ │ └── RangePlot.xib │ │ ├── Controller.h │ │ ├── Controller.m │ │ ├── RangePlot.png │ │ ├── RangePlot.xcodeproj │ │ ├── TemplateIcon.icns │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── RangePlot.xcscheme │ │ ├── RangePlot │ │ └── Images.xcassets │ │ │ └── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon_128x128.png │ │ │ ├── Icon_128x128@2x.png │ │ │ ├── Icon_16x16.png │ │ │ ├── Icon_16x16@2x.png │ │ │ ├── Icon_256x256.png │ │ │ ├── Icon_256x256@2x.png │ │ │ ├── Icon_32x32.png │ │ │ ├── Icon_32x32@2x.png │ │ │ ├── Icon_512x512.png │ │ │ └── Icon_512x512@2x.png │ │ ├── RangePlot_Prefix.pch │ │ ├── Source │ │ └── main.m │ │ └── en.lproj │ │ └── InfoPlist.strings ├── framework │ ├── CocoaPods │ │ └── CorePlot.h │ ├── CorePlot-CocoaTouch.h │ ├── CorePlot.h │ ├── CorePlot.xcodeproj │ │ ├── TemplateIcon.icns │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── WorkspaceSettings.xcsettings │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ ├── CorePlot Mac.xcscheme │ │ │ ├── CorePlot iOS.xcscheme │ │ │ ├── CorePlot tvOS.xcscheme │ │ │ ├── CorePlot-CocoaTouch.xcscheme │ │ │ ├── Documentation-Mac.xcscheme │ │ │ ├── Documentation-iOS.xcscheme │ │ │ ├── Universal Library.xcscheme │ │ │ ├── Universal iOS Framework.xcscheme │ │ │ └── Universal tvOS Framework.xcscheme │ ├── CorePlot_Prefix.pch │ ├── Info │ │ └── Base.lproj │ │ │ ├── CorePlot-CocoaTouch-Info.plist │ │ │ ├── CorePlot-CocoaTouchTests-Info.plist │ │ │ ├── CorePlot-Info.plist │ │ │ ├── CorePlot-iOS-Info.plist │ │ │ ├── CorePlot-iOSTests-Info.plist │ │ │ ├── CorePlot-tvOS-Info.plist │ │ │ ├── CorePlot-tvOSTests-Info.plist │ │ │ └── CorePlotTests-Info.plist │ ├── MacOnly │ │ ├── CPTDecimalNumberValueTransformer.h │ │ ├── CPTDecimalNumberValueTransformer.m │ │ ├── CPTGraphHostingView.h │ │ ├── CPTGraphHostingView.m │ │ ├── CPTImagePlatformSpecific.m │ │ ├── CPTPlatformSpecificCategories.h │ │ ├── CPTPlatformSpecificCategories.m │ │ ├── CPTPlatformSpecificDefines.h │ │ ├── CPTPlatformSpecificDefines.m │ │ ├── CPTPlatformSpecificFunctions.h │ │ ├── CPTPlatformSpecificFunctions.m │ │ ├── CPTTextStylePlatformSpecific.h │ │ └── CPTTextStylePlatformSpecific.m │ ├── Source │ │ ├── CPTAnimation.h │ │ ├── CPTAnimation.m │ │ ├── CPTAnimationOperation.h │ │ ├── CPTAnimationOperation.m │ │ ├── CPTAnimationPeriod.h │ │ ├── CPTAnimationPeriod.m │ │ ├── CPTAnnotation.h │ │ ├── CPTAnnotation.m │ │ ├── CPTAnnotationHostLayer.h │ │ ├── CPTAnnotationHostLayer.m │ │ ├── CPTAxis.h │ │ ├── CPTAxis.m │ │ ├── CPTAxisLabel.h │ │ ├── CPTAxisLabel.m │ │ ├── CPTAxisLabelGroup.h │ │ ├── CPTAxisLabelGroup.m │ │ ├── CPTAxisLabelTests.h │ │ ├── CPTAxisLabelTests.m │ │ ├── CPTAxisSet.h │ │ ├── CPTAxisSet.m │ │ ├── CPTAxisTitle.h │ │ ├── CPTAxisTitle.m │ │ ├── CPTBarPlot.h │ │ ├── CPTBarPlot.m │ │ ├── CPTBorderedLayer.h │ │ ├── CPTBorderedLayer.m │ │ ├── CPTCalendarFormatter.h │ │ ├── CPTCalendarFormatter.m │ │ ├── CPTCalendarFormatterTests.h │ │ ├── CPTCalendarFormatterTests.m │ │ ├── CPTColor.h │ │ ├── CPTColor.m │ │ ├── CPTColorSpace.h │ │ ├── CPTColorSpace.m │ │ ├── CPTColorSpaceTests.h │ │ ├── CPTColorSpaceTests.m │ │ ├── CPTColorTests.h │ │ ├── CPTColorTests.m │ │ ├── CPTConstraints.h │ │ ├── CPTConstraints.m │ │ ├── CPTDarkGradientThemeTests.h │ │ ├── CPTDarkGradientThemeTests.m │ │ ├── CPTDataSourceTestCase.h │ │ ├── CPTDataSourceTestCase.m │ │ ├── CPTDebugQuickLook.h │ │ ├── CPTDefinitions.h │ │ ├── CPTDefinitions.m │ │ ├── CPTDerivedXYGraph.h │ │ ├── CPTDerivedXYGraph.m │ │ ├── CPTExceptions.h │ │ ├── CPTExceptions.m │ │ ├── CPTFill.h │ │ ├── CPTFill.m │ │ ├── CPTFillTests.h │ │ ├── CPTFillTests.m │ │ ├── CPTFunctionDataSource.h │ │ ├── CPTFunctionDataSource.m │ │ ├── CPTGradient.h │ │ ├── CPTGradient.m │ │ ├── CPTGradientTests.h │ │ ├── CPTGradientTests.m │ │ ├── CPTGraph.h │ │ ├── CPTGraph.m │ │ ├── CPTGridLineGroup.h │ │ ├── CPTGridLineGroup.m │ │ ├── CPTGridLines.h │ │ ├── CPTGridLines.m │ │ ├── CPTImage.h │ │ ├── CPTImage.m │ │ ├── CPTImageTests.h │ │ ├── CPTImageTests.m │ │ ├── CPTLayer.h │ │ ├── CPTLayer.m │ │ ├── CPTLayerAnnotation.h │ │ ├── CPTLayerAnnotation.m │ │ ├── CPTLayerTests.h │ │ ├── CPTLayerTests.m │ │ ├── CPTLegend.h │ │ ├── CPTLegend.m │ │ ├── CPTLegendEntry.h │ │ ├── CPTLegendEntry.m │ │ ├── CPTLimitBand.h │ │ ├── CPTLimitBand.m │ │ ├── CPTLineCap.h │ │ ├── CPTLineCap.m │ │ ├── CPTLineStyle.h │ │ ├── CPTLineStyle.m │ │ ├── CPTLineStyleTests.h │ │ ├── CPTLineStyleTests.m │ │ ├── CPTMutableLineStyle.h │ │ ├── CPTMutableLineStyle.m │ │ ├── CPTMutableNumericData+TypeConversion.h │ │ ├── CPTMutableNumericData+TypeConversion.m │ │ ├── CPTMutableNumericData.h │ │ ├── CPTMutableNumericData.m │ │ ├── CPTMutableNumericDataTests.h │ │ ├── CPTMutableNumericDataTests.m │ │ ├── CPTMutableNumericDataTypeConversionTests.h │ │ ├── CPTMutableNumericDataTypeConversionTests.m │ │ ├── CPTMutablePlotRange.h │ │ ├── CPTMutablePlotRange.m │ │ ├── CPTMutableShadow.h │ │ ├── CPTMutableShadow.m │ │ ├── CPTMutableTextStyle.h │ │ ├── CPTMutableTextStyle.m │ │ ├── CPTNumericData+TypeConversion.h │ │ ├── CPTNumericData+TypeConversion.m │ │ ├── CPTNumericData+TypeConversions_Generation.py │ │ ├── CPTNumericData.h │ │ ├── CPTNumericData.m │ │ ├── CPTNumericDataTests.h │ │ ├── CPTNumericDataTests.m │ │ ├── CPTNumericDataType.h │ │ ├── CPTNumericDataType.m │ │ ├── CPTNumericDataTypeConversionPerformanceTests.h │ │ ├── CPTNumericDataTypeConversionPerformanceTests.m │ │ ├── CPTNumericDataTypeConversionTests.h │ │ ├── CPTNumericDataTypeConversionTests.m │ │ ├── CPTPathExtensions.h │ │ ├── CPTPathExtensions.m │ │ ├── CPTPieChart.h │ │ ├── CPTPieChart.m │ │ ├── CPTPlot.h │ │ ├── CPTPlot.m │ │ ├── CPTPlotArea.h │ │ ├── CPTPlotArea.m │ │ ├── CPTPlotAreaFrame.h │ │ ├── CPTPlotAreaFrame.m │ │ ├── CPTPlotGroup.h │ │ ├── CPTPlotGroup.m │ │ ├── CPTPlotRange.h │ │ ├── CPTPlotRange.m │ │ ├── CPTPlotRangeTests.h │ │ ├── CPTPlotRangeTests.m │ │ ├── CPTPlotSpace.h │ │ ├── CPTPlotSpace.m │ │ ├── CPTPlotSpaceAnnotation.h │ │ ├── CPTPlotSpaceAnnotation.m │ │ ├── CPTPlotSpaceTests.h │ │ ├── CPTPlotSpaceTests.m │ │ ├── CPTPlotSymbol.h │ │ ├── CPTPlotSymbol.m │ │ ├── CPTRangePlot.h │ │ ├── CPTRangePlot.m │ │ ├── CPTResponder.h │ │ ├── CPTScatterPlot.h │ │ ├── CPTScatterPlot.m │ │ ├── CPTScatterPlotTests.h │ │ ├── CPTScatterPlotTests.m │ │ ├── CPTShadow.h │ │ ├── CPTShadow.m │ │ ├── CPTTestCase.h │ │ ├── CPTTestCase.m │ │ ├── CPTTextLayer.h │ │ ├── CPTTextLayer.m │ │ ├── CPTTextStyle.h │ │ ├── CPTTextStyle.m │ │ ├── CPTTextStyleTests.h │ │ ├── CPTTextStyleTests.m │ │ ├── CPTTheme.h │ │ ├── CPTTheme.m │ │ ├── CPTThemeTests.h │ │ ├── CPTThemeTests.m │ │ ├── CPTTimeFormatter.h │ │ ├── CPTTimeFormatter.m │ │ ├── CPTTimeFormatterTests.h │ │ ├── CPTTimeFormatterTests.m │ │ ├── CPTTradingRangePlot.h │ │ ├── CPTTradingRangePlot.m │ │ ├── CPTUtilities.h │ │ ├── CPTUtilities.m │ │ ├── CPTUtilitiesTests.h │ │ ├── CPTUtilitiesTests.m │ │ ├── CPTXYAxis.h │ │ ├── CPTXYAxis.m │ │ ├── CPTXYAxisSet.h │ │ ├── CPTXYAxisSet.m │ │ ├── CPTXYGraph.h │ │ ├── CPTXYGraph.m │ │ ├── CPTXYPlotSpace.h │ │ ├── CPTXYPlotSpace.m │ │ ├── CPTXYPlotSpaceTests.h │ │ ├── CPTXYPlotSpaceTests.m │ │ ├── NSCoderExtensions.h │ │ ├── NSCoderExtensions.m │ │ ├── NSDecimalNumberExtensions.h │ │ ├── NSDecimalNumberExtensions.m │ │ ├── NSNumberExtensions.h │ │ ├── NSNumberExtensions.m │ │ ├── _CPTAnimationCGFloatPeriod.h │ │ ├── _CPTAnimationCGFloatPeriod.m │ │ ├── _CPTAnimationCGPointPeriod.h │ │ ├── _CPTAnimationCGPointPeriod.m │ │ ├── _CPTAnimationCGRectPeriod.h │ │ ├── _CPTAnimationCGRectPeriod.m │ │ ├── _CPTAnimationCGSizePeriod.h │ │ ├── _CPTAnimationCGSizePeriod.m │ │ ├── _CPTAnimationNSDecimalPeriod.h │ │ ├── _CPTAnimationNSDecimalPeriod.m │ │ ├── _CPTAnimationNSNumberPeriod.h │ │ ├── _CPTAnimationNSNumberPeriod.m │ │ ├── _CPTAnimationPlotRangePeriod.h │ │ ├── _CPTAnimationPlotRangePeriod.m │ │ ├── _CPTAnimationTimingFunctions.h │ │ ├── _CPTAnimationTimingFunctions.m │ │ ├── _CPTBorderLayer.h │ │ ├── _CPTBorderLayer.m │ │ ├── _CPTConstraintsFixed.h │ │ ├── _CPTConstraintsFixed.m │ │ ├── _CPTConstraintsRelative.h │ │ ├── _CPTConstraintsRelative.m │ │ ├── _CPTDarkGradientTheme.h │ │ ├── _CPTDarkGradientTheme.m │ │ ├── _CPTFillColor.h │ │ ├── _CPTFillColor.m │ │ ├── _CPTFillGradient.h │ │ ├── _CPTFillGradient.m │ │ ├── _CPTFillImage.h │ │ ├── _CPTFillImage.m │ │ ├── _CPTMaskLayer.h │ │ ├── _CPTMaskLayer.m │ │ ├── _CPTPlainBlackTheme.h │ │ ├── _CPTPlainBlackTheme.m │ │ ├── _CPTPlainWhiteTheme.h │ │ ├── _CPTPlainWhiteTheme.m │ │ ├── _CPTSlateTheme.h │ │ ├── _CPTSlateTheme.m │ │ ├── _CPTStocksTheme.h │ │ ├── _CPTStocksTheme.m │ │ ├── _CPTXYTheme.h │ │ ├── _CPTXYTheme.m │ │ ├── license.txt │ │ └── mainpage.h │ ├── TestResources │ │ └── checkformisalignedlayers.d │ ├── en.lproj │ │ └── InfoPlist.strings │ ├── iPhoneOnly │ │ ├── CPTGraphHostingView.h │ │ ├── CPTGraphHostingView.m │ │ ├── CPTImagePlatformSpecific.m │ │ ├── CPTPlatformSpecificCategories.h │ │ ├── CPTPlatformSpecificCategories.m │ │ ├── CPTPlatformSpecificDefines.h │ │ ├── CPTPlatformSpecificDefines.m │ │ ├── CPTPlatformSpecificFunctions.h │ │ ├── CPTPlatformSpecificFunctions.m │ │ ├── CPTTextStylePlatformSpecific.h │ │ └── CPTTextStylePlatformSpecific.m │ └── xcconfig │ │ ├── CorePlot.xcconfig │ │ ├── CorePlotDebug.xcconfig │ │ ├── CorePlotRelease.xcconfig │ │ └── CorePlotWarnings.xcconfig └── scripts │ ├── README Automatic code formatting.md │ ├── README Creating a release package.md │ ├── createrelease.py │ ├── format_core_plot.sh │ ├── prefixer.py │ └── uncrustify.cfg ├── Documentation ├── AppStoreReportingInstructions.pdf └── Fiscal Calendars │ ├── fiscal-calendar-2008.png │ ├── fiscal-calendar-2009.png │ ├── fiscal-calendar-2010.png │ └── fiscal-calendar-2011.png ├── English.lproj ├── AccountDocument.xib ├── ChartView.xib ├── Credits.rtf ├── InfoPlist.strings ├── Localizable.strings ├── MainMenu.xib ├── PurchaseWindow.xib ├── ReconcileReportView.xib └── ReportView.xib ├── Frameworks └── .DS_Store ├── README.md ├── Resources ├── Default-Settings.plist ├── Images │ ├── App.icns │ ├── Document.icns │ ├── error.png │ ├── info.png │ └── warning.png ├── License.txt ├── RegionInfo.plist ├── Templates │ ├── print.css │ ├── productEarningsReport.html │ ├── productSalesReport.html │ ├── regionEarningsReport.html │ ├── regionSalesReport.html │ └── report.css └── dsa_pub.pem ├── TestData ├── .DS_Store ├── DepositsExport.txt ├── Safety Light - iTunes Connect │ ├── 2009 │ │ ├── 85007042_1209_AU.txt │ │ ├── 85007042_1209_CA.txt │ │ ├── 85007042_1209_EU.txt │ │ ├── 85007042_1209_GB.txt │ │ └── 85007042_1209_US.txt │ ├── 2010 │ │ ├── 85007042_0110_AU.txt │ │ ├── 85007042_0110_CA.txt │ │ ├── 85007042_0110_CA_PYMT.txt │ │ ├── 85007042_0110_EU.txt │ │ ├── 85007042_0110_EU_PYMT.txt │ │ ├── 85007042_0110_GB.txt │ │ ├── 85007042_0110_GB_PYMT.txt │ │ ├── 85007042_0110_JP.txt │ │ ├── 85007042_0110_US.txt │ │ ├── 85007042_0110_US_PYMT.txt │ │ ├── 85007042_0110_WW.txt │ │ ├── 85007042_0210_AU.txt │ │ ├── 85007042_0210_CA.txt │ │ ├── 85007042_0210_CA_PYMT.txt │ │ ├── 85007042_0210_EU.txt │ │ ├── 85007042_0210_GB.txt │ │ ├── 85007042_0210_JP.txt │ │ ├── 85007042_0210_US.txt │ │ ├── 85007042_0210_WW.txt │ │ ├── 85007042_0310_AU.txt │ │ ├── 85007042_0310_CA.txt │ │ ├── 85007042_0310_EU.txt │ │ ├── 85007042_0310_GB.txt │ │ ├── 85007042_0310_US.txt │ │ ├── 85007042_0310_US_PYMT.txt │ │ ├── 85007042_0310_WW.txt │ │ ├── 85007042_0410_AU.txt │ │ ├── 85007042_0410_CA.txt │ │ ├── 85007042_0410_EU.txt │ │ ├── 85007042_0410_GB.txt │ │ ├── 85007042_0410_US.txt │ │ ├── 85007042_0410_WW.txt │ │ ├── 85007042_0510_AU.txt │ │ ├── 85007042_0510_CA.txt │ │ ├── 85007042_0510_EU.txt │ │ ├── 85007042_0510_GB.txt │ │ ├── 85007042_0510_US.txt │ │ ├── 85007042_0610_AU.txt │ │ ├── 85007042_0610_CA.txt │ │ ├── 85007042_0610_EU.txt │ │ ├── 85007042_0610_GB.txt │ │ ├── 85007042_0610_US.txt │ │ ├── 85007042_0610_WW.txt │ │ ├── 85007042_0710_AU.txt │ │ ├── 85007042_0710_CA.txt │ │ ├── 85007042_0710_EU.txt │ │ ├── 85007042_0710_GB.txt │ │ ├── 85007042_0710_US.txt │ │ ├── 85007042_0810_AU.txt │ │ ├── 85007042_0810_CA.txt │ │ ├── 85007042_0810_EU.txt │ │ ├── 85007042_0810_GB.txt │ │ ├── 85007042_0810_JP.txt │ │ ├── 85007042_0810_US.txt │ │ ├── 85007042_0810_WW.txt │ │ ├── 85007042_0910_AU.txt │ │ ├── 85007042_0910_CA.txt │ │ ├── 85007042_0910_EU.txt │ │ ├── 85007042_0910_GB.txt │ │ ├── 85007042_0910_US.txt │ │ ├── 85007042_0910_WW.txt │ │ ├── 85007042_1010_AU.txt │ │ ├── 85007042_1010_CA.txt │ │ ├── 85007042_1010_EU.txt │ │ ├── 85007042_1010_GB.txt │ │ ├── 85007042_1010_US.txt │ │ ├── 85007042_1010_WW.txt │ │ ├── 85007042_1110_AU.txt │ │ ├── 85007042_1110_CA.txt │ │ ├── 85007042_1110_EU.txt │ │ ├── 85007042_1110_GB.txt │ │ ├── 85007042_1110_JP.txt │ │ ├── 85007042_1110_US.txt │ │ ├── 85007042_1110_WW.txt │ │ ├── 85007042_1210_AU.txt │ │ ├── 85007042_1210_CA.txt │ │ ├── 85007042_1210_EU.txt │ │ ├── 85007042_1210_GB.txt │ │ ├── 85007042_1210_JP.txt │ │ ├── 85007042_1210_US.txt │ │ └── 85007042_1210_WW.txt │ ├── 2011 │ │ ├── 85007042_0111_AU.txt │ │ ├── 85007042_0111_CA.txt │ │ ├── 85007042_0111_EU.txt │ │ ├── 85007042_0111_GB.txt │ │ ├── 85007042_0111_US.txt │ │ ├── 85007042_0111_WW.txt │ │ ├── 85007042_0211_AU.txt │ │ ├── 85007042_0211_CA.txt │ │ ├── 85007042_0211_EU.txt │ │ ├── 85007042_0211_GB.txt │ │ ├── 85007042_0211_US.txt │ │ ├── 85007042_0211_WW.txt │ │ ├── 85007042_0311_AU.txt │ │ ├── 85007042_0311_CA.txt │ │ ├── 85007042_0311_EU.txt │ │ ├── 85007042_0311_GB.txt │ │ ├── 85007042_0311_US.txt │ │ ├── 85007042_0311_WW.txt │ │ ├── 85007042_0411_AU.txt │ │ ├── 85007042_0411_CA.txt │ │ ├── 85007042_0411_EU.txt │ │ ├── 85007042_0411_GB.txt │ │ ├── 85007042_0411_US.txt │ │ ├── 85007042_0411_WW.txt │ │ ├── 85007042_0511_AU.txt │ │ ├── 85007042_0511_CA.txt │ │ ├── 85007042_0511_EU.txt │ │ ├── 85007042_0511_GB.txt │ │ ├── 85007042_0511_US.txt │ │ ├── 85007042_0511_WW.txt │ │ ├── 85007042_0611_AU.txt │ │ ├── 85007042_0611_CA.txt │ │ ├── 85007042_0611_EU.txt │ │ ├── 85007042_0611_US.txt │ │ ├── 85007042_0611_WW.txt │ │ ├── 85007042_0711_AU.txt │ │ ├── 85007042_0711_CA.txt │ │ ├── 85007042_0711_EU.txt │ │ ├── 85007042_0711_US.txt │ │ ├── 85007042_0711_WW.txt │ │ ├── 85007042_0811_CA.txt │ │ ├── 85007042_0811_EU.txt │ │ ├── 85007042_0811_GB.txt │ │ ├── 85007042_0811_US.txt │ │ ├── 85007042_0811_WW.txt │ │ ├── 85007042_0911_CA.txt │ │ ├── 85007042_0911_EU.txt │ │ ├── 85007042_0911_US.txt │ │ ├── 85007042_0911_WW.txt │ │ ├── 85007042_1011_AU.txt │ │ ├── 85007042_1011_CA.txt │ │ ├── 85007042_1011_CH.txt │ │ ├── 85007042_1011_EU.txt │ │ ├── 85007042_1011_GB.txt │ │ ├── 85007042_1011_US.txt │ │ ├── 85007042_1011_WW.txt │ │ ├── 85007042_1111_CA.txt │ │ ├── 85007042_1111_EU.txt │ │ ├── 85007042_1111_GB.txt │ │ ├── 85007042_1111_JP.txt │ │ ├── 85007042_1111_US.txt │ │ ├── 85007042_1211_AU.txt │ │ ├── 85007042_1211_CA.txt │ │ ├── 85007042_1211_EU.txt │ │ ├── 85007042_1211_GB.txt │ │ ├── 85007042_1211_US.txt │ │ └── 85007042_1211_WW.txt │ ├── 2012 │ │ ├── 85007042_0112_AU.txt │ │ ├── 85007042_0112_CA.txt │ │ ├── 85007042_0112_EU.txt │ │ ├── 85007042_0112_GB.txt │ │ ├── 85007042_0112_US.txt │ │ ├── 85007042_0112_WW.txt │ │ ├── 85007042_0212_AU.txt │ │ ├── 85007042_0212_CA.txt │ │ ├── 85007042_0212_EU.txt │ │ ├── 85007042_0212_GB.txt │ │ ├── 85007042_0212_US.txt │ │ ├── 85007042_0212_WW.txt │ │ ├── 85007042_0312_AU.txt │ │ ├── 85007042_0312_CA.txt │ │ ├── 85007042_0312_CH.txt │ │ ├── 85007042_0312_GB.txt │ │ ├── 85007042_0312_US.txt │ │ ├── 85007042_0312_WW.txt │ │ ├── 85007042_0412_AU.txt │ │ ├── 85007042_0412_CA.txt │ │ ├── 85007042_0412_CN.txt │ │ ├── 85007042_0412_EU.txt │ │ ├── 85007042_0412_GB.txt │ │ ├── 85007042_0412_US.txt │ │ ├── 85007042_0412_WW.txt │ │ ├── 85007042_0512_AU.txt │ │ ├── 85007042_0512_CA.txt │ │ ├── 85007042_0512_EU.txt │ │ ├── 85007042_0512_GB.txt │ │ ├── 85007042_0512_US.txt │ │ ├── 85007042_0612_AU.txt │ │ ├── 85007042_0612_CA.txt │ │ ├── 85007042_0612_EU.txt │ │ ├── 85007042_0612_SE.txt │ │ ├── 85007042_0612_US.txt │ │ ├── 85007042_0612_WW.txt │ │ ├── 85007042_0712_AU.txt │ │ ├── 85007042_0712_GB.txt │ │ ├── 85007042_0712_US.txt │ │ ├── 85007042_0712_WW.txt │ │ ├── 85007042_0812_AU.txt │ │ ├── 85007042_0812_CA.txt │ │ ├── 85007042_0812_EU.txt │ │ ├── 85007042_0812_GB.txt │ │ ├── 85007042_0812_US.txt │ │ ├── 85007042_0812_WW.txt │ │ ├── 85007042_0912_CA.txt │ │ ├── 85007042_0912_EU.txt │ │ ├── 85007042_0912_GB.txt │ │ ├── 85007042_0912_JP.txt │ │ ├── 85007042_0912_US.txt │ │ ├── 85007042_0912_WW.txt │ │ ├── 85007042_1012_CA.txt │ │ ├── 85007042_1012_EU.txt │ │ ├── 85007042_1012_GB.txt │ │ ├── 85007042_1012_US.txt │ │ ├── 85007042_1012_WW.txt │ │ ├── 85007042_1112_CA.txt │ │ ├── 85007042_1112_EU.txt │ │ ├── 85007042_1112_IL.txt │ │ ├── 85007042_1112_US.txt │ │ ├── 85007042_1212_CA.txt │ │ ├── 85007042_1212_US.txt │ │ └── 85007042_1212_WW.txt │ └── 2013 │ │ ├── 85007042_0113_AU.txt │ │ ├── 85007042_0113_CH.txt │ │ ├── 85007042_0113_EU.txt │ │ └── 85007042_0113_US.txt └── Safety Light.beans │ ├── account.db │ └── settings.plist └── main.m /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | xcuserdata 3 | xcuserdata/**/* 4 | 5 | *.xcuserstate 6 | -------------------------------------------------------------------------------- /AccountDocument2.xcdatamodeld/.xccurrentversion: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | _XCCurrentVersionName 6 | AccountDocument 2.xcdatamodel 7 | 8 | 9 | -------------------------------------------------------------------------------- /AccountDocument2.xcdatamodeld/AccountDocument 2.xcdatamodel/elements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/AccountDocument2.xcdatamodeld/AccountDocument 2.xcdatamodel/elements -------------------------------------------------------------------------------- /AccountDocument2.xcdatamodeld/AccountDocument 2.xcdatamodel/layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/AccountDocument2.xcdatamodeld/AccountDocument 2.xcdatamodel/layout -------------------------------------------------------------------------------- /AccountDocument2.xcdatamodeld/AccountDocument.xcdatamodel/elements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/AccountDocument2.xcdatamodeld/AccountDocument.xcdatamodel/elements -------------------------------------------------------------------------------- /AccountDocument2.xcdatamodeld/AccountDocument.xcdatamodel/layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/AccountDocument2.xcdatamodeld/AccountDocument.xcdatamodel/layout -------------------------------------------------------------------------------- /BeanCounter.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /BeanCounter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /BeanCounter_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'BeanCounter' target in the 'BeanCounter' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #import 8 | #import 9 | #endif 10 | -------------------------------------------------------------------------------- /Classes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/.DS_Store -------------------------------------------------------------------------------- /Classes/DebugLog.h: -------------------------------------------------------------------------------- 1 | // Created by Sean Heber on 6/24/10. 2 | 3 | #ifdef DEBUG 4 | #define DebugLog(...) NSLog(__VA_ARGS__) 5 | #else 6 | #define DebugLog(...) do {} while (0) 7 | #endif 8 | 9 | #define ReleaseLog(...) NSLog(__VA_ARGS__) 10 | -------------------------------------------------------------------------------- /Classes/DeepMutableCopy.h: -------------------------------------------------------------------------------- 1 | /* 2 | * DeepMutableCopy.h 3 | * 4 | * Created by Matt Gemmell on 02/05/2008. 5 | * Copyright 2008 Instinctive Code. All rights reserved. 6 | * 7 | */ 8 | 9 | #import "NSArray_DeepMutableCopy.h" 10 | #import "NSDictionary_DeepMutableCopy.h" 11 | -------------------------------------------------------------------------------- /Classes/ErrorCodeValueTransformer.h: -------------------------------------------------------------------------------- 1 | // 2 | // ErrorCodeValueTransformer.h 3 | // BeanCounter 4 | // 5 | // Created by Craig Hockenberry on 3/29/12. 6 | // Copyright (c) 2012 The Iconfactory. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ErrorCodeValueTransformer : NSValueTransformer 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Classes/MGTemplateEngine/AppController.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppController.h 3 | // MGTemplateEngine 4 | // 5 | // Created by Matt Gemmell on 19/05/2008. 6 | // Copyright 2008 Instinctive Code. All rights reserved. 7 | // 8 | 9 | #import "MGTemplateEngine.h" 10 | 11 | @interface AppController : NSObject { 12 | 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Classes/MGTemplateEngine/DeepMutableCopy.h: -------------------------------------------------------------------------------- 1 | /* 2 | * DeepMutableCopy.h 3 | * 4 | * Created by Matt Gemmell on 02/05/2008. 5 | * Copyright 2008 Instinctive Code. All rights reserved. 6 | * 7 | */ 8 | 9 | #import "NSArray_DeepMutableCopy.h" 10 | #import "NSDictionary_DeepMutableCopy.h" 11 | -------------------------------------------------------------------------------- /Classes/MGTemplateEngine/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/MGTemplateEngine/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Classes/MGTemplateEngine/MGTemplateEngine.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/MGTemplateEngine/MGTemplateEngine.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /Classes/MGTemplateEngine/MGTemplateEngine_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'MGTemplateEngine' target in the 'MGTemplateEngine' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /Classes/MGTemplateEngine/MGTemplateStandardFilters.h: -------------------------------------------------------------------------------- 1 | // 2 | // MGTemplateStandardFilters.h 3 | // 4 | // Created by Matt Gemmell on 13/05/2008. 5 | // Copyright 2008 Instinctive Code. All rights reserved. 6 | // 7 | 8 | #import "MGTemplateFilter.h" 9 | 10 | 11 | @interface MGTemplateStandardFilters : NSObject { 12 | 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Classes/MGTemplateEngine/NSArray_DeepMutableCopy.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSArray_DeepMutableCopy.h 3 | // 4 | // Created by Matt Gemmell on 02/05/2008. 5 | // Copyright 2008 Instinctive Code. All rights reserved. 6 | // 7 | 8 | @interface NSArray (DeepMutableCopy) 9 | 10 | - (NSMutableArray *)deepMutableCopy; 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /Classes/MGTemplateEngine/NSDictionary_DeepMutableCopy.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary_DeepMutableCopy.h 3 | // 4 | // Created by Matt Gemmell on 02/05/2008. 5 | // Copyright 2008 Instinctive Code. All rights reserved. 6 | // 7 | 8 | @interface NSDictionary (DeepMutableCopy) 9 | 10 | - (NSMutableDictionary *)deepMutableCopy; 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /Classes/MGTemplateEngine/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // MGTemplateEngine 4 | // 5 | // Created by Matt Gemmell on 19/05/2008. 6 | // Copyright Instinctive Code 2008. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) 12 | { 13 | return NSApplicationMain(argc, (const char **) argv); 14 | } 15 | -------------------------------------------------------------------------------- /Classes/NSArray_DeepMutableCopy.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSArray_DeepMutableCopy.h 3 | // 4 | // Created by Matt Gemmell on 02/05/2008. 5 | // Copyright 2008 Instinctive Code. All rights reserved. 6 | // 7 | 8 | @interface NSArray (DeepMutableCopy) 9 | 10 | - (NSMutableArray *)deepMutableCopy; 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /Classes/NSDictionary_DeepMutableCopy.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary_DeepMutableCopy.h 3 | // 4 | // Created by Matt Gemmell on 02/05/2008. 5 | // Copyright 2008 Instinctive Code. All rights reserved. 6 | // 7 | 8 | @interface NSDictionary (DeepMutableCopy) 9 | 10 | - (NSMutableDictionary *)deepMutableCopy; 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /Classes/NSString+UUID.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+UUID.h 3 | // MGTwitterEngine 4 | // 5 | // Created by Matt Gemmell on 16/09/2007. 6 | // Copyright 2008 Instinctive Code. 7 | // 8 | 9 | @interface NSString (UUID) 10 | 11 | + (NSString*)stringWithNewUUID; 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Classes/PlotInformation.m: -------------------------------------------------------------------------------- 1 | // 2 | // PlotInformation.m 3 | // BeanCounter 4 | // 5 | // Created by Craig Hockenberry on 3/11/12. 6 | // Copyright (c) 2012 The Iconfactory. All rights reserved. 7 | // 8 | 9 | #import "PlotInformation.h" 10 | 11 | @implementation PlotInformation 12 | 13 | @synthesize identifier, name, color; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Classes/SourceListOutlineView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SourceListOutlineView.h 3 | // BeanCounter 4 | // 5 | // Created by Craig Hockenberry on 2/24/12. 6 | // Copyright (c) 2012 The Iconfactory. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface SourceListOutlineView : NSOutlineView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Documentation.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://sparkle.andymatuschak.org/documentation 3 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Graphics/Sparkle Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Graphics/Sparkle Icon.png -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Graphics/Updates By Sparkle.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Graphics/Updates By Sparkle.psd -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Signing Tools/sign_update.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/ruby 2 | if ARGV.length < 2 3 | puts "Usage: ruby sign_update.rb update_archive private_key" 4 | exit 5 | end 6 | 7 | puts `openssl dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -dss1 -sign "#{ARGV[1]}" | openssl enc -base64` -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigCommonDebug.xcconfig: -------------------------------------------------------------------------------- 1 | // Debug only 2 | 3 | GCC_OPTIMIZATION_LEVEL = 0 4 | DEBUG_INFORMATION_FORMAT = dwarf 5 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES 6 | SPARKLE_EXTRA_DEBUG = -DDEBUG -fstack-protector -D_FORTIFY_SOURCE=2 7 | OTHER_CFLAGS = $(SPARKLE_EXTRA_DEBUG) 8 | ARCHS = $(NATIVE_ARCH_ACTUAL) 9 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigCommonRelease.xcconfig: -------------------------------------------------------------------------------- 1 | // Release only 2 | 3 | GCC_OPTIMIZATION_LEVEL = s 4 | DEBUG_INFORMATION_FORMAT = dwarf-with-dsym 5 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO 6 | DEAD_CODE_STRIPPING = YES 7 | GCC_TREAT_WARNINGS_AS_ERRORS = YES 8 | GCC_WARN_UNINITIALIZED_AUTOS = YES 9 | ARCHS = ppc i386 x86_64 10 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigFrameworkDebug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonDebug.xcconfig" 3 | #include "ConfigFramework.xcconfig" 4 | 5 | OTHER_CFLAGS = -fsingle-precision-constant -DDEBUG 6 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigFrameworkRelease.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonRelease.xcconfig" 3 | #include "ConfigFramework.xcconfig" 4 | 5 | STRIP_INSTALLED_PRODUCT = YES 6 | DEPLOYMENT_POSTPROCESSING = YES 7 | STRIPFLAGS = -u -r 8 | STRIP_STYLE = non-global 9 | SEPARATE_STRIP = YES 10 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigFrameworkReleaseGCSupport.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigFrameworkRelease.xcconfig" 2 | 3 | GCC_ENABLE_OBJC_GC = supported -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigRelaunch.xcconfig: -------------------------------------------------------------------------------- 1 | // Relaunch Tool only 2 | 3 | PRODUCT_NAME = relaunch 4 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigRelaunchDebug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonDebug.xcconfig" 3 | #include "ConfigRelaunch.xcconfig" 4 | 5 | OTHER_CFLAGS = -fsingle-precision-constant -DDEBUG 6 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigRelaunchRelease.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonRelease.xcconfig" 3 | #include "ConfigRelaunch.xcconfig" 4 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigTestApp.xcconfig: -------------------------------------------------------------------------------- 1 | // Test Application only 2 | 3 | INFOPLIST_FILE = Test Application/Test Application-Info.plist 4 | PRODUCT_NAME = Sparkle Test App 5 | WRAPPER_EXTENSION = app 6 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigTestAppDebug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonDebug.xcconfig" 3 | #include "ConfigTestApp.xcconfig" 4 | 5 | OTHER_CFLAGS = -fsingle-precision-constant -DDEBUG 6 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Configurations/ConfigTestAppRelease.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ConfigCommon.xcconfig" 2 | #include "ConfigCommonRelease.xcconfig" 3 | #include "ConfigTestApp.xcconfig" 4 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Makefile: -------------------------------------------------------------------------------- 1 | .PHONY: all localizable-strings 2 | 3 | localizable-strings: 4 | rm en.lproj/Sparkle.strings || TRUE 5 | genstrings -o en.lproj -s SULocalizedString *.m *.h 6 | mv en.lproj/Localizable.strings en.lproj/Sparkle.strings 7 | 8 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Sparkle.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/Sparkle.icns -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Test Application/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/Test Application/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Test Application/English.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/Test Application/English.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/Test Application/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/12/06. 6 | // Copyright Andy Matuschak 2006. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) 12 | { 13 | return NSApplicationMain(argc, (const char **) argv); 14 | } 15 | -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/build/Sparkle.build/Debug/Sparkle Unit Tests.build/Sparkle Unit Tests-all-target-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/build/Sparkle.build/Debug/Sparkle Unit Tests.build/Sparkle Unit Tests-all-target-headers.hmap -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/build/Sparkle.build/Debug/Sparkle Unit Tests.build/Sparkle Unit Tests-generated-files.hmap: -------------------------------------------------------------------------------- 1 | pamhx -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/build/Sparkle.build/Debug/Sparkle Unit Tests.build/Sparkle Unit Tests-project-headers.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/build/Sparkle.build/Debug/Sparkle Unit Tests.build/Sparkle Unit Tests-project-headers.hmap -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/build/Sparkle.build/Debug/Sparkle Unit Tests.build/Sparkle Unit Tests.hmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/build/Sparkle.build/Debug/Sparkle Unit Tests.build/Sparkle Unit Tests.hmap -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ca.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ca.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ca.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ca.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ca.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ca.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/cs.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/cs.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/cs.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/cs.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/cs.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/cs.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/cy.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/cy.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/cy.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/cy.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/cy.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/cy.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/da.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/da.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/da.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/da.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/da.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/da.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/el.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/el.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/el.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/el.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/el.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/el.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUStatus.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUStatus.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/es.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/es.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/fi.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/fi.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/fi.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/fi.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/fi.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/fi.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/he.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/he.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/he.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/he.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/he.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/he.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/hu.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/hu.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/hu.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/hu.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/hu.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/hu.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/id.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/id.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/id.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/id.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/id.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/id.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/is.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/is.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/is.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/is.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/is.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/is.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/it.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/it.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ja.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ja.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ja.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ja.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ja.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ja.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ko.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ko.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ko.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ko.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ko.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ko.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/no.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/no.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/no.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/no.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/no.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/no.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/pl.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/pl.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/pl.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/pl.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/pl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/pl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/pt.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/pt.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sk.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sk.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sk.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sk.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUStatus.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUStatus.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/th.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/th.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/th.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/th.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/th.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/th.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/tr.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/tr.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/tr.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/tr.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/tr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/tr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/zh_CN.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/zh_CN.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/zh_CN.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/zh_CN.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/zh_CN.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/zh_CN.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/zh_TW.lproj/SUAutomaticUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/zh_TW.lproj/SUAutomaticUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Extras/Source Code/zh_TW.lproj/SUUpdateAlert.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Extras/Source Code/zh_TW.lproj/SUUpdateAlert.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/License.txt -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release (GC dual-mode; 10.5-only)/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/relaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/relaunch -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Frameworks/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/MacOS/Sparkle Test App: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/MacOS/Sparkle Test App -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Resources/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Resources/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Resources/English.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Resources/English.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Resources/Sparkle.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle Test App.app/Contents/Resources/Sparkle.icns -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr.lproj/fr.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/relaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/relaunch -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release (GC dual-mode; 10.5-only)/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/relaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/relaunch -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /Classes/Sparkle 1.5b6/With Garbage Collection/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /CorePlot.framework/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot.framework/.DS_Store -------------------------------------------------------------------------------- /CorePlot.framework/CorePlot: -------------------------------------------------------------------------------- 1 | Versions/Current/CorePlot -------------------------------------------------------------------------------- /CorePlot.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /CorePlot.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /CorePlot.framework/PrivateHeaders: -------------------------------------------------------------------------------- 1 | Versions/Current/PrivateHeaders -------------------------------------------------------------------------------- /CorePlot.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /CorePlot.framework/Versions/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot.framework/Versions/.DS_Store -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/CorePlot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot.framework/Versions/A/CorePlot -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/Headers/CPTAxisTitle.h: -------------------------------------------------------------------------------- 1 | #import "CPTAxisLabel.h" 2 | 3 | @interface CPTAxisTitle : CPTAxisLabel 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/Headers/CPTDecimalNumberValueTransformer.h: -------------------------------------------------------------------------------- 1 | @interface CPTDecimalNumberValueTransformer : NSValueTransformer 2 | 3 | @end 4 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/Headers/CPTPlatformSpecificDefines.h: -------------------------------------------------------------------------------- 1 | /// @file 2 | 3 | typedef NSColor CPTNativeColor; ///< Platform-native color. 4 | typedef NSImage CPTNativeImage; ///< Platform-native image format. 5 | typedef NSEvent CPTNativeEvent; ///< Platform-native OS event. 6 | typedef NSFont CPTNativeFont; ///< Platform-native font. 7 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/Headers/CPTXYAxisSet.h: -------------------------------------------------------------------------------- 1 | #import "CPTAxisSet.h" 2 | 3 | @class CPTXYAxis; 4 | 5 | @interface CPTXYAxisSet : CPTAxisSet 6 | 7 | @property (nonatomic, readonly, nullable) CPTXYAxis *xAxis; 8 | @property (nonatomic, readonly, nullable) CPTXYAxis *yAxis; 9 | 10 | @end 11 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module CorePlot { 2 | umbrella header "CorePlot.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/CPTAxisLabelGroup.h: -------------------------------------------------------------------------------- 1 | #import "CPTLayer.h" 2 | 3 | @interface CPTAxisLabelGroup : CPTLayer 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/CPTGridLineGroup.h: -------------------------------------------------------------------------------- 1 | #import "CPTLayer.h" 2 | 3 | @class CPTPlotArea; 4 | 5 | @interface CPTGridLineGroup : CPTLayer 6 | 7 | @property (nonatomic, readwrite, cpt_weak_property, nullable) CPTPlotArea *plotArea; 8 | @property (nonatomic, readwrite) BOOL major; 9 | 10 | @end 11 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/CPTGridLines.h: -------------------------------------------------------------------------------- 1 | #import "CPTLayer.h" 2 | 3 | @class CPTAxis; 4 | 5 | @interface CPTGridLines : CPTLayer 6 | 7 | @property (nonatomic, readwrite, cpt_weak_property, nullable) CPTAxis *axis; 8 | @property (nonatomic, readwrite) BOOL major; 9 | 10 | @end 11 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/NSDecimalNumberExtensions.h: -------------------------------------------------------------------------------- 1 | /** @category NSDecimalNumber(CPTExtensions) 2 | * @brief Core Plot extensions to NSDecimalNumber. 3 | **/ 4 | @interface NSDecimalNumber(CPTExtensions) 5 | 6 | -(nonnull NSDecimalNumber *)decimalNumber; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/_CPTDarkGradientTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTDarkGradientTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/_CPTPlainBlackTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTPlainBlackTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/_CPTPlainWhiteTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTPlainWhiteTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/_CPTSlateTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTSlateTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/_CPTStocksTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTStocksTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/PrivateHeaders/_CPTXYTheme.h: -------------------------------------------------------------------------------- 1 | #import "CPTTheme.h" 2 | 3 | @interface _CPTXYTheme : CPTTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot.framework/Versions/A/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot.framework/Versions/A/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /CorePlot.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /CorePlot/.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj merge=union 2 | -------------------------------------------------------------------------------- /CorePlot/.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | Please consider the following issues before submitting a pull request: 2 | 3 | -[] Support all platforms (Mac, iOS, and tvOS) 4 | -[] Pass Travis build validation 5 | -[] Include unit tests where appropriate 6 | -[] If adding a new feature, consider including a demo in the *Plot Gallery* example app -------------------------------------------------------------------------------- /CorePlot/QCPlugin/CPTScatterPlotPlugin.h: -------------------------------------------------------------------------------- 1 | #import "CorePlotQCPlugin.h" 2 | #import 3 | 4 | @interface CPTScatterPlotPlugIn : CorePlotQCPlugIn 5 | 6 | @end 7 | -------------------------------------------------------------------------------- /CorePlot/QCPlugin/Compositions/Bar Chart.qtz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/QCPlugin/Compositions/Bar Chart.qtz -------------------------------------------------------------------------------- /CorePlot/QCPlugin/Compositions/Layers.qtz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/QCPlugin/Compositions/Layers.qtz -------------------------------------------------------------------------------- /CorePlot/QCPlugin/Compositions/Pie Chart.qtz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/QCPlugin/Compositions/Pie Chart.qtz -------------------------------------------------------------------------------- /CorePlot/QCPlugin/Compositions/Scatter Plot.qtz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/QCPlugin/Compositions/Scatter Plot.qtz -------------------------------------------------------------------------------- /CorePlot/QCPlugin/CorePlotQCPlugin.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/QCPlugin/CorePlotQCPlugin.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /CorePlot/QCPlugin/CorePlotQCPlugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/QCPlugin/CorePlotQCPlugin_Prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | -------------------------------------------------------------------------------- /CorePlot/documentation/Anatomy of a Graph.graffle/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/Anatomy of a Graph.graffle/data.plist -------------------------------------------------------------------------------- /CorePlot/documentation/Anatomy of a Graph.graffle/image1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/Anatomy of a Graph.graffle/image1.pdf -------------------------------------------------------------------------------- /CorePlot/documentation/Classes.graffle/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/Classes.graffle/data.plist -------------------------------------------------------------------------------- /CorePlot/documentation/Classes.graffle/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/Classes.graffle/image1.png -------------------------------------------------------------------------------- /CorePlot/documentation/Objects and Layers.graffle/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/Objects and Layers.graffle/image1.png -------------------------------------------------------------------------------- /CorePlot/documentation/axis ranges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/axis ranges.png -------------------------------------------------------------------------------- /CorePlot/documentation/core-plot-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/core-plot-logo.png -------------------------------------------------------------------------------- /CorePlot/documentation/doxygen/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/doxygen/icon.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/AAPLot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/AAPLot.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/CPTTestApp-iPad landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/CPTTestApp-iPad landscape.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/CPTTestApp-iPad portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/CPTTestApp-iPad portrait.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/CPTTestApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/CPTTestApp.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/Candlestick Plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/Candlestick Plot.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/ClassDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/ClassDiagram.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/Colored Bar Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/Colored Bar Chart.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/Curved Scatter Plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/Curved Scatter Plot.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/Donut Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/Donut Chart.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/DropPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/DropPlot.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/Function Graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/Function Graph.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/GraphAnatomy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/GraphAnatomy.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/Math Function Plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/Math Function Plot.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/OHLC Plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/OHLC Plot.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/ObjectAndLayerDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/ObjectAndLayerDiagram.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/Pie Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/Pie Chart.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/Range Plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/Range Plot.png -------------------------------------------------------------------------------- /CorePlot/documentation/images/Vertical Bar Chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/documentation/images/Vertical Bar Chart.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-72.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-76.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Small-50.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Small-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Small-50@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Small.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-iPadPro@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/Icon-iPadPro@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/iTunesArtwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CPTTestApp-iPad/Images.xcassets/AppIcon.appiconset/iTunesArtwork.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CPTTestApp_iPad_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'CPTTestApp-iPad' target in the 'CPTTestApp-iPad' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #import 8 | #endif 9 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CorePlotIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CorePlotIcon.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/CorePlotIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPad/CorePlotIcon@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPad/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // CPTTestApp-iPad 4 | // 5 | // Created by Brad Larson on 4/1/2010. 6 | // 7 | 8 | #import 9 | 10 | int main(int argc, char *argv[]) 11 | { 12 | @autoreleasepool { 13 | int retVal = UIApplicationMain(argc, argv, nil, nil); 14 | 15 | return retVal; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/BlueTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/BlueTexture.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "CorePlot-CocoaTouch.h" 2 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-Small.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/Icon@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/iTunesArtwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/AppIcon.appiconset/iTunesArtwork.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/CPTTestApp-iPhone/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/GlyphishIcons/16-line-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/GlyphishIcons/16-line-chart.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/GlyphishIcons/17-bar-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/GlyphishIcons/17-bar-chart.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp-iPhone/GlyphishIcons/62-contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp-iPhone/GlyphishIcons/62-contrast.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_128x128.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_16x16.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_256x256.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_32x32.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_512x512.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/CPTTestApp/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/CPTTestApp_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'CPTTestApp' target in the 'CPTTestApp' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/Source/AxisDemoController.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface AxisDemoController : NSObject 5 | 6 | @end 7 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/Source/CPTPlotSymbolTestController.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface CPTPlotSymbolTestController : NSObject 5 | 6 | @end 7 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/Source/SelectionDemoController.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface SelectionDemoController : NSObject 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/Source/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // CPTTestApp 4 | // 5 | // Created by Dirkjan Krijnders on 2/2/09. 6 | // Copyright __MyCompanyName__ 2009. All rights reserved. 7 | // 8 | 9 | int main(int argc, const char *argv[]) 10 | { 11 | return NSApplicationMain(argc, argv); 12 | } 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CPTTestApp/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CPTTestApp/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotExamples.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotExamples.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_128x128.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_16x16.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_256x256.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_32x32.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_512x512.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-Mac/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-72.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-72@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-76.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-76@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small-50.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small-50@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Small@3x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-Spotlight-40@3x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-iPadPro@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon-iPadPro@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/Icon@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/iTunesArtwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/AppIcon.appiconset/iTunesArtwork.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-iOS/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-tvOS/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot Gallery-tvOS/Assets.xcassets/LaunchImage.launchimage/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/Plot Gallery-tvOS/Assets.xcassets/LaunchImage.launchimage/LaunchImage.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/Plot_Gallery.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/BlueBackground.sketch/Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/BlueBackground.sketch/Data -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/BlueBackground.sketch/QuickLook/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/BlueBackground.sketch/QuickLook/Preview.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/BlueBackground.sketch/QuickLook/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/BlueBackground.sketch/QuickLook/Thumbnail.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/BlueBackground.sketch/version: -------------------------------------------------------------------------------- 1 | 18 -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/Images.xcassets/BlueBackground.imageset/BlueBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/Images.xcassets/BlueBackground.imageset/BlueBackground.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/Images.xcassets/BlueBackground.imageset/BlueBackground@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/Images.xcassets/BlueBackground.imageset/BlueBackground@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/Images.xcassets/BlueBackground.imageset/BlueBackground@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/Images.xcassets/BlueBackground.imageset/BlueBackground@3x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/Images.xcassets/Checkerboard.imageset/Checkerboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/Images.xcassets/Checkerboard.imageset/Checkerboard.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/Images.xcassets/Checkerboard.imageset/Checkerboard@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/Images.xcassets/Checkerboard.imageset/Checkerboard@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/Images.xcassets/Checkerboard.imageset/Checkerboard@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/Images.xcassets/Checkerboard.imageset/Checkerboard@3x.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/img/PlotGallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/img/PlotGallery.png -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/ios/AppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDelegate.h 3 | // CorePlotGallery 4 | // 5 | 6 | #import 7 | 8 | @interface AppDelegate : UIResponder 9 | 10 | @property (nonatomic, readwrite, strong, nullable) UIWindow *window; 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/ios/RootViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // RootViewController.h 3 | // CorePlotGallery 4 | // 5 | 6 | @interface RootViewController : UITableViewController 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/ios/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // CorePlotGallery 4 | // 5 | 6 | #import "AppDelegate.h" 7 | 8 | int main(int argc, char *argv[]) 9 | { 10 | @autoreleasepool { 11 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/mac/Base.lproj/Icon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/CorePlotGallery/src/mac/Base.lproj/Icon.icns -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/mac/PlotViewItem.m: -------------------------------------------------------------------------------- 1 | // 2 | // PlotViewItem.m 3 | // CorePlotGallery 4 | // 5 | 6 | #import "PlotViewItem.h" 7 | 8 | @implementation PlotViewItem 9 | 10 | @synthesize plotItemImage; 11 | @synthesize plotItemTitle; 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/mac/Plot_Gallery_MacAppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Plot_Gallery_MacAppDelegate.h 3 | // CorePlotGallery 4 | // 5 | 6 | #import 7 | 8 | @interface Plot_Gallery_MacAppDelegate : NSObject 9 | 10 | @property (nonatomic, readwrite, strong, nullable) IBOutlet NSWindow *window; 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/mac/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/mac/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // CorePlotGallery 4 | // 5 | 6 | #import 7 | 8 | int main(int argc, const char *argv[]) 9 | { 10 | return NSApplicationMain(argc, argv); 11 | } 12 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/AxisDemo.h: -------------------------------------------------------------------------------- 1 | // 2 | // AxisDemo.h 3 | // Plot Gallery-Mac 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface AxisDemo : PlotItem 9 | { 10 | } 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/CandlestickPlot.h: -------------------------------------------------------------------------------- 1 | // 2 | // CandlestickPlot.h 3 | // CorePlotGallery 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface CandlestickPlot : PlotItem 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/ColoredBarChart.h: -------------------------------------------------------------------------------- 1 | #import "PlotItem.h" 2 | 3 | @interface ColoredBarChart : PlotItem 6 | 7 | @end 8 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/ControlChart.h: -------------------------------------------------------------------------------- 1 | #import "PlotItem.h" 2 | 3 | @interface ControlChart : PlotItem 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/CurvedInterpolationDemo.h: -------------------------------------------------------------------------------- 1 | // 2 | // CurvedInterpolationDemo.h 3 | // Plot_Gallery 4 | // 5 | // Created by malte on 16/03/16. 6 | // 7 | // 8 | 9 | #import "PlotItem.h" 10 | 11 | @interface CurvedInterpolationDemo : PlotItem 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/DatePlot.h: -------------------------------------------------------------------------------- 1 | // 2 | // DatePlot.h 3 | // Plot Gallery-Mac 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface DatePlot : PlotItem 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/DonutChart.h: -------------------------------------------------------------------------------- 1 | #import "PlotItem.h" 2 | 3 | @interface DonutChart : PlotItem 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/FunctionPlot.h: -------------------------------------------------------------------------------- 1 | #import "PlotItem.h" 2 | 3 | @interface FunctionPlot : PlotItem 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/ImageDemo.h: -------------------------------------------------------------------------------- 1 | // 2 | // ImageDemo.h 3 | // Plot Gallery 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface ImageDemo : PlotItem 9 | { 10 | } 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/LabelingPolicyDemo.h: -------------------------------------------------------------------------------- 1 | // 2 | // LabelingPolicyDemo.h 3 | // Plot Gallery 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface LabelingPolicyDemo : PlotItem 9 | { 10 | } 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/LineCapDemo.h: -------------------------------------------------------------------------------- 1 | // 2 | // LineCapDemo.h 3 | // Plot Gallery 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface LineCapDemo : PlotItem 9 | { 10 | } 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/OHLCPlot.h: -------------------------------------------------------------------------------- 1 | // 2 | // OHLCPlot.h 3 | // CorePlotGallery 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface OHLCPlot : PlotItem 10 | 11 | @end 12 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/PlotSpaceDemo.h: -------------------------------------------------------------------------------- 1 | // 2 | // PlotSpaceDemo.h 3 | // Plot Gallery 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface PlotSpaceDemo : PlotItem 9 | { 10 | } 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/RangePlot.h: -------------------------------------------------------------------------------- 1 | // 2 | // RangePlot.h 3 | // CorePlotGallery 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface RangePlot : PlotItem 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/RealTimePlot.h: -------------------------------------------------------------------------------- 1 | // 2 | // RealTimePlot.h 3 | // CorePlotGallery 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface RealTimePlot : PlotItem 9 | 10 | -(void)newData:(nonnull NSTimer *)theTimer; 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/plots/VerticalBarChart.h: -------------------------------------------------------------------------------- 1 | // 2 | // SimpleBarGraph.h 3 | // CorePlotGallery 4 | // 5 | 6 | #import "PlotItem.h" 7 | 8 | @interface VerticalBarChart : PlotItem 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/shared/PiNumberFormatter.h: -------------------------------------------------------------------------------- 1 | @interface PiNumberFormatter : NSNumberFormatter 2 | 3 | @end 4 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/tvOS/AppDelegateTV.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface AppDelegateTV : UIResponder 4 | 5 | @property (strong, nonatomic) UIWindow *window; 6 | 7 | @end 8 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/tvOS/RootViewControllerTV.h: -------------------------------------------------------------------------------- 1 | // 2 | // RootViewControllerTV.h 3 | // CorePlotGallery 4 | // 5 | 6 | @interface RootViewControllerTV : UITableViewController 7 | 8 | @property (nonatomic, strong) IBOutlet UIBarButtonItem *themeBarButton; 9 | 10 | @end 11 | -------------------------------------------------------------------------------- /CorePlot/examples/CorePlotGallery/src/tvOS/main.m: -------------------------------------------------------------------------------- 1 | #import "AppDelegateTV.h" 2 | #import 3 | 4 | int main(int argc, char *argv[]) 5 | { 6 | @autoreleasepool { 7 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegateTV class])); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_128x128.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_16x16.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_256x256.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_32x32.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_512x512.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/DatePlot/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DatePlot/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DatePlot/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_128x128.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_16x16.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_256x256.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_32x32.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_512x512.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/DropPlot/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/DropPlot_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'DropPlot' target in the 'DropPlot' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/NSString+ParseCSV.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface NSString(ParseCSV) 5 | 6 | -(CPTStringArray *)arrayByParsingCSVLine; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/DropPlot/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /CorePlot/examples/DropPlot/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // DropPlot 4 | // 5 | // Created by Brad Larson on 6/9/2009. 6 | // Copyright SonoPlot, Inc. 2009 . All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, const char *argv[]) 12 | { 13 | return NSApplicationMain(argc, argv); 14 | } 15 | -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/Controller.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface Controller : NSObject 5 | 6 | @end 7 | -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/MinorTickFormatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/MinorTickFormatter.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/Source/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // CPTTestApp 4 | // 5 | // Created by Dirkjan Krijnders on 2/2/09. 6 | // Copyright __MyCompanyName__ 2009. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, const char *argv[]) 12 | { 13 | return NSApplicationMain(argc, argv); 14 | } 15 | -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_128x128.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_16x16.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_256x256.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_32x32.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_512x512.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/MinorTickLabels/minorTickFormatter/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/MinorTickLabels/minorTickFormatter_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'CPTTestApp' target in the 'CPTTestApp' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/Controller.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface Controller : NSObject 5 | 6 | @end 7 | -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_128x128.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_128x128@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_16x16.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_16x16@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_256x256.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_256x256@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_32x32.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_32x32@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_512x512.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/RangePlot/Images.xcassets/AppIcon.appiconset/Icon_512x512@2x.png -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/RangePlot_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'CPTTestApp' target in the 'CPTTestApp' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/Source/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // CPTTestApp 4 | // 5 | // Created by Dirkjan Krijnders on 2/2/09. 6 | // Copyright __MyCompanyName__ 2009. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, const char *argv[]) 12 | { 13 | return NSApplicationMain(argc, argv); 14 | } 15 | -------------------------------------------------------------------------------- /CorePlot/examples/RangePlot/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/examples/RangePlot/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /CorePlot/framework/CorePlot.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/framework/CorePlot.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /CorePlot/framework/CorePlot.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CorePlot/framework/CorePlot.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /CorePlot/framework/CorePlot.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /CorePlot/framework/MacOnly/CPTDecimalNumberValueTransformer.h: -------------------------------------------------------------------------------- 1 | @interface CPTDecimalNumberValueTransformer : NSValueTransformer 2 | 3 | @end 4 | -------------------------------------------------------------------------------- /CorePlot/framework/MacOnly/CPTPlatformSpecificDefines.h: -------------------------------------------------------------------------------- 1 | /// @file 2 | 3 | typedef NSColor CPTNativeColor; ///< Platform-native color. 4 | typedef NSImage CPTNativeImage; ///< Platform-native image format. 5 | typedef NSEvent CPTNativeEvent; ///< Platform-native OS event. 6 | typedef NSFont CPTNativeFont; ///< Platform-native font. 7 | -------------------------------------------------------------------------------- /CorePlot/framework/MacOnly/CPTPlatformSpecificDefines.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/framework/MacOnly/CPTPlatformSpecificDefines.m -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTAxisLabelGroup.h: -------------------------------------------------------------------------------- 1 | #import "CPTLayer.h" 2 | 3 | @interface CPTAxisLabelGroup : CPTLayer 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTAxisLabelTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTAxisLabelTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTAxisTitle.h: -------------------------------------------------------------------------------- 1 | #import "CPTAxisLabel.h" 2 | 3 | @interface CPTAxisTitle : CPTAxisLabel 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTCalendarFormatterTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTCalendarFormatterTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTColorSpaceTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTColorSpaceTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTColorTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTColorTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTDarkGradientThemeTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTDarkGradientThemeTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTDerivedXYGraph.h: -------------------------------------------------------------------------------- 1 | #import "CPTXYGraph.h" 2 | 3 | @interface CPTDerivedXYGraph : CPTXYGraph 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTDerivedXYGraph.m: -------------------------------------------------------------------------------- 1 | #import "CPTDerivedXYGraph.h" 2 | 3 | /** 4 | * @brief An empty XY graph class used for testing themes. 5 | **/ 6 | @implementation CPTDerivedXYGraph 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTFillTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTFillTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTGradientTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTGradientTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTGridLineGroup.h: -------------------------------------------------------------------------------- 1 | #import "CPTLayer.h" 2 | 3 | @class CPTPlotArea; 4 | 5 | @interface CPTGridLineGroup : CPTLayer 6 | 7 | @property (nonatomic, readwrite, cpt_weak_property, nullable) CPTPlotArea *plotArea; 8 | @property (nonatomic, readwrite) BOOL major; 9 | 10 | @end 11 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTGridLines.h: -------------------------------------------------------------------------------- 1 | #import "CPTLayer.h" 2 | 3 | @class CPTAxis; 4 | 5 | @interface CPTGridLines : CPTLayer 6 | 7 | @property (nonatomic, readwrite, cpt_weak_property, nullable) CPTAxis *axis; 8 | @property (nonatomic, readwrite) BOOL major; 9 | 10 | @end 11 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTImageTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTImageTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTLayerTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | #import "CPTDefinitions.h" 4 | 5 | @class CPTLayer; 6 | 7 | @interface CPTLayerTests : CPTTestCase 8 | 9 | @property (nonatomic, readwrite, strong, nonnull) CPTLayer *layer; 10 | @property (nonatomic, readwrite, strong, nonnull) CPTNumberArray *positions; 11 | 12 | @end 13 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTLineStyleTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTLineStyleTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTMutableNumericDataTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTMutableNumericDataTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTMutableNumericDataTypeConversionTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTMutableNumericDataTypeConversionTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTNumericDataTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTNumericDataTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTNumericDataTypeConversionPerformanceTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTNumericDataTypeConversionPerformanceTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTNumericDataTypeConversionTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTNumericDataTypeConversionTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTPlotRangeTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @class CPTMutablePlotRange; 4 | 5 | @interface CPTPlotRangeTests : CPTTestCase 6 | 7 | @property (nonatomic, readwrite, strong) CPTMutablePlotRange *plotRange; 8 | 9 | @end 10 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTPlotSpaceTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @class CPTXYGraph; 4 | 5 | @interface CPTPlotSpaceTests : CPTTestCase 6 | 7 | @property (nonatomic, readwrite, strong, nullable) CPTXYGraph *graph; 8 | 9 | @end 10 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTScatterPlotTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @class CPTScatterPlot; 4 | @class CPTXYPlotSpace; 5 | 6 | @interface CPTScatterPlotTests : CPTTestCase 7 | 8 | @property (nonatomic, readwrite, strong, nullable) CPTScatterPlot *plot; 9 | @property (nonatomic, readwrite, strong, nullable) CPTXYPlotSpace *plotSpace; 10 | 11 | @end 12 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTTestCase.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface CPTTestCase : XCTestCase 4 | 5 | -(nullable id)archiveRoundTrip:(nonnull id)object toClass:(nonnull Class)archiveClass; 6 | -(nullable id)archiveRoundTrip:(nonnull id)object; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTTextStyleTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTTextStyleTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTThemeTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTThemeTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTTimeFormatterTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTTimeFormatterTests : CPTTestCase 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTUtilitiesTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @interface CPTUtilitiesTests : CPTTestCase 4 | 5 | @property (nonatomic, readwrite, assign) CGContextRef context; 6 | 7 | @end 8 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTXYAxisSet.h: -------------------------------------------------------------------------------- 1 | #import "CPTAxisSet.h" 2 | 3 | @class CPTXYAxis; 4 | 5 | @interface CPTXYAxisSet : CPTAxisSet 6 | 7 | @property (nonatomic, readonly, nullable) CPTXYAxis *xAxis; 8 | @property (nonatomic, readonly, nullable) CPTXYAxis *yAxis; 9 | 10 | @end 11 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/CPTXYPlotSpaceTests.h: -------------------------------------------------------------------------------- 1 | #import "CPTTestCase.h" 2 | 3 | @class CPTXYGraph; 4 | 5 | @interface CPTXYPlotSpaceTests : CPTTestCase 6 | 7 | @property (nonatomic, readwrite, strong, nullable) CPTXYGraph *graph; 8 | 9 | @end 10 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/NSDecimalNumberExtensions.h: -------------------------------------------------------------------------------- 1 | /** @category NSDecimalNumber(CPTExtensions) 2 | * @brief Core Plot extensions to NSDecimalNumber. 3 | **/ 4 | @interface NSDecimalNumber(CPTExtensions) 5 | 6 | -(nonnull NSDecimalNumber *)decimalNumber; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTAnimationCGFloatPeriod.h: -------------------------------------------------------------------------------- 1 | #import "CPTAnimationPeriod.h" 2 | 3 | @interface _CPTAnimationCGFloatPeriod : CPTAnimationPeriod 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTAnimationCGPointPeriod.h: -------------------------------------------------------------------------------- 1 | #import "CPTAnimationPeriod.h" 2 | 3 | @interface _CPTAnimationCGPointPeriod : CPTAnimationPeriod 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTAnimationCGRectPeriod.h: -------------------------------------------------------------------------------- 1 | #import "CPTAnimationPeriod.h" 2 | 3 | @interface _CPTAnimationCGRectPeriod : CPTAnimationPeriod 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTAnimationCGSizePeriod.h: -------------------------------------------------------------------------------- 1 | #import "CPTAnimationPeriod.h" 2 | 3 | @interface _CPTAnimationCGSizePeriod : CPTAnimationPeriod 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTAnimationNSDecimalPeriod.h: -------------------------------------------------------------------------------- 1 | #import "CPTAnimationPeriod.h" 2 | 3 | @interface _CPTAnimationNSDecimalPeriod : CPTAnimationPeriod 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTAnimationNSNumberPeriod.h: -------------------------------------------------------------------------------- 1 | #import "CPTAnimationPeriod.h" 2 | 3 | @interface _CPTAnimationNSNumberPeriod : CPTAnimationPeriod 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTAnimationPlotRangePeriod.h: -------------------------------------------------------------------------------- 1 | #import "CPTAnimationPeriod.h" 2 | 3 | @interface _CPTAnimationPlotRangePeriod : CPTAnimationPeriod 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTBorderLayer.h: -------------------------------------------------------------------------------- 1 | #import "CPTLayer.h" 2 | 3 | @class CPTBorderedLayer; 4 | 5 | @interface CPTBorderLayer : CPTLayer 6 | 7 | @property (nonatomic, readwrite, strong, nullable) CPTBorderedLayer *maskedLayer; 8 | 9 | @end 10 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTDarkGradientTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTDarkGradientTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTMaskLayer.h: -------------------------------------------------------------------------------- 1 | #import "CPTLayer.h" 2 | 3 | @interface CPTMaskLayer : CPTLayer 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTPlainBlackTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTPlainBlackTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTPlainWhiteTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTPlainWhiteTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTSlateTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTSlateTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTStocksTheme.h: -------------------------------------------------------------------------------- 1 | #import "_CPTXYTheme.h" 2 | 3 | @interface _CPTStocksTheme : _CPTXYTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/Source/_CPTXYTheme.h: -------------------------------------------------------------------------------- 1 | #import "CPTTheme.h" 2 | 3 | @interface _CPTXYTheme : CPTTheme 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /CorePlot/framework/TestResources/checkformisalignedlayers.d: -------------------------------------------------------------------------------- 1 | #pragma D option quiet 2 | 3 | CorePlot$target:::layer_position_change 4 | { 5 | printf("Misaligned layer: %20s (%u.%03u, %u.%03u, %u.%03u, %u.%03u)\n", copyinstr(arg0), arg1 / 1000, arg1 % 1000, arg2 / 1000, arg2 % 1000, arg3 / 1000, arg3 % 1000, arg4 / 1000, arg4 % 1000 ); 6 | } -------------------------------------------------------------------------------- /CorePlot/framework/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/framework/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /CorePlot/framework/iPhoneOnly/CPTPlatformSpecificDefines.h: -------------------------------------------------------------------------------- 1 | /// @file 2 | 3 | typedef UIColor CPTNativeColor; ///< Platform-native color. 4 | typedef UIImage CPTNativeImage; ///< Platform-native image format. 5 | typedef UIEvent CPTNativeEvent; ///< Platform-native OS event. 6 | typedef UIFont CPTNativeFont; ///< Platform-native font. 7 | -------------------------------------------------------------------------------- /CorePlot/framework/iPhoneOnly/CPTPlatformSpecificDefines.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/CorePlot/framework/iPhoneOnly/CPTPlatformSpecificDefines.m -------------------------------------------------------------------------------- /CorePlot/framework/xcconfig/CorePlotDebug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "CorePlot.xcconfig" 2 | 3 | ONLY_ACTIVE_ARCH = YES 4 | VALIDATE_PRODUCT = NO 5 | DEPLOYMENT_POSTPROCESSING = NO 6 | STRIP_INSTALLED_PRODUCT = NO 7 | GCC_OPTIMIZATION_LEVEL = 0 8 | GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 $(inherited) 9 | ENABLE_NS_ASSERTIONS = YES 10 | COPY_PHASE_STRIP = NO 11 | -------------------------------------------------------------------------------- /CorePlot/framework/xcconfig/CorePlotRelease.xcconfig: -------------------------------------------------------------------------------- 1 | #include "CorePlot.xcconfig" 2 | 3 | ONLY_ACTIVE_ARCH = NO 4 | VALIDATE_PRODUCT = YES 5 | DEPLOYMENT_POSTPROCESSING = YES 6 | STRIP_INSTALLED_PRODUCT = YES 7 | GCC_OPTIMIZATION_LEVEL = s 8 | ENABLE_NS_ASSERTIONS = NO 9 | COPY_PHASE_STRIP = YES 10 | -------------------------------------------------------------------------------- /Documentation/AppStoreReportingInstructions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Documentation/AppStoreReportingInstructions.pdf -------------------------------------------------------------------------------- /Documentation/Fiscal Calendars/fiscal-calendar-2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Documentation/Fiscal Calendars/fiscal-calendar-2008.png -------------------------------------------------------------------------------- /Documentation/Fiscal Calendars/fiscal-calendar-2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Documentation/Fiscal Calendars/fiscal-calendar-2009.png -------------------------------------------------------------------------------- /Documentation/Fiscal Calendars/fiscal-calendar-2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Documentation/Fiscal Calendars/fiscal-calendar-2010.png -------------------------------------------------------------------------------- /Documentation/Fiscal Calendars/fiscal-calendar-2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Documentation/Fiscal Calendars/fiscal-calendar-2011.png -------------------------------------------------------------------------------- /English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Frameworks/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Frameworks/.DS_Store -------------------------------------------------------------------------------- /Resources/Images/App.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Resources/Images/App.icns -------------------------------------------------------------------------------- /Resources/Images/Document.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Resources/Images/Document.icns -------------------------------------------------------------------------------- /Resources/Images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Resources/Images/error.png -------------------------------------------------------------------------------- /Resources/Images/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Resources/Images/info.png -------------------------------------------------------------------------------- /Resources/Images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/Resources/Images/warning.png -------------------------------------------------------------------------------- /TestData/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/TestData/.DS_Store -------------------------------------------------------------------------------- /TestData/Safety Light.beans/account.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chockenberry/BeanCounter/e5094394e9389370af978892e009827edd1bb8eb/TestData/Safety Light.beans/account.db -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // BeanCounter 4 | // 5 | // Created by Craig Hockenberry on 1/16/11. 6 | // Copyright The Iconfactory 2011 . All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) 12 | { 13 | return NSApplicationMain(argc, (const char **) argv); 14 | } 15 | --------------------------------------------------------------------------------