├── Release ├── next_release.txt └── template.dmg.zip ├── Externals ├── Sparkle.framework │ ├── Versions │ │ ├── Current │ │ └── A │ │ │ ├── Sparkle │ │ │ ├── Resources │ │ │ ├── fr_CA.lproj │ │ │ ├── fr.lproj │ │ │ │ ├── fr.lproj │ │ │ │ ├── Sparkle.strings │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ ├── relaunch │ │ │ ├── de.lproj │ │ │ │ ├── Sparkle.strings │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ ├── en.lproj │ │ │ │ ├── Sparkle.strings │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ ├── es.lproj │ │ │ │ ├── Sparkle.strings │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ ├── it.lproj │ │ │ │ ├── Sparkle.strings │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ ├── nl.lproj │ │ │ │ ├── Sparkle.strings │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ ├── ru.lproj │ │ │ │ ├── Sparkle.strings │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ ├── sv.lproj │ │ │ │ ├── Sparkle.strings │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ │ └── SUUpdatePermissionPrompt.nib │ │ │ │ │ ├── keyedobjects.nib │ │ │ │ │ └── info.nib │ │ │ ├── SUStatus.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── Info.plist │ │ │ └── License.txt │ │ │ └── Headers │ │ │ ├── Sparkle.h │ │ │ ├── SUAppcast.h │ │ │ └── SUVersionComparisonProtocol.h │ ├── Headers │ ├── Resources │ └── Sparkle ├── Growl │ ├── 1.2.3 │ │ ├── Growl │ │ └── Headers │ │ │ └── Growl.h │ └── 1.3.1 │ │ ├── Growl │ │ ├── Headers │ │ └── Growl.h │ │ └── _CodeSignature │ │ └── CodeResources ├── google-toolbox-for-mac │ ├── TigerGcov │ │ ├── libgcov.a │ │ └── libgcov_readme.html │ ├── iPhone │ │ ├── TestData │ │ │ ├── phone.png │ │ │ ├── GTMUIImage+Resize_100x100.png │ │ │ ├── GTMUIImage+Resize_100x50.png │ │ │ ├── GTMUIImage+Resize_50x100.png │ │ │ ├── GTMUIImage+Resize_100x100_to_40x60.png │ │ │ ├── GTMUIImage+Resize_100x100_to_50x50.png │ │ │ ├── GTMUIImage+Resize_100x100_to_60x40.png │ │ │ ├── GTMUIImage+Resize_100x50_to_40x60_clip.png │ │ │ ├── GTMUIImage+Resize_100x50_to_50x50_clip.png │ │ │ ├── GTMUIImage+Resize_100x50_to_60x40_clip.png │ │ │ ├── GTMUIImage+Resize_50x100_to_40x60_clip.png │ │ │ ├── GTMUIImage+Resize_50x100_to_50x50_clip.png │ │ │ ├── GTMUIImage+Resize_50x100_to_60x40_clip.png │ │ │ ├── GTMUIImage+Resize_100x50_to_40x60_noclip.png │ │ │ ├── GTMUIImage+Resize_100x50_to_50x50_noclip.png │ │ │ ├── GTMUIImage+Resize_100x50_to_60x40_noclip.png │ │ │ ├── GTMUIImage+Resize_50x100_to_40x60_noclip.png │ │ │ ├── GTMUIImage+Resize_50x100_to_50x50_noclip.png │ │ │ └── GTMUIImage+Resize_50x100_to_60x40_noclip.png │ │ ├── GTMABAddressBook.strings │ │ ├── GTMUIFont+LineHeight.h │ │ └── GTMUIFont+LineHeight.m │ ├── AddressBook │ │ ├── TestData │ │ │ └── phone.png │ │ └── GTMABAddressBook.strings │ ├── XcodePlugin │ │ ├── Resources │ │ │ ├── GTM.icns │ │ │ ├── EnableGCov.applescript │ │ │ ├── GTM.xcspec │ │ │ └── Credits.rtf │ │ ├── English.lproj │ │ │ └── InfoPlist.strings │ │ ├── XcodeHeaders │ │ │ ├── PBXLSPlugin.h │ │ │ ├── PBXChangeNotification.h │ │ │ ├── PBXContainerItemChangeNotification.h │ │ │ ├── PBXSelection.h │ │ │ └── PBXPreferencesPaneModule.h │ │ ├── GTMXcodePlugin.pch │ │ ├── NSTask+Script.h │ │ └── GTMXcodePlugin.h │ ├── UnitTesting │ │ ├── GTMUIViewUnitTestingTest.png │ │ ├── TestData │ │ │ ├── GTMUnitTestingImage.tiff │ │ │ ├── GTMUnitTestingView.tiff │ │ │ ├── GTMUnitTestingWindow.tiff │ │ │ ├── GTMUIViewUnitTestingTest.png │ │ │ ├── GTMUnitTestingImage.10.6.tiff │ │ │ ├── GTMUnitTestingView.10.6.tiff │ │ │ ├── GTMUnitTestingWindow.10.5.6.tiff │ │ │ ├── GTMUnitTestingWindow.10.5.7.tiff │ │ │ ├── GTMUnitTestingWindow.10.5.8.tiff │ │ │ ├── GTMUnitTestingWindow.10.6.tiff │ │ │ ├── GTMUnitTestingTest.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── info.nib │ │ │ ├── GTMUnitTestingImage.gtmUTState │ │ │ └── GTMUIViewUnitTestingTest.gtmUTState │ │ └── GTMUIUnitTestingHarness │ │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ │ └── main.m │ ├── AppKit │ │ ├── TestData │ │ │ ├── GTMNSBezierPath+CGPathTest.tiff │ │ │ ├── GTMNSBezierPath+ShadingTest.tiff │ │ │ ├── GTMNSBezierPath+RoundRectTest.tiff │ │ │ ├── GTMNSBezierPath+CGPathTest.ppc64.tiff │ │ │ ├── GTMNSBezierPath+CGPathTest.x86_64.tiff │ │ │ ├── GTMFadeTruncatingTextFieldCellTest1.tiff │ │ │ ├── GTMFadeTruncatingTextFieldCellTest2.tiff │ │ │ ├── GTMFadeTruncatingTextFieldCellTest3.tiff │ │ │ ├── GTMFadeTruncatingTextFieldCellTest4.tiff │ │ │ ├── GTMNSBezierPath+RoundRectTest.ppc64.tiff │ │ │ ├── GTMNSBezierPath+RoundRectTest.x86_64.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest1-0.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest1-1.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest1-2.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest2-0.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest2-1.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest2-2.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest3-0.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest3-1.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest3-2.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest3-3.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest3-4.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest4-0.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest4-1.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest4-2.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest5-0.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest5-1.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest5-2.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest4-0.10_4_SDK.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest4-1.10_4_SDK.tiff │ │ │ ├── GTMUILocalizerAndLayoutTweakerTest4-2.10_4_SDK.tiff │ │ │ ├── GTMUILocalizerWindow2State.gtmUTState │ │ │ └── GTMUILocalizerMenuState.gtmUTState │ │ ├── GTMUILocalizerAndLayoutTweakerTest.h │ │ ├── GTMFadeTruncatingTextFieldCell.h │ │ ├── GTMHotKeyTextFieldTest.h │ │ └── GTMIBArrayTest.h │ ├── SpotlightPlugins │ │ ├── AppleScript │ │ │ ├── TestData │ │ │ │ ├── test.scpt.tar │ │ │ │ └── test.scptd │ │ │ │ │ └── Contents │ │ │ │ │ ├── Resources │ │ │ │ │ ├── Scripts │ │ │ │ │ │ └── main.scpt │ │ │ │ │ └── description.rtfd │ │ │ │ │ │ └── TXT.rtf │ │ │ │ │ └── Info.plist │ │ │ ├── English.lproj │ │ │ │ └── InfoPlist.strings │ │ │ └── PluginID.h │ │ ├── XcodeProject │ │ │ ├── English.lproj │ │ │ │ └── InfoPlist.strings │ │ │ └── PluginID.h │ │ ├── InterfaceBuilder │ │ │ ├── English.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── TestData │ │ │ │ └── NibCocoaTest.nib │ │ │ │ │ └── keyedobjects.nib │ │ │ └── PluginID.h │ │ └── Installer │ │ │ ├── DeveloperSpotlightImporters.pmdoc │ │ │ ├── 01applescript-contents.xml │ │ │ ├── 02xcodeproject-contents.xml │ │ │ └── 03interfacebuilder-contents.xml │ │ │ ├── XcodeProjectInstallerPost.sh │ │ │ ├── InterfaceBuilderInstallerPost.sh │ │ │ ├── Welcome.rtf │ │ │ ├── ApplescriptInstallerPost.sh │ │ │ └── ApplescriptInstallerPreflight.sh │ ├── GTM-Info.plist │ ├── UnitTest-Info.plist │ ├── GTMiPhone-Info.plist │ ├── BuildingAndUsing.txt │ ├── XcodeConfig │ │ └── subconfig │ │ │ ├── iPhone20.xcconfig │ │ │ ├── iPhone21.xcconfig │ │ │ ├── iPhone22.xcconfig │ │ │ ├── iPhone30.xcconfig │ │ │ ├── iPhone31.xcconfig │ │ │ ├── iPhone221.xcconfig │ │ │ ├── iPhone312.xcconfig │ │ │ ├── CodeCoverageStatic.xcconfig │ │ │ ├── CodeCoverage.xcconfig │ │ │ ├── GCSupported.xcconfig │ │ │ ├── TigerOrLater.xcconfig │ │ │ └── LeopardOrLater.xcconfig │ └── Foundation │ │ ├── GTMHTTPFetcher.h │ │ └── GTMProgressMonitorInputStream.h ├── MGViewAnimation │ ├── English.lproj │ │ ├── InfoPlist.strings │ │ └── MainMenu.nib │ │ │ ├── keyedobjects.nib │ │ │ ├── classes.nib │ │ │ └── info.nib │ ├── NSViewAnimation Test_Prefix.pch │ ├── main.m │ ├── SimpleView.h │ ├── AppController.h │ ├── Info.plist │ └── SimpleView.m └── UKDockProgressIndicator │ ├── UKDockProgressIndicator.h │ └── English.lproj │ └── MiniProgressGradient.png ├── Tags.scpt ├── Document.scpt ├── Plugins ├── TheTVDB │ ├── Access.h │ ├── src │ │ └── TheTVDBPlugin.h │ └── Info.plist ├── TheMovieDb │ ├── Access.h │ ├── src │ │ └── TheMovieDbPlugin.h │ └── Info.plist ├── AtomicParsley │ ├── resources │ │ ├── mp4chaps │ │ ├── AtomicParsley │ │ └── mp4chaps-build │ │ │ ├── complete.sh │ │ │ └── build.sh │ └── src │ │ └── AtomicParsleyPlugin.h ├── TagChimp │ ├── resources │ │ └── tagChimp.png │ ├── src │ │ ├── TagChimpPlugin.h │ │ └── TCSearch.h │ └── Info.plist ├── Amazon │ ├── Access_template.h │ ├── src │ │ └── AmazonPlugin.h │ └── Info.plist ├── Quit MetaZ.applescript ├── OSXNotification │ ├── src │ │ ├── OSXNotificationPlugin.h │ │ └── MZNotification.h │ └── Info.plist ├── Growl │ ├── src │ │ └── GrowlPlugin.h │ └── Info.plist ├── AlertWindow │ ├── src │ │ └── AlertWindowPlugin.h │ └── Info.plist ├── Add to iTunes.applescript └── Example Actions.applescript ├── Selection.scpt ├── App ├── resources │ ├── Play.tiff │ ├── Stop.tiff │ ├── metaz.png │ ├── MetaZ.icns │ ├── Pause.tiff │ ├── Queue.tiff │ ├── Reveal.png │ ├── RevealOn.png │ ├── ZoomIn.tif │ ├── ZoomOut.tif │ ├── RotateLeft.tif │ ├── SizeToFit.tif │ ├── modified.tiff │ ├── AddToQueue.tiff │ ├── RevealHover.png │ ├── RotateRight.tif │ ├── StopProgress.png │ ├── StopProgressOn.png │ ├── ZoomActualSize.tif │ ├── PosterBackground.png │ ├── StopProgressHover.png │ ├── modified_header.tiff │ ├── modified_selected.tiff │ ├── PosterBackgroundError.png │ ├── PosterBackgroundMultiple.png │ └── Return iTunes selected.applescript ├── English.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── MetaZ_Prefix.pch └── src │ ├── Utilities.h │ ├── MZGetCommand.h │ ├── MZWriteQueue+Private.h │ ├── MZComboBox.h │ ├── MZTextView.h │ ├── PicturesArrayController.h │ ├── MZTextField.h │ ├── MZDateFormatter.h │ ├── MZArrayController.h │ ├── EnsureArrayTransformer.h │ ├── MZMultipleDateFormatter.h │ ├── ToolTipLabel.h │ ├── MZSelectedMetaDataDocument.h │ ├── MetaEditPanel.h │ ├── UndoTableView.h │ ├── MZComboBox.m │ ├── MZTextField.m │ ├── MyQueueCollectionView.h │ ├── FilesArrayController.h │ ├── Resources.h │ ├── ToolTipButton.h │ ├── Resources.m │ ├── MZApplyEditor.h │ ├── MZFileNameTextStorage.h │ ├── MZWriteQueueStatus+Private.h │ ├── MZViewAnimation.h │ ├── IKImageView-Missing.h │ ├── FilesUndoController.h │ ├── MetaEditPanel.m │ ├── MZMetaSearcher.h │ ├── MetaZApplication.h │ ├── Utilities.m │ ├── SearchMeta.h │ ├── FileViewBox.h │ ├── EnsureArrayTransformer.m │ ├── MyQueueCollectionView.m │ ├── GenreDataSource.h │ ├── FilesTableView.h │ ├── FakeSearchResult.h │ ├── PresetSegmentedControl.h │ ├── ChaptersTableView.h │ ├── QueueWindowController.h │ ├── SearchProfile.h │ ├── MZWriteQueueStatus.h │ └── PictureEditor.h ├── MetaZ.xcodeproj ├── TemplateIcon.icns └── project.xcworkspace │ └── contents.xcworkspacedata ├── Framework ├── English.lproj │ ├── MZTags.strings │ └── VideoType.strings ├── MetaZKit_Prefix.pch └── src │ ├── NSData+MZCleanUTF8.h │ ├── NSFileManager+MZCreate.h │ ├── NSString+TempFile.h │ ├── NSDate+UTC.h │ ├── NSObject+WaitUntilChange.h │ ├── NSString+MimeTypePattern.h │ ├── MetaEditsUndoManager.h │ ├── NSString+MZAllInCharacterSet.h │ ├── NSXMLNode+MZExtensions.h │ ├── NSString+MZQueryString.h │ ├── MetaChangeNotification.m │ ├── NSFileManager+MZCreate.m │ ├── NSObject+ProtectedKeyValue.h │ ├── NSError+MZScriptError.h │ ├── MZErrorOperation.h │ ├── PureMetaEdits.h │ ├── MZPlugin+Private.h │ ├── NSInvocation+Wrapping.h │ ├── MZHTTPRequest.h │ ├── MZPriorObserverFix.h │ ├── NSString+TempFile.m │ ├── NSString+MZAllInCharacterSet.m │ ├── MZScriptActionsPlugin.h │ ├── NSArray+Mapping.h │ ├── NSXMLNode+MZExtensions.m │ ├── TagData.h │ ├── MZQueueOperation.h │ ├── MZSearchResult.h │ ├── MetaLoaded.h │ ├── MetaEditsUndoManager.m │ ├── MZHTTPRequest.m │ ├── MZOperationsController.h │ ├── NSDate+UTC.m │ ├── NSObject+ProtectedKeyValue.m │ ├── MZTimeCode.h │ ├── NSError+MZScriptError.m │ ├── MZLogger.m │ ├── MZVersion.h │ ├── NSData+MZCleanUTF8.m │ ├── MZSearchProviderPlugin.h │ └── MZReadOperationsController.h ├── MetaZ Plugin.sdtemplate ├── MetaZ Plugin.scpt ├── TemplateIcon.icns └── TemplateInfo.plist ├── bisect.sh ├── init.sh ├── .gitmodules ├── .gitignore ├── version.plist └── Scripts └── document_types.bash /Release/next_release.txt: -------------------------------------------------------------------------------- 1 | 1.0a15 -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /Tags.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Tags.scpt -------------------------------------------------------------------------------- /Document.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Document.scpt -------------------------------------------------------------------------------- /Plugins/TheTVDB/Access.h: -------------------------------------------------------------------------------- 1 | #define THETVDB_API_KEY @"D32F081061ABCCB1" 2 | 3 | -------------------------------------------------------------------------------- /Selection.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Selection.scpt -------------------------------------------------------------------------------- /App/resources/Play.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/Play.tiff -------------------------------------------------------------------------------- /App/resources/Stop.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/Stop.tiff -------------------------------------------------------------------------------- /App/resources/metaz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/metaz.png -------------------------------------------------------------------------------- /App/resources/MetaZ.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/MetaZ.icns -------------------------------------------------------------------------------- /App/resources/Pause.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/Pause.tiff -------------------------------------------------------------------------------- /App/resources/Queue.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/Queue.tiff -------------------------------------------------------------------------------- /App/resources/Reveal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/Reveal.png -------------------------------------------------------------------------------- /App/resources/RevealOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/RevealOn.png -------------------------------------------------------------------------------- /App/resources/ZoomIn.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/ZoomIn.tif -------------------------------------------------------------------------------- /App/resources/ZoomOut.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/ZoomOut.tif -------------------------------------------------------------------------------- /Plugins/TheMovieDb/Access.h: -------------------------------------------------------------------------------- 1 | #define THEMOVIEDB_API_KEY @"a2d6b9d31ed78237618c953eb2df504d" 2 | 3 | -------------------------------------------------------------------------------- /Release/template.dmg.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Release/template.dmg.zip -------------------------------------------------------------------------------- /App/resources/RotateLeft.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/RotateLeft.tif -------------------------------------------------------------------------------- /App/resources/SizeToFit.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/SizeToFit.tif -------------------------------------------------------------------------------- /App/resources/modified.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/modified.tiff -------------------------------------------------------------------------------- /Externals/Growl/1.2.3/Growl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Growl/1.2.3/Growl -------------------------------------------------------------------------------- /Externals/Growl/1.3.1/Growl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Growl/1.3.1/Growl -------------------------------------------------------------------------------- /App/resources/AddToQueue.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/AddToQueue.tiff -------------------------------------------------------------------------------- /App/resources/RevealHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/RevealHover.png -------------------------------------------------------------------------------- /App/resources/RotateRight.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/RotateRight.tif -------------------------------------------------------------------------------- /App/resources/StopProgress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/StopProgress.png -------------------------------------------------------------------------------- /App/resources/StopProgressOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/StopProgressOn.png -------------------------------------------------------------------------------- /App/resources/ZoomActualSize.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/ZoomActualSize.tif -------------------------------------------------------------------------------- /MetaZ.xcodeproj/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/MetaZ.xcodeproj/TemplateIcon.icns -------------------------------------------------------------------------------- /App/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /App/resources/PosterBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/PosterBackground.png -------------------------------------------------------------------------------- /App/resources/StopProgressHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/StopProgressHover.png -------------------------------------------------------------------------------- /App/resources/modified_header.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/modified_header.tiff -------------------------------------------------------------------------------- /App/resources/modified_selected.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/modified_selected.tiff -------------------------------------------------------------------------------- /App/English.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/English.lproj/Localizable.strings -------------------------------------------------------------------------------- /Framework/English.lproj/MZTags.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Framework/English.lproj/MZTags.strings -------------------------------------------------------------------------------- /App/resources/PosterBackgroundError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/PosterBackgroundError.png -------------------------------------------------------------------------------- /Framework/English.lproj/VideoType.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Framework/English.lproj/VideoType.strings -------------------------------------------------------------------------------- /MetaZ Plugin.sdtemplate/MetaZ Plugin.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/MetaZ Plugin.sdtemplate/MetaZ Plugin.scpt -------------------------------------------------------------------------------- /MetaZ Plugin.sdtemplate/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/MetaZ Plugin.sdtemplate/TemplateIcon.icns -------------------------------------------------------------------------------- /Plugins/AtomicParsley/resources/mp4chaps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Plugins/AtomicParsley/resources/mp4chaps -------------------------------------------------------------------------------- /Plugins/TagChimp/resources/tagChimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Plugins/TagChimp/resources/tagChimp.png -------------------------------------------------------------------------------- /App/resources/PosterBackgroundMultiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/App/resources/PosterBackgroundMultiple.png -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /Plugins/AtomicParsley/resources/AtomicParsley: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Plugins/AtomicParsley/resources/AtomicParsley -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/fr.lproj: -------------------------------------------------------------------------------- 1 | /Users/andym/Development/Build Products/Release/Sparkle.framework/Resources/fr.lproj -------------------------------------------------------------------------------- /Externals/Growl/1.3.1/Headers/Growl.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #ifdef __OBJC__ 4 | # include 5 | #endif 6 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/TigerGcov/libgcov.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/TigerGcov/libgcov.a -------------------------------------------------------------------------------- /Plugins/Amazon/Access_template.h: -------------------------------------------------------------------------------- 1 | #define AMAZON_ACCESS_ID @"Your Amazon AWS Access ID" 2 | #define AMAZON_ACCESS_KEY @"Your Amazon AWS Access Key" 3 | 4 | -------------------------------------------------------------------------------- /Externals/MGViewAnimation/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/MGViewAnimation/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/relaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/relaunch -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/phone.png -------------------------------------------------------------------------------- /Externals/UKDockProgressIndicator/UKDockProgressIndicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/UKDockProgressIndicator/UKDockProgressIndicator.h -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AddressBook/TestData/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AddressBook/TestData/phone.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/Resources/GTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/XcodePlugin/Resources/GTM.icns -------------------------------------------------------------------------------- /bisect.sh: -------------------------------------------------------------------------------- 1 | xcodebuild -activetarget -activeconfiguration clean 2 | rm -rf build 3 | xcodebuild -activetarget -activeconfiguration 4 | build/Debug/MetaZ.app/Contents/MacOS/MetaZ -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/GTMABAddressBook.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/GTMABAddressBook.strings -------------------------------------------------------------------------------- /Externals/Growl/1.2.3/Headers/Growl.h: -------------------------------------------------------------------------------- 1 | #include "GrowlDefines.h" 2 | 3 | #ifdef __OBJC__ 4 | # include "GrowlApplicationBridge.h" 5 | #endif 6 | #include "GrowlApplicationBridge-Carbon.h" 7 | -------------------------------------------------------------------------------- /Externals/MGViewAnimation/English.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/MGViewAnimation/English.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AddressBook/GTMABAddressBook.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AddressBook/GTMABAddressBook.strings -------------------------------------------------------------------------------- /init.sh: -------------------------------------------------------------------------------- 1 | git submodule init 2 | git submodule update 3 | cp Plugins/Amazon/Access_template.h Plugins/Amazon/Access.h 4 | curl -L http://github.com/downloads/griff/metaz/missing.tar.gz | tar zxv -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Externals/UKDockProgressIndicator/English.lproj/MiniProgressGradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/UKDockProgressIndicator/English.lproj/MiniProgressGradient.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/GTMUIViewUnitTestingTest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/GTMUIViewUnitTestingTest.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/XcodePlugin/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingImage.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingImage.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingView.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingView.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/Resources/EnableGCov.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/XcodePlugin/Resources/EnableGCov.applescript -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x100.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+CGPathTest.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+CGPathTest.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+ShadingTest.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+ShadingTest.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+RoundRectTest.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+RoundRectTest.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUIViewUnitTestingTest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUIViewUnitTestingTest.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingImage.10.6.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingImage.10.6.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingView.10.6.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingView.10.6.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+CGPathTest.ppc64.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+CGPathTest.ppc64.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/AppleScript/TestData/test.scpt.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/SpotlightPlugins/AppleScript/TestData/test.scpt.tar -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.10.5.6.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.10.5.6.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.10.5.7.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.10.5.7.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.10.5.8.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.10.5.8.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.10.6.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingWindow.10.6.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/Resources/GTM.xcspec: -------------------------------------------------------------------------------- 1 | ( 2 | { 3 | Identifier = "com.google.gtm.gtmxcodeplugin"; 4 | Name = GTMXcodePlugin; 5 | Type = Generic; 6 | InstallsPreferences = yes; 7 | }, 8 | ) -------------------------------------------------------------------------------- /App/MetaZ_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'MetaZ' target in the 'MetaZ' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #import 8 | #endif 9 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+CGPathTest.x86_64.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+CGPathTest.x86_64.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x100_to_40x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x100_to_40x60.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x100_to_50x50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x100_to_50x50.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x100_to_60x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x100_to_60x40.png -------------------------------------------------------------------------------- /Plugins/Quit MetaZ.applescript: -------------------------------------------------------------------------------- 1 | using terms from application "MetaZ" 2 | on queue finished processing 3 | tell application "MetaZ" 4 | quit later 5 | end tell 6 | end queue finished processing 7 | end using terms from -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMFadeTruncatingTextFieldCellTest1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMFadeTruncatingTextFieldCellTest1.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMFadeTruncatingTextFieldCellTest2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMFadeTruncatingTextFieldCellTest2.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMFadeTruncatingTextFieldCellTest3.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMFadeTruncatingTextFieldCellTest3.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMFadeTruncatingTextFieldCellTest4.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMFadeTruncatingTextFieldCellTest4.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+RoundRectTest.ppc64.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+RoundRectTest.ppc64.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+RoundRectTest.x86_64.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMNSBezierPath+RoundRectTest.x86_64.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest1-0.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest1-0.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest1-1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest1-1.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest1-2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest1-2.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest2-0.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest2-0.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest2-1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest2-1.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest2-2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest2-2.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-0.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-0.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-1.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-2.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-3.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-3.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-4.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest3-4.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-0.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-0.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-1.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-2.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest5-0.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest5-0.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest5-1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest5-1.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest5-2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest5-2.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_clip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_clip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_clip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_clip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_clip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_clip.png -------------------------------------------------------------------------------- /Framework/MetaZKit_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'MetaZ' target in the 'MetaZ' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #import "MZConstants.h" 8 | #endif 9 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/AppleScript/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/SpotlightPlugins/AppleScript/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingTest.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingTest.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_noclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_noclip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_noclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_noclip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_noclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_noclip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_noclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_noclip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_noclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_noclip.png -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_noclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_noclip.png -------------------------------------------------------------------------------- /MetaZ.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/XcodeProject/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/SpotlightPlugins/XcodeProject/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/InterfaceBuilder/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/SpotlightPlugins/InterfaceBuilder/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-0.10_4_SDK.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-0.10_4_SDK.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-1.10_4_SDK.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-1.10_4_SDK.tiff -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-2.10_4_SDK.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerAndLayoutTweakerTest4-2.10_4_SDK.tiff -------------------------------------------------------------------------------- /Externals/MGViewAnimation/NSViewAnimation Test_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'NSViewAnimation Test' target in the 'NSViewAnimation Test' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #endif 8 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/GTMUIUnitTestingHarness/English.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/UnitTesting/GTMUIUnitTestingHarness/English.lproj/Localizable.strings -------------------------------------------------------------------------------- /App/src/Utilities.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Utilities.h 3 | * MetaZ 4 | * 5 | * Created by Brian Olsen on 26/09/09. 6 | * Copyright 2009 Maven-Group. All rights reserved. 7 | * 8 | */ 9 | #import 10 | 11 | void dumpMethods(Class clz); 12 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "Externals/asi-http-request"] 2 | path = Externals/asi-http-request 3 | url = https://github.com/pokeb/asi-http-request.git 4 | [submodule "Externals/JSONKit"] 5 | path = Externals/JSONKit 6 | url = https://github.com/johnezang/JSONKit.git 7 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/InterfaceBuilder/TestData/NibCocoaTest.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/SpotlightPlugins/InterfaceBuilder/TestData/NibCocoaTest.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/AppleScript/TestData/test.scptd/Contents/Resources/Scripts/main.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basuke/metaz/develop/Externals/google-toolbox-for-mac/SpotlightPlugins/AppleScript/TestData/test.scptd/Contents/Resources/Scripts/main.scpt -------------------------------------------------------------------------------- /Framework/src/NSData+MZCleanUTF8.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSData+MZCleanUTF8.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 24/11/13. 6 | // 7 | // 8 | 9 | #import 10 | 11 | @interface NSData (MZCleanUTF8) 12 | 13 | - (NSData *)mz_cleanUTF8; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /App/src/MZGetCommand.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZGetCommand.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 30/10/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MZGetCommand : NSGetCommand { 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Plugins/AtomicParsley/resources/mp4chaps-build/complete.sh: -------------------------------------------------------------------------------- 1 | 2 | sh scripts/build.sh ppc 3 | sh scripts/build.sh i386 4 | sh scripts/build.sh x86_64 5 | 6 | LINK=`readlink -n scripts` 7 | lipo -create -arch ppc code/ppc/mp4chaps -arch i386 code/i386/mp4chaps -arch x86_64 code/x86_64/mp4chaps -output $LINK/../mp4chaps -------------------------------------------------------------------------------- /App/resources/Return iTunes selected.applescript: -------------------------------------------------------------------------------- 1 | tell application "iTunes" set sel to selection set ret to {} set retRef to a reference to ret set len to length of sel repeat with n from 1 to len set obj to item n of sel set i to {mylocation:location of obj, myid:persistent ID of obj} copy i to the end of retRef end repeat end tell return ret -------------------------------------------------------------------------------- /Framework/src/NSFileManager+MZCreate.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSFileManager+MZCreate.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 09/04/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSFileManager (MZCreate) 13 | 14 | +(NSFileManager *)manager; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Plugins/OSXNotification/src/OSXNotificationPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // OSXNotificationPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 24/11/13. 6 | // 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface OSXNotificationPlugin : MZActionsPlugin { 13 | NSDate* startTime; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Framework/src/NSString+TempFile.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+TempFile.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 19/01/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSString (MZTempFile) 13 | 14 | + (id)temporaryPathWithFormat:(NSString *)format; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Externals/MGViewAnimation/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // NSViewAnimation Test 4 | // 5 | // Created by Matt Gemmell on 08/11/2006. 6 | // Copyright Magic Aubergine 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 | -------------------------------------------------------------------------------- /Plugins/Growl/src/GrowlPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // GrowlPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 06/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface GrowlPlugin : MZActionsPlugin { 13 | NSDate* startTime; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /App/src/MZWriteQueue+Private.h: -------------------------------------------------------------------------------- 1 | /* 2 | * MZWriteQueue-Private.h 3 | * MetaZ 4 | * 5 | * Created by Brian Olsen on 04/10/09. 6 | * Copyright 2009 Maven-Group. All rights reserved. 7 | * 8 | */ 9 | 10 | 11 | @interface MZWriteQueue () 12 | @property(readonly) BOOL hasNextItem; 13 | 14 | - (void)startNextItem; 15 | - (void)itemStopped; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Framework/src/NSDate+UTC.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDate+UTC.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/11/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSDate (UTC) 13 | 14 | + (NSDate *)dateWithUTCString:(NSString *)timestamp; 15 | - (NSString *)utcTimestamp; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /App/src/MZComboBox.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZComboBox.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 08/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | /*! 13 | * Combo box that doesn't drop responder status when editing ends. 14 | */ 15 | @interface MZComboBox : NSComboBox { 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /App/src/MZTextView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZTextField.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 07/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /*! 12 | * Text view that doesn't drop responder status when editing ends. 13 | */ 14 | @interface MZTextView : NSTextView 15 | { 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /App/src/PicturesArrayController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PicturesArrayController.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 14/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MZApplyEditor.h" 11 | 12 | @interface PicturesArrayController : NSArrayController { 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Framework/src/NSObject+WaitUntilChange.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+WaitUntilChange.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 06/05/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSObject (WaitUntilChange) 13 | 14 | - (void)waitForChangedKeyPath:(NSString *)keyPath; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Framework/src/NSString+MimeTypePattern.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+MimeTypePattern.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 08/12/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSString (MimeTypePattern) 13 | 14 | - (BOOL)matchesMimeTypePattern:(NSString *)pattern; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /App/src/MZTextField.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZTextField.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 08/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | /*! 13 | * Text field that doesn't drop responder status when editing ends. 14 | */ 15 | @interface MZTextField : NSTextField { 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Framework/src/MetaEditsUndoManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // MetaEditsUndoManager.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 18/11/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MetaEditsUndoManager : NSUndoManager 13 | { 14 | } 15 | 16 | - (void)setActionName:(NSString *)actionName; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Plugins/AlertWindow/src/AlertWindowPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // AlertWindowPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 06/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface AlertWindowPlugin : MZActionsPlugin { 13 | NSDate* startTime; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Framework/src/NSString+MZAllInCharacterSet.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+MZAllInCharacterSet.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 08/08/11. 6 | // Copyright 2011 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSString (MZAllInCharacterSet) 13 | 14 | - (BOOL)mz_allInCharacterSet:(NSCharacterSet *)set; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Framework/src/NSXMLNode+MZExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSXMLNode-Accessors.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 12/11/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSXMLNode (MZExtensions) 13 | 14 | - (NSString *)stringForXPath:(NSString *)xpath error:(NSError **)error; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /App/src/MZDateFormatter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZDateFormatter.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 08/08/11. 6 | // Copyright 2011 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /** 12 | * A date formatter where a nil and an empty string are valid values. 13 | */ 14 | @interface MZDateFormatter : NSDateFormatter { 15 | } 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Framework/src/NSString+MZQueryString.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+MZQueryString.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/12/11. 6 | // Copyright 2011 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSString (MZQueryString) 13 | 14 | + (NSString *)mz_queryStringForParameterDictionary:(NSDictionary *)theParameters; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /App/src/MZArrayController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZArrayController.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 03/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MZArrayController : NSArrayController { 13 | NSTimeInterval rearrangeDelay; 14 | } 15 | @property(assign) NSTimeInterval rearrangeDelay; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Plugins/Amazon/src/AmazonPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // AmazonPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/11/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface AmazonPlugin : MZSearchProviderPlugin 13 | { 14 | NSArray* supportedSearchTags; 15 | NSMenu* menu; 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /App/src/EnsureArrayTransformer.h: -------------------------------------------------------------------------------- 1 | // 2 | // EnsureArrayTransformer.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 18/12/11. 6 | // Copyright 2011 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface EnsureArrayTransformer : NSValueTransformer { 13 | 14 | } 15 | 16 | + (Class)transformedValueClass; 17 | + (BOOL)allowsReverseTransformation; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /App/src/MZMultipleDateFormatter.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZMultipleDateFormatter.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 20/12/11. 6 | // Copyright 2011 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MZMultipleDateFormatter : NSDateFormatter { 13 | NSDateFormatter* utc; 14 | NSDateFormatter* iso8601; 15 | } 16 | 17 | -(id)init; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Framework/src/MetaChangeNotification.m: -------------------------------------------------------------------------------- 1 | // 2 | // MetaChangeNotification.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 12/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @implementation NSObject (ChangeNotification) 12 | 13 | -(void)willStoreValueForKey:(NSString *)key {} 14 | -(void)didStoreValueForKey:(NSString *)key {} 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Framework/src/NSFileManager+MZCreate.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSFileManager+MZCreate.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 09/04/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "NSFileManager+MZCreate.h" 10 | 11 | 12 | @implementation NSFileManager (MZCreate) 13 | 14 | +(NSFileManager *)manager 15 | { 16 | return [[[self alloc] init] autorelease]; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | */project.xcworkspace/xcuserdata/ 2 | **/xcuserdata/*/*/** 3 | !**/xcuserdata/*/xcschemes/** 4 | .DS_Store 5 | *.mode1v3 6 | *.pbxuser 7 | build 8 | junk 9 | sparkle_private.pem 10 | Plugins/Amazon/Access.h 11 | App/resources/CowHead.png 12 | App/resources/faded_cow.png 13 | App/resources/faded_cow_error.png 14 | App/resources/faded_cow_fatal.png 15 | App/resources/faded_cow_multiple.png 16 | App/resources/presets.png -------------------------------------------------------------------------------- /App/src/ToolTipLabel.h: -------------------------------------------------------------------------------- 1 | // 2 | // ToolTipLabel.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/11/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface ToolTipLabel : NSTextField 13 | { 14 | NSString* text; 15 | BOOL showsToolTip; 16 | } 17 | 18 | - (void)showToolTip:(NSString *)toolTip; 19 | - (void)clearToolTip; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Framework/src/NSObject+ProtectedKeyValue.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject-ProtectedKeyValue.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSObject (ProtectedKeyValue) 13 | 14 | - (id)protectedValueForKey:(NSString *)key; 15 | - (id)protectedValueForKeyPath:(NSString *)keyPath; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /MetaZ Plugin.sdtemplate/TemplateInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Description 6 | An AppleScript which responds to MetaZ Plugin events. 7 | MainTemplateFile 8 | MetaZ Plugin.scpt 9 | 10 | 11 | -------------------------------------------------------------------------------- /Framework/src/NSError+MZScriptError.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSError+MZScriptError.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 05/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSError (MZScriptError) 13 | 14 | + (id)errorWithAppleScriptError:(NSDictionary *)errDict; 15 | - (id)initWithAppleScriptError:(NSDictionary *)errDict; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /App/src/MZSelectedMetaDataDocument.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZSelectedMetaDataDocument.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 01/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MZMetaDataDocument.h" 11 | 12 | @interface MZSelectedTagItem : MZTagItem { 13 | } 14 | @end 15 | 16 | @interface MZSelectedMetaDataDocument : MZMetaDataDocument { 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /App/src/MetaEditPanel.h: -------------------------------------------------------------------------------- 1 | // 2 | // MetaEditPanel.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 06/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "FilesUndoController.h" 11 | 12 | @interface MetaEditPanel : NSSplitView 13 | { 14 | FilesUndoController* undoController; 15 | } 16 | @property (nonatomic, retain) IBOutlet FilesUndoController* undoController; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/TigerGcov/libgcov_readme.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | libgcov_readme.html 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Framework/src/MZErrorOperation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZErrorOperation.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 19/01/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MZErrorOperation : NSOperation 13 | { 14 | NSError* error; 15 | } 16 | @property(retain) NSError* error; 17 | 18 | - (void)dependency:(NSOperation *)op failedWithError:(NSError*)error; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /App/src/UndoTableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // UndoTableView.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 11/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSObject (MenuForRow) 12 | - (NSMenu *)tableView:(NSTableView *)aTableView menuForRow:(NSInteger)aRow; 13 | @end 14 | 15 | @interface UndoTableView : NSTableView 16 | { 17 | NSString* editCancelHack; 18 | } 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /App/src/MZComboBox.m: -------------------------------------------------------------------------------- 1 | // 2 | // MZComboBox.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 08/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "MZComboBox.h" 10 | 11 | 12 | @implementation MZComboBox 13 | 14 | - (BOOL)abortEditing 15 | { 16 | if([super abortEditing]) 17 | { 18 | [[self window] makeFirstResponder:self]; 19 | return YES; 20 | } 21 | return NO; 22 | } 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Externals/MGViewAnimation/English.lproj/MainMenu.nib/classes.nib: -------------------------------------------------------------------------------- 1 | { 2 | IBClasses = ( 3 | { 4 | ACTIONS = {animate = id; }; 5 | CLASS = AppController; 6 | LANGUAGE = ObjC; 7 | OUTLETS = {checkbox = NSButton; window = NSWindow; }; 8 | SUPERCLASS = NSObject; 9 | }, 10 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } 11 | ); 12 | IBVersion = 1; 13 | } -------------------------------------------------------------------------------- /Framework/src/PureMetaEdits.h: -------------------------------------------------------------------------------- 1 | // 2 | // PureMetaEdits.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 15/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import 12 | 13 | @interface PureMetaEdits : MZDynamicObject 14 | { 15 | MetaEdits* edits; 16 | } 17 | 18 | - (id)initWithEdits:(MetaEdits *)edits; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Plugins/TagChimp/src/TagChimpPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // TagChimpPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 11/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | #define TagChimpIdTagIdent @"tagChimpId" 13 | 14 | @interface TagChimpPlugin : MZSearchProviderPlugin 15 | { 16 | NSArray* supportedSearchTags; 17 | NSMenu* menu; 18 | } 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /App/src/MZTextField.m: -------------------------------------------------------------------------------- 1 | // 2 | // MZTextField.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 08/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "MZTextField.h" 10 | 11 | 12 | @implementation MZTextField 13 | 14 | - (BOOL)abortEditing 15 | { 16 | if([super abortEditing]) 17 | { 18 | [[self window] makeFirstResponder:self]; 19 | return YES; 20 | } 21 | return NO; 22 | } 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Framework/src/MZPlugin+Private.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZPlugin-Private.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 27/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | #define DISABLED_KEY @"disabledPlugins" 13 | 14 | @interface MZPlugin () 15 | - (id)initWithBundle:(NSBundle *)theBundle; 16 | - (BOOL)isBuiltIn; 17 | - (BOOL)canUnload; 18 | - (BOOL)unload; 19 | @end 20 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/Resources/Credits.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540 2 | {\fonttbl\f0\fswiss\fcharset0 Helvetica;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \vieww9000\viewh8400\viewkind0 5 | \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\qc\pardirnatural 6 | 7 | \f0\fs24 \cf0 Part of {\field{\*\fldinst{HYPERLINK "http://code.google.com/p/google-toolbox-for-mac/"}}{\fldrslt Google Toolbox For Mac}}\ 8 | } -------------------------------------------------------------------------------- /Framework/src/NSInvocation+Wrapping.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSInvocation-Wrapping.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 03/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSInvocation (Wrapping) 13 | 14 | - (void)setReturnObject:(id)value; 15 | - (id)returnObject; 16 | - (void)setArgumentObject:(id)argument atIndex:(NSInteger)idx; 17 | - (id)argumentObjectAtIndex:(NSInteger)idx; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Plugins/Add to iTunes.applescript: -------------------------------------------------------------------------------- 1 | using terms from application "MetaZ" 2 | on queue completed document the_document 3 | tell application "MetaZ" 4 | set myid to content of tag "iTunes persistent ID" of the_document 5 | set loc to file of the_document 6 | end tell 7 | -- Only add if not already in iTunes 8 | if myid is missing value then 9 | tell application "iTunes" 10 | add loc 11 | end tell 12 | end if 13 | end queue completed document 14 | end using terms from 15 | -------------------------------------------------------------------------------- /App/src/MyQueueCollectionView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MyQueueCollectionView.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 22/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MGCollectionView.h" 11 | 12 | @interface MyQueueCollectionView : MGCollectionView 13 | { 14 | NSArrayController* queues; 15 | } 16 | @property(nonatomic, retain) IBOutlet NSArrayController* queues; 17 | 18 | -(void)removeObject:(id)object; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Externals/MGViewAnimation/SimpleView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SimpleView.h 3 | // NSViewAnimation Test 4 | // 5 | // Created by Matt Gemmell on 08/11/2006. 6 | // Copyright 2006 Magic Aubergine. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface SimpleView : NSView { 13 | int tag; 14 | NSColor *backgroundColor; 15 | } 16 | - (void)setTag:(int)newTag; 17 | - (int)tag; 18 | - (void)setBackgroundColor:(NSColor *)color; 19 | - (NSColor *)backgroundColor; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/XcodeHeaders/PBXLSPlugin.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Generated by class-dump 3.1.1. 3 | * 4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 5 | */ 6 | 7 | // Framework: DevToolsCore 8 | // Header: Unknown 9 | // Documentation: Unknown 10 | 11 | #import 12 | 13 | @interface PBXLSPlugin : NSObject 14 | + (void) pluginDidLoad: (id) parameter1; 15 | - (void) registerLaunchSystemDescriptions; 16 | @end 17 | -------------------------------------------------------------------------------- /App/src/FilesArrayController.h: -------------------------------------------------------------------------------- 1 | // 2 | // FilesArrayController.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 08/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MZArrayController.h" 11 | #import "MZApplyEditor.h" 12 | 13 | @interface FilesArrayController : MZArrayController { 14 | NSMutableArray* editors; 15 | } 16 | 17 | - (BOOL)canApply:(id)source; 18 | - (void)apply:(id)source; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/XcodeHeaders/PBXChangeNotification.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Generated by class-dump 3.1.1. 3 | * 4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 5 | */ 6 | 7 | // Framework: DevToolsCore 8 | // Header: Unknown 9 | // Documentation: Unknown 10 | 11 | @protocol PBXChangeNotification 12 | 13 | - (int) changeMask; 14 | - (void) willChange; 15 | - (void) willChangeWithArchivePriority: (int) parameter1; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /App/src/Resources.h: -------------------------------------------------------------------------------- 1 | // 2 | // Resources.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | MZKIT_EXTERN NSString* const MZFadedIcon; 13 | MZKIT_EXTERN NSString* const MZFadedIconError; 14 | MZKIT_EXTERN NSString* const MZFadedIconMultiple; 15 | MZKIT_EXTERN NSString* const MZSmallIcon; 16 | 17 | MZKIT_EXTERN NSString* const MZNSWindowWillResizeNotification; -------------------------------------------------------------------------------- /Externals/MGViewAnimation/AppController.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppController.h 3 | // NSViewAnimation Test 4 | // 5 | // Created by Matt Gemmell on 08/11/2006. 6 | // Copyright 2006 Magic Aubergine. 7 | // 8 | 9 | #import 10 | #import "MGViewAnimation.h" 11 | 12 | @interface AppController : NSObject { 13 | IBOutlet NSWindow *window; 14 | IBOutlet NSButton *checkbox; 15 | BOOL moved; 16 | NSViewAnimation *animation; 17 | } 18 | 19 | - (IBAction)animate:(id)sender; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/XcodeHeaders/PBXContainerItemChangeNotification.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Generated by class-dump 3.1.1. 3 | * 4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 5 | */ 6 | 7 | // Framework: DevToolsCore 8 | // Header: Unknown 9 | // Documentation: Unknown 10 | 11 | 12 | @protocol PBXContainerItemChangeNotification 13 | 14 | - (void) item: (id) parameter1 willChangeWithArchivePriority: (int) parameter2; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Plugins/TheMovieDb/src/TheMovieDbPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // TheMovieDbPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 29/12/11. 6 | // Copyright 2011 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | #define TMDbIdTagIdent @"tmdbId" 13 | #define TMDbURLTagIdent @"tmdbURL" 14 | 15 | 16 | @interface TheMovieDbPlugin : MZSearchProviderPlugin 17 | { 18 | NSArray* supportedSearchTags; 19 | NSMenu* menu; 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /App/src/ToolTipButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // ToolTipButton.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/11/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "ToolTipLabel.h" 11 | 12 | @interface ToolTipButton : NSButton 13 | { 14 | ToolTipLabel* label; 15 | NSString* tip; 16 | NSImage* orgImage; 17 | } 18 | @property (nonatomic, retain) IBOutlet ToolTipLabel* label; 19 | @property (nonatomic, retain) NSString* tip; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Plugins/AtomicParsley/resources/mp4chaps-build/build.sh: -------------------------------------------------------------------------------- 1 | export MACOSX_DEPLOYMENT_TARGET=10.5 2 | export CFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk" 3 | export CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk" 4 | ARCH=$1 5 | mkdir -p code/$ARCH 6 | cd code/$ARCH 7 | ../../../configure --enable-static --disable-gch --enable-ub=$ARCH 8 | make 9 | 10 | ./libtool --tag=CXX --mode=link g++ -Wall -Wformat -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -arch $ARCH -o mp4chaps util/mp4chaps.o .libs/libmp4v2.a 11 | -------------------------------------------------------------------------------- /version.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildVersion 6 | 3 7 | CFBundleVersion 8 | 1.0 9 | ProductBuildVersion 10 | 9M2729 11 | ProjectName 12 | DevToolsWizardTemplates 13 | SourceVersion 14 | 11600000 15 | 16 | 17 | -------------------------------------------------------------------------------- /App/src/Resources.m: -------------------------------------------------------------------------------- 1 | // 2 | // Resources.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "Resources.h" 10 | 11 | NSString* const MZFadedIcon = @"PosterBackground"; 12 | NSString* const MZFadedIconError = @"PosterBackgroundError"; 13 | NSString* const MZFadedIconMultiple = @"PosterBackgroundMultiple"; 14 | NSString* const MZSmallIcon = @"metaz"; 15 | 16 | NSString* const MZNSWindowWillResizeNotification = @"MZNSWindowWillResizeNotification"; -------------------------------------------------------------------------------- /App/src/MZApplyEditor.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZApplyEditor.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 14/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @protocol MZApplyEditor 12 | 13 | - (BOOL)canApply:(id)data; 14 | - (void)applyData:(id)data toEdit:(MetaEdits *)edit; 15 | 16 | @end 17 | 18 | 19 | @protocol MZApplyController 20 | 21 | - (void)registerEditor:(id)editor; 22 | - (void)unregisterEditor:(id)editor; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /App/src/MZFileNameTextStorage.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZFileNameTextStorage.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 17/05/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MZFileNameTextStorage : NSTextStorage 13 | { 14 | NSMutableAttributedString* text; 15 | NSCharacterSet* wordSeperatorSet; 16 | } 17 | 18 | - (NSRange)doubleClickAtIndex:(NSUInteger)index; 19 | - (NSUInteger)nextWordFromIndex:(NSUInteger)index forward:(BOOL)isForward; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Plugins/TheTVDB/src/TheTVDBPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // TheTVDBPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Nigel Graham on 09/04/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | #define TVDBEpisodeIdTagIdent @"tvdbEpisodeId" 13 | #define TVDBSeasonIdTagIdent @"tvdbSeasonId" 14 | #define TVDBSeriesIdTagIdent @"tvdbSeriesId" 15 | 16 | @interface TheTVDBPlugin : MZSearchProviderPlugin 17 | { 18 | NSArray* supportedSearchTags; 19 | NSMenu* menu; 20 | } 21 | 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /App/src/MZWriteQueueStatus+Private.h: -------------------------------------------------------------------------------- 1 | /* 2 | * MZWriteQueueStatus+Private.h 3 | * MetaZ 4 | * 5 | * Created by Brian Olsen on 23/11/09. 6 | * Copyright 2009 Maven-Group. All rights reserved. 7 | * 8 | */ 9 | #import "MZWriteQueueStatus.h" 10 | 11 | @interface MZWriteQueueStatus () 12 | 13 | @property(readwrite) int percent; 14 | @property(readwrite,copy) NSString* status; 15 | @property(readwrite) int writing; 16 | @property(readwrite) BOOL completed; 17 | @property(readwrite) BOOL hasRun; 18 | 19 | - (void)triggerChangeNotification:(int)changes; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /App/src/MZViewAnimation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZViewAnimation.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 22/08/11. 6 | // Copyright 2011 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "MGViewAnimation.h" 11 | 12 | @interface MZViewAnimation : MGViewAnimation 13 | { 14 | NSAnimation* startAnimationLink; 15 | NSAnimation* stopAnimationLink; 16 | } 17 | @property(readonly,retain) NSAnimation* startAnimationLink; 18 | @property(readonly,retain) NSAnimation* stopAnimationLink; 19 | 20 | - (void)stopAnimationChain; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /App/src/IKImageView-Missing.h: -------------------------------------------------------------------------------- 1 | /* 2 | * IKImageView-Missing.h 3 | * MetaZ 4 | * 5 | * Created by Brian Olsen on 26/09/09. 6 | * Copyright 2009 Maven-Group. All rights reserved. 7 | * 8 | */ 9 | 10 | #import 11 | 12 | @interface IKImageView (Missing) 13 | - (IBAction)crop:(id)sender; 14 | - (void)setImage:(NSImage *)image; 15 | - (BOOL) showsCheckerboard; 16 | - (void) setShowsCheckerboard: (BOOL) showsCheckerboard; 17 | @end 18 | 19 | @interface IKImageState : NSObject 20 | { 21 | } 22 | - (NSInteger)orientationTag; 23 | - (CGFloat)rotationAngle; 24 | @end 25 | 26 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9D34 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /App/src/FilesUndoController.h: -------------------------------------------------------------------------------- 1 | // 2 | // UndoController.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 06/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface FilesUndoController : NSObject { 13 | NSArrayController* filesController; 14 | NSUndoManager* multipleUndoManager; 15 | MetaEdits* selection; 16 | NSArray* selected; 17 | } 18 | @property (nonatomic, retain) IBOutlet NSArrayController* filesController; 19 | 20 | -(NSUndoManager *)undoManager; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /App/src/MetaEditPanel.m: -------------------------------------------------------------------------------- 1 | // 2 | // MetaEditPanel.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 06/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "MetaEditPanel.h" 10 | 11 | 12 | @implementation MetaEditPanel 13 | @synthesize undoController; 14 | 15 | -(void)dealloc { 16 | [undoController release]; 17 | [super dealloc]; 18 | } 19 | 20 | -(NSUndoManager *)undoManager { 21 | NSUndoManager* man = [undoController undoManager]; 22 | if(man != nil) 23 | return man; 24 | return [super undoManager]; 25 | } 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | IBSystem Version 12 | 9E17 13 | targetFramework 14 | IBCocoaFramework 15 | 16 | 17 | -------------------------------------------------------------------------------- /Framework/src/MZHTTPRequest.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZHTTPRequest.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 15/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface MZHTTPRequest : ASIHTTPRequest { 13 | // Called on the delegate (if implemented) when the request completes successfully. Default is requestFinishedBackground: 14 | SEL didFinishBackgroundSelector; 15 | } 16 | @property (assign) SEL didFinishBackgroundSelector; 17 | 18 | 19 | - (void)reportRequestFinishedBackground; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /App/src/MZMetaSearcher.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZMetaSearch.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 04/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface MZMetaSearcher : NSObject { 13 | NSMutableArray* results; 14 | BOOL hasFake; 15 | } 16 | @property(readonly) NSArray* results; 17 | @property(retain) id fakeResult; 18 | 19 | + (MZMetaSearcher *)sharedSearcher; 20 | 21 | - (void)startSearchWithData:(NSDictionary *)data; 22 | - (void)clearResults; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /App/src/MetaZApplication.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSApplication+MetaZApplication.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 14/07/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MetaZApplication : NSApplication { 13 | NSMutableArray* documents; 14 | NSArrayController* filesController; 15 | } 16 | @property(retain) IBOutlet NSArrayController* filesController; 17 | @property(retain) id selection; 18 | 19 | - (id)selectedDocuments; 20 | - (id)handleOpenScriptCommand:(id)command; 21 | - (NSArray *)queueDocuments; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/AppleScript/TestData/test.scptd/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | WindowState 6 | 7 | name 8 | ScriptWindowState 9 | positionOfDivider 10 | 274 11 | savedFrame 12 | 39 1099 439 476 0 0 2560 1578 13 | selectedTabView 14 | result 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /App/src/Utilities.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Utilities.c 3 | * MetaZ 4 | * 5 | * Created by Brian Olsen on 26/09/09. 6 | * Copyright 2009 Maven-Group. All rights reserved. 7 | * 8 | */ 9 | 10 | #import "Utilities.h" 11 | #import 12 | 13 | void dumpMethods(Class clz) 14 | { 15 | unsigned int count; 16 | Method* methods = class_copyMethodList(clz, &count); 17 | MZLoggerDebug(@"List of methods:"); 18 | for(int i=0; i 2 | 3 | 4 | 5 | IBFramework Version 6 | 629 7 | IBOldestOS 8 | 5 9 | IBOpenObjects 10 | 11 | 6 12 | 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /Framework/src/MZPriorObserverFix.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZPriorObserverFix.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 15/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MZPriorObserverFix : NSObject 13 | { 14 | NSMutableDictionary* oldData; 15 | NSMutableDictionary* keyPathCount; 16 | id other; 17 | NSString* prefix; 18 | } 19 | 20 | + (id)fixWithOther:(id)other; 21 | + (id)fixWithOther:(id)other prefix:(NSString *)prefix; 22 | - (id)initWithOther:(id)other; 23 | - (id)initWithOther:(id)other prefix:(NSString *)prefix; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Plugins/TagChimp/src/TCSearch.h: -------------------------------------------------------------------------------- 1 | // 2 | // TCSearch.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 13/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface TCSearch : MZASISearch 13 | { 14 | NSDictionary* mapping; 15 | } 16 | 17 | + (id)searchWithProvider:(id)provider delegate:(id)delegate url:(NSURL *)url parameters:(NSDictionary *)params; 18 | - (id)initWithProvider:(id)provider delegate:(id)delegate url:(NSURL *)url parameters:(NSDictionary *)params; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /App/src/SearchMeta.h: -------------------------------------------------------------------------------- 1 | // 2 | // SearchMeta.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 04/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface SearchMeta : MZDynamicObject { 13 | NSObject* provider; 14 | NSArrayController* searchController; 15 | BOOL ignoreController; 16 | MZPriorObserverFix* observeFix; 17 | } 18 | 19 | -(id)initWithProvider:(id)aProvider controller:(NSArrayController *)aController; 20 | 21 | -(NSString *)loadedFileName; 22 | -(NSString *)fileName; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Framework/src/NSString+TempFile.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+TempFile.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 19/01/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "NSString+TempFile.h" 10 | 11 | 12 | @implementation NSString (MZTempFile) 13 | 14 | + (id)temporaryPathWithFormat:(NSString *)format 15 | { 16 | NSString* file = NSTemporaryDirectory(); 17 | if(!file) 18 | file = @"/tmp"; 19 | 20 | return [file stringByAppendingPathComponent: 21 | [NSString stringWithFormat:format, 22 | [[NSProcessInfo processInfo] globallyUniqueString]]]; 23 | } 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Framework/src/NSString+MZAllInCharacterSet.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+MZAllInCharacterSet.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 08/08/11. 6 | // Copyright 2011 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "NSString+MZAllInCharacterSet.h" 10 | 11 | 12 | @implementation NSString (MZAllInCharacterSet) 13 | 14 | - (BOOL)mz_allInCharacterSet:(NSCharacterSet *)set; 15 | { 16 | int length = [self length]; 17 | for(NSUInteger i=0; i 16 | 17 | #import 18 | #import 19 | #import 20 | 21 | #endif 22 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerWindow2State.gtmUTState: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $GTMArchive 6 | GTMUnitTestingArchive 7 | $GTMVersion 8 | 1 9 | WindowContent 10 | 11 | ViewIsHidden 12 | 13 | 14 | WindowIsMain 15 | 16 | WindowIsVisible 17 | 18 | WindowTitle 19 | Localized Window 20 | 21 | 22 | -------------------------------------------------------------------------------- /App/src/FileViewBox.h: -------------------------------------------------------------------------------- 1 | // 2 | // FileViewBox.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 14/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface FileViewBox : NSBox 12 | { 13 | NSTabView* tabView; 14 | NSTextField* label; 15 | NSButton* disclosure; 16 | } 17 | @property (nonatomic, retain) IBOutlet NSTabView *tabView; 18 | @property (nonatomic, retain) IBOutlet NSTextField* label; 19 | @property (nonatomic, retain) IBOutlet NSButton* disclosure; 20 | 21 | - (IBAction)switchDetails:(id)sender; 22 | - (IBAction)removeItem:(id)sender; 23 | - (IBAction)revealItem:(id)sender; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | IBSystem Version 14 | 9E17 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /Framework/src/MZScriptActionsPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZScriptActionsPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 05/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface MZScriptActionsPlugin : MZActionsPlugin { 13 | NSString* identifier; 14 | NSURL* url; 15 | NSAppleScript* script; 16 | } 17 | @property(readonly) NSURL* url; 18 | @property(readonly) NSAppleScript* script; 19 | 20 | + (id)pluginWithURL:(NSURL *)url; 21 | - (id)initWithURL:(NSURL *)url; 22 | - (NSString *)label; 23 | - (BOOL)loadAndReturnError:(NSError **)error; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Framework/src/NSArray+Mapping.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSArray-Mapping.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 25/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSArray (Mapping) 13 | 14 | - (NSArray *)arrayByPerformingSelector:(SEL)aSelector; 15 | - (NSArray *)arrayByPerformingSelector:(SEL)aSelector withObject:(id)anObject; 16 | - (NSArray *)arrayByPerformingKey:(NSString *)key; 17 | - (NSArray *)arrayByPerformingKeyPath:(NSString *)keyPath; 18 | - (NSArray *)arrayByPerformingProtectedKey:(NSString *)key; 19 | - (NSArray *)arrayByPerformingProtectedKeyPath:(NSString *)keyPath; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Framework/src/NSXMLNode+MZExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSXMLNode-Accessors.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 12/11/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "NSXMLNode+MZExtensions.h" 10 | #import "NSArray+Mapping.h" 11 | 12 | @implementation NSXMLNode (MZExtensions) 13 | 14 | - (NSString *)stringForXPath:(NSString *)xpath error:(NSError **)error 15 | { 16 | NSArray* nodes = [self nodesForXPath:xpath error:error]; 17 | if(!nodes) 18 | return nil; 19 | return [[nodes arrayByPerformingSelector:@selector(stringValue)] 20 | componentsJoinedByString:@", "]; 21 | 22 | } 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /App/src/EnsureArrayTransformer.m: -------------------------------------------------------------------------------- 1 | // 2 | // EnsureArrayTransformer.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 18/12/11. 6 | // Copyright 2011 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "EnsureArrayTransformer.h" 10 | 11 | 12 | @implementation EnsureArrayTransformer 13 | 14 | + (Class)transformedValueClass 15 | { 16 | return [NSArray class]; 17 | } 18 | 19 | + (BOOL)allowsReverseTransformation; { return NO; } 20 | 21 | - (id)transformedValue:(id)value 22 | { 23 | if(value == nil) return [NSArray array]; 24 | if([value isKindOfClass:[NSArray class]]) 25 | return value; 26 | return [NSArray arrayWithObject:value]; 27 | } 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /App/src/MyQueueCollectionView.m: -------------------------------------------------------------------------------- 1 | // 2 | // MyQueueCollectionView.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 22/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "MyQueueCollectionView.h" 10 | #import "MZWriteQueueStatus.h" 11 | 12 | @implementation MyQueueCollectionView 13 | @synthesize queues; 14 | 15 | -(void)dealloc 16 | { 17 | [queues release]; 18 | [super dealloc]; 19 | } 20 | 21 | -(void)awakeFromNib 22 | { 23 | [self bind:NSContentBinding toObject:queues withKeyPath:@"arrangedObjects" options:nil]; 24 | 25 | } 26 | 27 | -(void)removeObject:(id)object 28 | { 29 | [object stopWritingAndRemove]; 30 | } 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/XcodeHeaders/PBXSelection.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Generated by class-dump 3.1.1. 3 | * 4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 5 | */ 6 | 7 | // Framework: DevToolsCore 8 | // Header: Unknown 9 | // Documentation: Unknown 10 | 11 | 12 | @interface PBXSelection : NSObject 13 | { 14 | } 15 | 16 | + (id) contextSelectionSource; 17 | + (id) performAction: (id) parameter1 withSelection: (id) parameter2 onContext: (id) parameter3; 18 | + (id) performAction: (id) parameter1 withSingleSelection: (id) parameter2 onContext: (id) parameter3; 19 | + (void) setContextSelectionSource: (id) parameter1; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 69 14 356 240 0 0 1280 778 7 | IBFramework Version 8 | 489.0 9 | IBLastKnownRelativeProjectPath 10 | ../Sparkle.xcodeproj 11 | IBOldestOS 12 | 5 13 | IBSystem Version 14 | 9D34 15 | targetFramework 16 | IBCocoaFramework 17 | 18 | 19 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingTest.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 644 7 | IBLastKnownRelativeProjectPath 8 | ../GTM.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 2 14 | 15 | IBSystem Version 16 | 9C31 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 18 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 658 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9C7010 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 5 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9E17 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 667 7 | IBLastKnownRelativeProjectPath 8 | ../../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 9D34 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 15 | IBSystem Version 16 | 10A96 17 | targetFramework 18 | IBCocoaFramework 19 | 20 | 21 | -------------------------------------------------------------------------------- /App/src/GenreDataSource.h: -------------------------------------------------------------------------------- 1 | // 2 | // GenreDataSource.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 09/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface GenreDataSource : NSObject { 13 | NSArray* genres; 14 | } 15 | 16 | - (NSInteger)numberOfItemsInComboBox:(NSComboBox *)aComboBox; 17 | - (id)comboBox:(NSComboBox *)aComboBox objectValueForItemAtIndex:(NSInteger)index; 18 | - (NSUInteger)comboBox:(NSComboBox *)aComboBox indexOfItemWithStringValue:(NSString *)aString; 19 | - (NSString *)comboBox:(NSComboBox *)aComboBox completedString:(NSString *)uncompletedString; 20 | 21 | - (void)dataWritingStarted:(NSNotification *)note; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Externals/MGViewAnimation/English.lproj/MainMenu.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 94 80 356 240 0 0 1280 832 7 | IBEditorPositions 8 | 9 | 29 10 | 93 282 338 44 0 0 1280 832 11 | 12 | IBFramework Version 13 | 446.1 14 | IBOpenObjects 15 | 16 | 29 17 | 21 18 | 19 | IBSystem Version 20 | 8L127 21 | 22 | 23 | -------------------------------------------------------------------------------- /Framework/src/TagData.h: -------------------------------------------------------------------------------- 1 | // 2 | // TagData 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 13/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | 10 | 11 | @protocol TagData 12 | 13 | @required 14 | - (id)owner; 15 | 16 | @optional 17 | - (NSString *)title; 18 | - (NSString *)artist; 19 | - (NSString *)genre; 20 | - (NSString *)album; 21 | - (NSString *)albumArtist; 22 | - (NSString *)shortDescription; 23 | - (NSString *)longDescription; 24 | - (MZVideoType)videoType; 25 | - (MZRating)rating; 26 | 27 | - (NSData *)picture; 28 | 29 | - (NSString *)actors; 30 | - (NSString *)director; 31 | - (NSString *)producer; 32 | - (NSString *)screenwriter; 33 | 34 | @end 35 | -------------------------------------------------------------------------------- /App/src/FilesTableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MyTableView.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 02/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "FilesUndoController.h" 11 | #import "UndoTableView.h" 12 | 13 | @interface FilesTableView : UndoTableView { 14 | NSArrayController* filesController; 15 | FilesUndoController* undoController; 16 | } 17 | @property (nonatomic, retain) IBOutlet FilesUndoController* undoController; 18 | @property (nonatomic, retain) IBOutlet NSArrayController* filesController; 19 | 20 | + (void)initialize; 21 | 22 | -(IBAction)delete:(id)sender; 23 | -(IBAction)copy:(id)sender; 24 | -(IBAction)paste:(id)sender; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/GTM-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.google.GTM 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | FMWK 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /App/src/FakeSearchResult.h: -------------------------------------------------------------------------------- 1 | // 2 | // PureSearchResult.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface FakeSearchResult : NSObject { 13 | NSArrayController* filesController; 14 | NSString* searchResultTitle; 15 | BOOL hasChapters; 16 | } 17 | @property(readonly) NSImage* icon; 18 | @property(readonly) NSString* searchResultTitle; 19 | @property(readonly) BOOL hasChapters; 20 | 21 | + (id)resultWithController:(NSArrayController *)controller; 22 | - (id)initWithController:(NSArrayController *)controller; 23 | 24 | - (NSMenu*)menu; 25 | - (void)updateTitle; 26 | - (void)updateChapters; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBFramework Version 6 | 670 7 | IBLastKnownRelativeProjectPath 8 | ../Sparkle.xcodeproj 9 | IBOldestOS 10 | 5 11 | IBOpenObjects 12 | 13 | 6 14 | 41 15 | 16 | IBSystem Version 17 | 10A96 18 | targetFramework 19 | IBCocoaFramework 20 | 21 | 22 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/Installer/DeveloperSpotlightImporters.pmdoc/01applescript-contents.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTest-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.google.${PRODUCT_NAME} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleSignature 16 | ???? 17 | CFBundleVersion 18 | 1.0 19 | 20 | 21 | -------------------------------------------------------------------------------- /Framework/src/MZQueueOperation.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZQueueOperation.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 19/01/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MZQueueOperation : NSOperation 13 | { 14 | NSOperationQueue* queue; 15 | NSArray* operations; 16 | BOOL executing; 17 | BOOL finished; 18 | } 19 | @property(readonly,copy) NSArray* operations; 20 | @property(getter=isExecuting,assign) BOOL executing; 21 | @property(getter=isFinished,assign) BOOL finished; 22 | 23 | - (void)addOperation:(NSOperation *)operation; 24 | - (void)removeOperation:(NSOperation *)operation; 25 | 26 | - (void)start; 27 | - (BOOL)isConcurrent; 28 | - (void)cancel; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Plugins/OSXNotification/src/MZNotification.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZNotification.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 24/11/13. 6 | // 7 | // 8 | 9 | #import 10 | 11 | @interface MZNotification : NSObject { 12 | id center; 13 | Class OSXNotification; 14 | } 15 | 16 | + (MZNotification *)shared; 17 | +(void)setDelegate:(id)delegate; 18 | +(id)delegate; 19 | 20 | + (void)notifyWithTitle:(NSString *)title 21 | description:(NSString *)description 22 | path:(NSString *)path; 23 | 24 | - (void)setDelegate:(id)delegate; 25 | - (id)delegate; 26 | - (void)notifyWithTitle:(NSString *)title 27 | description:(NSString *)description 28 | path:(NSString *)path; 29 | 30 | 31 | @end 32 | -------------------------------------------------------------------------------- /App/src/PresetSegmentedControl.h: -------------------------------------------------------------------------------- 1 | // 2 | // PresetSegmentedControl.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 17/12/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface PresetSegmentedControl : NSSegmentedControl 13 | { 14 | NSMutableArray* segmentKeys; 15 | } 16 | 17 | - (void)setSegmentCount:(NSInteger)count; 18 | 19 | - (NSString *)keyEquivalentForSegment:(NSInteger)segment; 20 | - (NSUInteger)keyEquivalentModifierMaskForSegment:(NSInteger)segment; 21 | 22 | - (void)setKeyEquivalent:(NSString *)charCode forSegment:(NSInteger)segment; 23 | - (void)setKeyEquivalentModifierMask:(NSUInteger)mask forSegment:(NSInteger)segment; 24 | 25 | - (BOOL)performKeyEquivalent:(NSEvent *)theEvent; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Framework/src/MZSearchResult.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZSearchResult.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 13/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface MZSearchResult : MZDynamicObject 13 | { 14 | NSDictionary* values; 15 | id owner; 16 | } 17 | @property(readonly) id owner; 18 | @property(readonly) NSImage* icon; 19 | @property(readonly) NSDictionary* values; 20 | 21 | + (id)resultWithOwner:(id)theOwner dictionary:(NSDictionary *)dict; 22 | - (id)initWithOwner:(id)theOwner dictionary:(NSDictionary *)dict; 23 | 24 | - (id)hasChapters; 25 | - (NSString *)searchResultTitle; 26 | - (id)getterValueForKey:(NSString *)aKey; 27 | 28 | - (NSMenu *)menu; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/Installer/DeveloperSpotlightImporters.pmdoc/02xcodeproject-contents.xml: -------------------------------------------------------------------------------- 1 | mode -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/GTMXcodePlugin.pch: -------------------------------------------------------------------------------- 1 | // 2 | // XcodeMod.pch 3 | // 4 | // Copyright 2007-2009 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #ifdef __OBJC__ 20 | #import 21 | #endif 22 | -------------------------------------------------------------------------------- /Framework/src/MetaLoaded.h: -------------------------------------------------------------------------------- 1 | // 2 | // MetaLoaded.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 25/08/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface MetaLoaded : MZDynamicObject { 13 | NSDictionary* values; 14 | NSString* loadedFileName; 15 | id owner; 16 | } 17 | @property(readonly) NSString* loadedFileName; 18 | @property(readonly) id owner; 19 | 20 | + (id)metaWithOwner:(id)theOwner filename:(NSString *)aFileName dictionary:(NSDictionary *)dict; 21 | - (id)initWithOwner:(id)theOwner filename:(NSString *)aFileName dictionary:(NSDictionary *)dict; 22 | 23 | - (NSArray *)providedTags; 24 | 25 | - (id)getterValueForKey:(NSString *)aKey; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/AppleScript/PluginID.h: -------------------------------------------------------------------------------- 1 | // 2 | // PluginID.h 3 | // 4 | // Copyright 2008 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #define PLUGIN_ID "B498BAB3-7887-4E93-862A-19E74809248D0" 20 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/InterfaceBuilder/PluginID.h: -------------------------------------------------------------------------------- 1 | // 2 | // PluginID.h 3 | // 4 | // Copyright 2008 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #define PLUGIN_ID "556C7CA3-979B-44B2-BF4A-EADD88AFE0D9" 20 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/XcodeProject/PluginID.h: -------------------------------------------------------------------------------- 1 | // 2 | // PluginID.h 3 | // 4 | // Copyright 2008 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #define PLUGIN_ID "1CDB2B3C-CD6F-407D-9217-230E6DED8B00" 20 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/Installer/XcodeProjectInstallerPost.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright 2008 Google Inc. 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 5 | # use this file except in compliance with the License. You may obtain a copy 6 | # of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 12 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 13 | # License for the specific language governing permissions and limitations under 14 | # the License. 15 | # 16 | 17 | su ${USER} -c "/usr/bin/mdimport -r '/Library/Spotlight/XcodeProject.mdimporter'" 18 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/Installer/InterfaceBuilderInstallerPost.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright 2008 Google Inc. 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 5 | # use this file except in compliance with the License. You may obtain a copy 6 | # of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 12 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 13 | # License for the specific language governing permissions and limitations under 14 | # the License. 15 | # 16 | 17 | su ${USER} -c "/usr/bin/mdimport -r '/Library/Spotlight/InterfaceBuilder.mdimporter'" 18 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/Installer/Welcome.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf350 2 | {\fonttbl\f0\fswiss\fcharset0 Helvetica;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \margl1440\margr1440\vieww9000\viewh8400\viewkind0 5 | \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural 6 | 7 | \f0\fs24 \cf0 Finding source can be difficult. These are importers to help you index your various source files. Included in the package are importers for Xcode projects, AppleScript files, and Interface Builder files.\ 8 | \ 9 | These importers are part of the Google Toolbox For Mac project. Check it out at:\ 10 | \ 11 | {\field{\*\fldinst{HYPERLINK "http://code.google.com/p/google-toolbox-for-mac/"}}{\fldrslt http://code.google.com/p/google-toolbox-for-mac/}}} -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/Installer/DeveloperSpotlightImporters.pmdoc/03interfacebuilder-contents.xml: -------------------------------------------------------------------------------- 1 | modemodemodemodemodemodemodemode -------------------------------------------------------------------------------- /Framework/src/MetaEditsUndoManager.m: -------------------------------------------------------------------------------- 1 | // 2 | // MetaEditsUndoManager.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 18/11/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "MetaEditsUndoManager.h" 10 | 11 | 12 | @implementation MetaEditsUndoManager 13 | 14 | - (id)init 15 | { 16 | self = [super init]; 17 | if(self) 18 | { 19 | } 20 | return self; 21 | } 22 | 23 | - (void)dealloc 24 | { 25 | [super dealloc]; 26 | } 27 | 28 | - (void)setActionName:(NSString *)actionName 29 | { 30 | [super setActionName:actionName]; 31 | NSDictionary* userInfo = [NSDictionary dictionaryWithObject:actionName forKey:MZUndoActionNameKey]; 32 | [[NSNotificationCenter defaultCenter] 33 | postNotificationName:MZUndoActionNameNotification object:self userInfo:userInfo]; 34 | } 35 | 36 | @end 37 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Headers/SUAppcast.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUAppcast.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 3/12/06. 6 | // Copyright 2006 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUAPPCAST_H 10 | #define SUAPPCAST_H 11 | 12 | @class SUAppcastItem; 13 | @interface SUAppcast : NSObject { 14 | NSArray *items; 15 | NSString *userAgentString; 16 | id delegate; 17 | NSMutableData *incrementalData; 18 | } 19 | 20 | - (void)fetchAppcastFromURL:(NSURL *)url; 21 | - (void)setDelegate:delegate; 22 | - (void)setUserAgentString:(NSString *)userAgentString; 23 | 24 | - (NSArray *)items; 25 | 26 | @end 27 | 28 | @interface NSObject (SUAppcastDelegate) 29 | - (void)appcastDidFinishLoading:(SUAppcast *)appcast; 30 | - (void)appcast:(SUAppcast *)appcast failedToLoadWithError:(NSError *)error; 31 | @end 32 | 33 | #endif 34 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | Sparkle 9 | CFBundleIdentifier 10 | org.andymatuschak.Sparkle 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | Sparkle 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.5 Beta 6 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 313 23 | 24 | 25 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/GTMiPhone-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleDisplayName 8 | ${PRODUCT_NAME} 9 | CFBundleExecutable 10 | ${EXECUTABLE_NAME} 11 | CFBundleIdentifier 12 | com.google.GTMiPhone 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | ${PRODUCT_NAME} 17 | CFBundlePackageType 18 | APPL 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | 24 | 25 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/Installer/ApplescriptInstallerPost.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Copyright 2008 Google Inc. 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 5 | # use this file except in compliance with the License. You may obtain a copy 6 | # of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 12 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 13 | # License for the specific language governing permissions and limitations under 14 | # the License. 15 | # 16 | 17 | su ${USER} -c "/usr/bin/mdimport -r '/Applications/AppleScript/Script Editor.app/Contents/Library/Spotlight/AppleScript.mdimporter'" 18 | -------------------------------------------------------------------------------- /Externals/Growl/1.3.1/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | Resources/Info.plist 8 | 9 | SwzGt9RQsuVafBBrfBalB75dCwU= 10 | 11 | 12 | rules 13 | 14 | ^Resources/ 15 | 16 | ^Resources/.*\.lproj/ 17 | 18 | optional 19 | 20 | weight 21 | 1000 22 | 23 | ^Resources/.*\.lproj/locversion.plist$ 24 | 25 | omit 26 | 27 | weight 28 | 1100 29 | 30 | ^version.plist$ 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // SUVersionComparisonProtocol.h 3 | // Sparkle 4 | // 5 | // Created by Andy Matuschak on 12/21/07. 6 | // Copyright 2007 Andy Matuschak. All rights reserved. 7 | // 8 | 9 | #ifndef SUVERSIONCOMPARISONPROTOCOL_H 10 | #define SUVERSIONCOMPARISONPROTOCOL_H 11 | 12 | /*! 13 | @protocol 14 | @abstract Implement this protocol to provide version comparison facilities for Sparkle. 15 | */ 16 | @protocol SUVersionComparison 17 | 18 | /*! 19 | @method 20 | @abstract An abstract method to compare two version strings. 21 | @discussion Should return NSOrderedAscending if b > a, NSOrderedDescending if b < a, and NSOrderedSame if they are equivalent. 22 | */ 23 | - (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; 24 | 25 | @end 26 | 27 | #endif 28 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/BuildingAndUsing.txt: -------------------------------------------------------------------------------- 1 | The GTM project provides a Framework target and Unit Testing targets. 2 | 3 | Unit Testing Targets - 4 | 5 | These targets are there to make sure all of GTM is working, and reflect the 6 | hierarchy of the source tree. 7 | 8 | Building the "All UnitTests" target will build all of the unittests for the 9 | current configuration included in the GTM package. We require that "All 10 | UnitTests" builds cleanly before we will accept any code submissions. 11 | 12 | Framework Target - 13 | 14 | These targets are there to make it easy for anyone to quickly add GTM sources 15 | to their own project to start using it or playing around with it. However, 16 | the intent is for a developer to manually add the sources to their project in 17 | the end to reduce the total size of their product (since they only have to 18 | include the parts of GTM they need). 19 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUnitTestingImage.gtmUTState: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $GTMArchive 6 | GTMUnitTestingArchive 7 | $GTMVersion 8 | 1 9 | BoolTest 10 | 11 | BytesTest 12 | 13 | Qnl0ZXNUZXN0 14 | 15 | DoubleTest 16 | 1 17 | FloatTest 18 | 1 19 | ImageName 20 | NSApplicationIcon 21 | ImageSize 22 | {128, 128} 23 | Int32Test 24 | 1 25 | Int64Test 26 | 1 27 | IntTest 28 | 1 29 | 30 | 31 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/Installer/ApplescriptInstallerPreflight.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Copyright 2008 Google Inc. 3 | # 4 | # Licensed under the Apache License, Version 2.0 (the "License"); you may not 5 | # use this file except in compliance with the License. You may obtain a copy 6 | # of the License at 7 | # 8 | # http://www.apache.org/licenses/LICENSE-2.0 9 | # 10 | # Unless required by applicable law or agreed to in writing, software 11 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 12 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 13 | # License for the specific language governing permissions and limitations under 14 | # the License. 15 | # 16 | 17 | # Set up the spotlight importer directory for Script Editor. 18 | 19 | mkdir -m 775 -p "/Applications/AppleScript/Script Editor.app/Contents/Library/Spotlight" 20 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/GTMUIFont+LineHeight.h: -------------------------------------------------------------------------------- 1 | // 2 | // GTMUIFont+LineHeight.h 3 | // 4 | // Copyright 2008 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #import 20 | #import 21 | 22 | @interface UIFont (GTMLineHeight) 23 | - (CGFloat)gtm_lineHeight; 24 | @end 25 | -------------------------------------------------------------------------------- /App/src/ChaptersTableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // ChaptersTableView.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 19/12/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "ChapterEditor.h" 11 | #import "UndoTableView.h" 12 | 13 | @interface ChaptersTableView : UndoTableView 14 | { 15 | ChapterEditor* editor; 16 | NSArrayController* filesController; 17 | } 18 | @property (nonatomic, retain) IBOutlet ChapterEditor* editor; 19 | @property (nonatomic, retain) IBOutlet NSArrayController* filesController; 20 | 21 | -(IBAction)toggleNoColumn:(id)sender; 22 | -(IBAction)toggleStartColumn:(id)sender; 23 | -(IBAction)toggleNameColumn:(id)sender; 24 | -(IBAction)toggleDurationColumn:(id)sender; 25 | 26 | -(IBAction)copy:(id)sender; 27 | -(IBAction)paste:(id)sender; 28 | 29 | - (BOOL)validateUserInterfaceItem:(id < NSValidatedUserInterfaceItem >)anItem; 30 | 31 | @end 32 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/XcodeHeaders/PBXPreferencesPaneModule.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Generated by class-dump 3.1.1. 3 | * 4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 5 | */ 6 | 7 | // Framework: DevToolsCore 8 | // Header: Unknown 9 | // Documentation: Unknown 10 | 11 | 12 | #include "PBXModule.h" 13 | 14 | @interface PBXPreferencesPaneModule : PBXModule 15 | { 16 | char _hasChanges; 17 | } 18 | 19 | + (id) sharedInstance; 20 | 21 | - (void) didChange; 22 | - (char) hasChangesPending; 23 | - (id) imageForPreferenceNamed: (id) parameter1; 24 | - (id) init; 25 | - (void) initializeFromDefaults; 26 | - (NSSize) minModuleSize; 27 | - (void) moduleWasInstalled; 28 | - (void) moduleWillBeRemoved; 29 | - (id) preferencesNibName; 30 | - (void) saveChanges; 31 | - (id) viewForPreferenceNamed: (id) parameter1; 32 | - (void) willBeDisplayed; 33 | 34 | @end 35 | -------------------------------------------------------------------------------- /Framework/src/MZHTTPRequest.m: -------------------------------------------------------------------------------- 1 | // 2 | // MZHTTPRequest.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 15/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "MZHTTPRequest.h" 10 | 11 | 12 | @implementation MZHTTPRequest 13 | 14 | - (id)initWithURL:(NSURL *)newURL 15 | { 16 | self = [super initWithURL:newURL]; 17 | if(self) 18 | { 19 | [self setDidFinishBackgroundSelector:@selector(requestFinishedBackground:)]; 20 | } 21 | return self; 22 | } 23 | 24 | - (void)requestFinished 25 | { 26 | [self reportRequestFinishedBackground]; 27 | [super requestFinished]; 28 | } 29 | 30 | - (void)reportRequestFinishedBackground; 31 | { 32 | if (delegate && [delegate respondsToSelector:didFinishBackgroundSelector]) { 33 | [delegate performSelector:didFinishBackgroundSelector withObject:self]; 34 | } 35 | } 36 | 37 | @synthesize didFinishBackgroundSelector; 38 | @end 39 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/TestData/GTMUIViewUnitTestingTest.gtmUTState: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $GTMArchive 6 | GTMUnitTestingArchive 7 | $GTMVersion 8 | 1 9 | LayerIsDoublesided 10 | 11 | LayerIsHidden 12 | 13 | LayerIsOpaque 14 | 15 | LayerOpacity 16 | 1 17 | ViewIsHidden 18 | 19 | ViewSubView 0 20 | 21 | LayerIsDoublesided 22 | 23 | LayerIsHidden 24 | 25 | LayerIsOpaque 26 | 27 | LayerOpacity 28 | 1 29 | ViewIsHidden 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /Framework/src/MZOperationsController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZOperationsController.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 19/01/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface MZOperationsController : NSObject 13 | { 14 | NSArray* operations; 15 | NSError* error; 16 | BOOL finished; 17 | BOOL cancelled; 18 | } 19 | @property(readonly,copy) NSArray* operations; 20 | @property(retain) NSError* error; 21 | @property(getter=isFinished,assign) BOOL finished; 22 | @property(getter=isCancelled,assign) BOOL cancelled; 23 | 24 | - (void)addOperation:(NSOperation *)operation; 25 | - (void)removeOperation:(NSOperation *)operation; 26 | 27 | - (void)cancel; 28 | //- (void)waitUntilFinished; 29 | - (void)addOperationsToQueue:(NSOperationQueue*)queue; 30 | 31 | - (void)operationsFinished; 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /App/src/QueueWindowController.h: -------------------------------------------------------------------------------- 1 | // 2 | // QueueWindowController.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 14/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "QueueController.h" 11 | #import "MGCollectionView.h" 12 | 13 | @interface QueueWindowController : NSWindowController { 14 | QueueController *controller; 15 | MGCollectionView* collectionView; 16 | NSTextField* itemsLabel; 17 | NSButton* clearBtn; 18 | } 19 | @property (readonly) QueueController* controller; 20 | @property (nonatomic, retain) IBOutlet MGCollectionView* collectionView; 21 | @property (nonatomic, retain) IBOutlet NSTextField* itemsLabel; 22 | @property (nonatomic, retain) IBOutlet NSButton* clearBtn; 23 | 24 | - (IBAction)startStopEncoding:(id)sender; 25 | - (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(NSTabViewItem *)tabViewItem; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/iPhone/GTMUIFont+LineHeight.m: -------------------------------------------------------------------------------- 1 | // 2 | // GTMUIFont+LineHeight.m 3 | // 4 | // Copyright 2008 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #import "GTMUIFont+LineHeight.h" 20 | 21 | @implementation UIFont (GTMLineHeight) 22 | - (CGFloat)gtm_lineHeight { 23 | return [@"Fake line with gjy" sizeWithFont:self].height; 24 | } 25 | @end 26 | -------------------------------------------------------------------------------- /Framework/src/NSDate+UTC.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSDate+UTC.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/11/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "NSDate+UTC.h" 10 | 11 | 12 | @implementation NSDate (UTC) 13 | 14 | + (NSDate *)dateWithUTCString:(NSString *)timestamp 15 | { 16 | NSDateFormatter *outputFormatter = [[[NSDateFormatter alloc] init] autorelease]; 17 | outputFormatter.dateFormat = @"yyyy-MM-dd'T'HH:mm:ss'Z'"; 18 | outputFormatter.timeZone = [NSTimeZone timeZoneWithAbbreviation:@"UTC"]; 19 | return [outputFormatter dateFromString:timestamp]; 20 | } 21 | 22 | - (NSString *)utcTimestamp 23 | { 24 | NSDateFormatter *outputFormatter = [[[NSDateFormatter alloc] init] autorelease]; 25 | outputFormatter.dateFormat = @"yyyy-MM-dd'T'HH:mm:ss'Z'"; 26 | outputFormatter.timeZone = [NSTimeZone timeZoneWithAbbreviation:@"UTC"]; 27 | return [outputFormatter stringFromDate:self]; 28 | } 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Framework/src/NSObject+ProtectedKeyValue.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject-ProtectedKeyValue.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 16/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "NSObject+ProtectedKeyValue.h" 10 | 11 | 12 | @implementation NSObject (ProtectedKeyValue) 13 | 14 | - (id)protectedValueForKey:(NSString *)key 15 | { 16 | @try { 17 | return [self valueForKey:key]; 18 | } 19 | @catch (NSException * e) { 20 | if(![[e name] isEqual:@"NSUnknownKeyException"]) 21 | @throw; 22 | } 23 | return NSNotApplicableMarker; 24 | } 25 | 26 | - (id)protectedValueForKeyPath:(NSString *)keyPath 27 | { 28 | @try { 29 | return [self valueForKeyPath:keyPath]; 30 | } 31 | @catch (NSException * e) { 32 | if(![[e name] isEqual:@"NSUnknownKeyException"]) 33 | @throw; 34 | } 35 | return NSNotApplicableMarker; 36 | } 37 | 38 | @end 39 | -------------------------------------------------------------------------------- /Framework/src/MZTimeCode.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZTimeCode.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 09/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface MZTimeCode : NSObject { 13 | NSUInteger millis; 14 | } 15 | + (id)timeCodeWithString:(NSString *)str; 16 | + (id)timeCodeWithMillis:(NSUInteger)millis; 17 | 18 | @property (readonly) NSUInteger millis; 19 | @property (readonly) NSUInteger ms; 20 | @property (readonly) NSUInteger sec; 21 | @property (readonly) NSUInteger min; 22 | @property (readonly) NSUInteger hour; 23 | 24 | - (id)initWithString:(NSString *)str; 25 | - (id)initWithMillis:(NSUInteger)millis; 26 | 27 | - (NSString *)stringValue; 28 | - (NSString *)description; 29 | - (MZTimeCode *)addMillis:(NSUInteger)millis; 30 | - (MZTimeCode *)addTimeCode:(MZTimeCode *)timeCode; 31 | 32 | - (NSComparisonResult)compare:(MZTimeCode *)aTimeCode; 33 | 34 | @end 35 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/iPhone20.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // iPhone20.xcconfig 3 | // 4 | // Xcode configuration file for building a Debug target on iPhone OS 2.0 5 | // 6 | // Copyright 2008 Google Inc. 7 | // 8 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 9 | // use this file except in compliance with the License. You may obtain a copy 10 | // of the License at 11 | // 12 | // http://www.apache.org/licenses/LICENSE-2.0 13 | // 14 | // Unless required by applicable law or agreed to in writing, software 15 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 17 | // License for the specific language governing permissions and limitations under 18 | // the License. 19 | 20 | // Set default SDK. 21 | SDKROOT = iphoneos2.0 22 | 23 | // iPhone currently deploys on 10.5 only 24 | MACOSX_DEPLOYMENT_TARGET = 10.5 25 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/iPhone21.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // iPhone21.xcconfig 3 | // 4 | // Xcode configuration file for building a Debug target on iPhone OS 2.1 5 | // 6 | // Copyright 2008 Google Inc. 7 | // 8 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 9 | // use this file except in compliance with the License. You may obtain a copy 10 | // of the License at 11 | // 12 | // http://www.apache.org/licenses/LICENSE-2.0 13 | // 14 | // Unless required by applicable law or agreed to in writing, software 15 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 17 | // License for the specific language governing permissions and limitations under 18 | // the License. 19 | 20 | // Set default SDK. 21 | SDKROOT = iphoneos2.1 22 | 23 | // iPhone currently deploys on 10.5 only 24 | MACOSX_DEPLOYMENT_TARGET = 10.5 25 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/iPhone22.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // iPhone22.xcconfig 3 | // 4 | // Xcode configuration file for building a Debug target on iPhone OS 2.2 5 | // 6 | // Copyright 2009 Google Inc. 7 | // 8 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 9 | // use this file except in compliance with the License. You may obtain a copy 10 | // of the License at 11 | // 12 | // http://www.apache.org/licenses/LICENSE-2.0 13 | // 14 | // Unless required by applicable law or agreed to in writing, software 15 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 17 | // License for the specific language governing permissions and limitations under 18 | // the License. 19 | 20 | // Set default SDK. 21 | SDKROOT = iphoneos2.2 22 | 23 | // iPhone currently deploys on 10.5 only 24 | MACOSX_DEPLOYMENT_TARGET = 10.5 25 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/iPhone30.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // iPhone30.xcconfig 3 | // 4 | // Xcode configuration file for building a Debug target on iPhone OS 3.0 5 | // 6 | // Copyright 2009 Google Inc. 7 | // 8 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 9 | // use this file except in compliance with the License. You may obtain a copy 10 | // of the License at 11 | // 12 | // http://www.apache.org/licenses/LICENSE-2.0 13 | // 14 | // Unless required by applicable law or agreed to in writing, software 15 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 17 | // License for the specific language governing permissions and limitations under 18 | // the License. 19 | 20 | // Set default SDK. 21 | SDKROOT = iphoneos3.0 22 | 23 | // iPhone currently deploys on 10.5 only 24 | MACOSX_DEPLOYMENT_TARGET = 10.5 25 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/iPhone31.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // iPhone31.xcconfig 3 | // 4 | // Xcode configuration file for building a Debug target on iPhone OS 3.1 5 | // 6 | // Copyright 2009 Google Inc. 7 | // 8 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 9 | // use this file except in compliance with the License. You may obtain a copy 10 | // of the License at 11 | // 12 | // http://www.apache.org/licenses/LICENSE-2.0 13 | // 14 | // Unless required by applicable law or agreed to in writing, software 15 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 17 | // License for the specific language governing permissions and limitations under 18 | // the License. 19 | 20 | // Set default SDK. 21 | SDKROOT = iphoneos3.1 22 | 23 | // iPhone currently deploys on 10.5 only 24 | MACOSX_DEPLOYMENT_TARGET = 10.5 25 | -------------------------------------------------------------------------------- /Framework/src/NSError+MZScriptError.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSError+MZScriptError.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 05/11/12. 6 | // Copyright 2012 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "NSError+MZScriptError.h" 10 | 11 | 12 | @implementation NSError (MZScriptError) 13 | 14 | + (id)errorWithAppleScriptError:(NSDictionary *)errDict 15 | { 16 | return [[[self alloc] initWithAppleScriptError:errDict] autorelease]; 17 | } 18 | 19 | - (id)initWithAppleScriptError:(NSDictionary *)errDict 20 | { 21 | NSMutableDictionary* dict = [NSMutableDictionary dictionaryWithDictionary:errDict]; 22 | NSInteger code = [[errDict objectForKey:NSAppleScriptErrorNumber] integerValue]; 23 | NSString* msg = [errDict objectForKey:NSAppleScriptErrorMessage]; 24 | 25 | if(msg) 26 | [dict setObject:msg forKey:NSLocalizedDescriptionKey]; 27 | return [self initWithDomain:@"NSAppleScriptError" code:code userInfo:dict]; 28 | } 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Framework/src/MZLogger.m: -------------------------------------------------------------------------------- 1 | // 2 | // MZLogger.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 24/12/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import "MZLogger.h" 10 | #import 11 | 12 | @implementation MZNSLogWriter 13 | 14 | + (id)logWriter 15 | { 16 | return [[[self alloc] init] autorelease]; 17 | } 18 | 19 | - (void)logMessage:(NSString *)msg level:(GTMLoggerLevel)level 20 | { 21 | NSLog(@"%@", msg); 22 | } 23 | 24 | @end 25 | 26 | 27 | @implementation MZLogStandardFormatter 28 | 29 | - (NSString *)stringForFunc:(NSString *)func 30 | withFormat:(NSString *)fmt 31 | valist:(va_list)args 32 | level:(GTMLoggerLevel)level { 33 | return [NSString stringWithFormat:@"[lvl=%d] %@ %@", 34 | level, (func ? func : @"(no func)"), 35 | [super stringForFunc:func withFormat:fmt valist:args level:level]]; 36 | } 37 | 38 | @end // MZLogStandardFormatter -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/iPhone221.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // iPhone221.xcconfig 3 | // 4 | // Xcode configuration file for building a Debug target on iPhone OS 2.2.1 5 | // 6 | // Copyright 2009 Google Inc. 7 | // 8 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 9 | // use this file except in compliance with the License. You may obtain a copy 10 | // of the License at 11 | // 12 | // http://www.apache.org/licenses/LICENSE-2.0 13 | // 14 | // Unless required by applicable law or agreed to in writing, software 15 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 17 | // License for the specific language governing permissions and limitations under 18 | // the License. 19 | 20 | // Set default SDK. 21 | SDKROOT = iphoneos2.2.1 22 | 23 | // iPhone currently deploys on 10.5 only 24 | MACOSX_DEPLOYMENT_TARGET = 10.5 25 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/iPhone312.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // iPhone312.xcconfig 3 | // 4 | // Xcode configuration file for building a Debug target on iPhone OS 3.1.2 5 | // 6 | // Copyright 2009 Google Inc. 7 | // 8 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 9 | // use this file except in compliance with the License. You may obtain a copy 10 | // of the License at 11 | // 12 | // http://www.apache.org/licenses/LICENSE-2.0 13 | // 14 | // Unless required by applicable law or agreed to in writing, software 15 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 17 | // License for the specific language governing permissions and limitations under 18 | // the License. 19 | 20 | // Set default SDK. 21 | SDKROOT = iphoneos3.1.2 22 | 23 | // iPhone currently deploys on 10.5 only 24 | MACOSX_DEPLOYMENT_TARGET = 10.5 25 | -------------------------------------------------------------------------------- /Externals/MGViewAnimation/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIconFile 10 | 11 | CFBundleIdentifier 12 | com.yourcompany.MGViewAnimation Test 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | ${PRODUCT_NAME} 17 | CFBundlePackageType 18 | APPL 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | NSMainNibFile 24 | MainMenu 25 | NSPrincipalClass 26 | NSApplication 27 | 28 | 29 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/TestData/GTMUILocalizerMenuState.gtmUTState: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | $GTMArchive 6 | GTMUnitTestingArchive 7 | $GTMVersion 8 | 1 9 | MenuItem 0 10 | 11 | MenuItemIndentationLevel 12 | 0 13 | MenuItemIsAlternate 14 | 15 | MenuItemIsEnabled 16 | 17 | MenuItemIsSeparator 18 | 19 | MenuItemKeyEquivalent 20 | 21 | MenuItemState 22 | 0 23 | MenuItemTag 24 | 0 25 | MenuItemTitle 26 | Localized Menu Item 27 | 28 | MenuTitle 29 | Localized Menu 30 | 31 | 32 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/CodeCoverageStatic.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // CodeCoverageStatic.xcconfig 3 | // 4 | // Xcode configuration file for building static libs that need code coverage. 5 | // 6 | // Copyright 2006-2008 Google Inc. 7 | // 8 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 9 | // use this file except in compliance with the License. You may obtain a copy 10 | // of the License at 11 | // 12 | // http://www.apache.org/licenses/LICENSE-2.0 13 | // 14 | // Unless required by applicable law or agreed to in writing, software 15 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 17 | // License for the specific language governing permissions and limitations under 18 | // the License. 19 | // 20 | 21 | 22 | // For measuring code coverage 23 | GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES 24 | GCC_GENERATE_TEST_COVERAGE_FILES = YES 25 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/CodeCoverage.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // CodeCoverage.xcconfig 3 | // 4 | // Xcode configuration file for building executables that need code coverage. 5 | // 6 | // Copyright 2006-2008 Google Inc. 7 | // 8 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 9 | // use this file except in compliance with the License. You may obtain a copy 10 | // of the License at 11 | // 12 | // http://www.apache.org/licenses/LICENSE-2.0 13 | // 14 | // Unless required by applicable law or agreed to in writing, software 15 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 17 | // License for the specific language governing permissions and limitations under 18 | // the License. 19 | // 20 | 21 | // Static Code Coverage 22 | #include "CodeCoverageStatic.xcconfig" 23 | 24 | // Need gcov library 25 | OTHER_LDFLAGS = ${OTHER_LDFLAGS} -lgcov 26 | -------------------------------------------------------------------------------- /Plugins/Growl/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | org.maven-group.metaz.plugin.${PRODUCT_NAME:rfc1034identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleShortVersionString 16 | RELEASE 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | BUILDVERSION 21 | NSPrincipalClass 22 | GrowlPlugin 23 | BuildId 24 | BUILDID 25 | BuildDate 26 | BUILDDATE 27 | 28 | 29 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/GCSupported.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // GCSupported.xcconfig 3 | // 4 | // Xcode configuration file for making a build Garbage Collection enabled. 5 | // Use the *GCSupported specific configs in the Target folder. 6 | // 7 | // Copyright 2006-2008 Google Inc. 8 | // 9 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 10 | // use this file except in compliance with the License. You may obtain a copy 11 | // of the License at 12 | // 13 | // http://www.apache.org/licenses/LICENSE-2.0 14 | // 15 | // Unless required by applicable law or agreed to in writing, software 16 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 17 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 18 | // License for the specific language governing permissions and limitations under 19 | // the License. 20 | // 21 | 22 | // enable garbage collection (but don't require it) 23 | GCC_ENABLE_OBJC_GC = supported 24 | -------------------------------------------------------------------------------- /Externals/MGViewAnimation/SimpleView.m: -------------------------------------------------------------------------------- 1 | // 2 | // SimpleView.m 3 | // NSViewAnimation Test 4 | // 5 | // Created by Matt Gemmell on 08/11/2006. 6 | // Copyright 2006 Magic Aubergine. All rights reserved. 7 | // 8 | 9 | #import "SimpleView.h" 10 | 11 | 12 | @implementation SimpleView 13 | 14 | - (id)initWithFrame:(NSRect)frame 15 | { 16 | if (self = [super initWithFrame:frame]) { 17 | [self setBackgroundColor:[NSColor blueColor]]; 18 | } 19 | return self; 20 | } 21 | 22 | 23 | - (void)drawRect:(NSRect)rect { 24 | [[self backgroundColor] set]; 25 | NSRectFill(rect); 26 | } 27 | 28 | 29 | - (void)setTag:(int)newTag 30 | { 31 | tag = newTag; 32 | } 33 | 34 | 35 | - (int)tag 36 | { 37 | return tag; 38 | } 39 | 40 | 41 | - (void)setBackgroundColor:(NSColor *)color 42 | { 43 | if (color != backgroundColor) { 44 | [backgroundColor release]; 45 | backgroundColor = [color retain]; 46 | } 47 | } 48 | 49 | 50 | - (NSColor *)backgroundColor 51 | { 52 | return backgroundColor; 53 | } 54 | 55 | 56 | @end 57 | -------------------------------------------------------------------------------- /Plugins/AlertWindow/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | org.maven-group.metaz.plugin.${PRODUCT_NAME:rfc1034identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleShortVersionString 16 | RELEASE 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | BUILDVERSION 21 | NSPrincipalClass 22 | AlertWindowPlugin 23 | BuildId 24 | BUILDID 25 | BuildDate 26 | BUILDDATE 27 | 28 | 29 | -------------------------------------------------------------------------------- /Framework/src/MZVersion.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZVersion.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 24/11/13. 6 | // 7 | // 8 | 9 | #import 10 | 11 | @interface MZVersion : NSObject { 12 | NSUInteger major, minor, bugFix; 13 | } 14 | @property(readonly, nonatomic) NSUInteger major; 15 | @property(readonly, nonatomic) NSUInteger minor; 16 | @property(readonly, nonatomic) NSUInteger bugFix; 17 | 18 | + (id)systemVersion; 19 | + (id)versionWithString:(NSString *)systemVersion; 20 | + (id)versionWithMajor:(NSUInteger)major minor:(NSUInteger)minor bugFix:(NSUInteger)bugFix; 21 | - (id)initWithMajor:(NSUInteger)major minor:(NSUInteger)minor bugFix:(NSUInteger)bugFix; 22 | - (id)initWithString:(NSString *)systemVersion; 23 | 24 | - (BOOL)isLessThan:(MZVersion *)aVersion; 25 | - (BOOL)isLessThanOrEqualTo:(MZVersion *)aVersion; 26 | - (BOOL)isGreaterThan:(MZVersion *)aVersion; 27 | - (BOOL)isGreaterThanOrEqualTo:(MZVersion *)aVersion; 28 | - (NSComparisonResult)compare:(MZVersion *)aVersion; 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Scripts/document_types.bash: -------------------------------------------------------------------------------- 1 | set -o errexit 2 | 3 | if [ -z "$BUILT_PRODUCTS_DIR" ] ; then 4 | BUILT_PRODUCTS_DIR=build/Debug/ 5 | fi 6 | if [ -z "$PROJECT_NAME" ] ; then 7 | PROJECT_NAME=MetaZ 8 | fi 9 | OUTPUT=$BUILT_PRODUCTS_DIR/$PROJECT_NAME.app/Contents/Info.plist 10 | 11 | for k in $BUILT_PRODUCTS_DIR/$PROJECT_NAME.app/Contents/PlugIns/*.mzdataprovider ; do 12 | if [ -n "$(/usr/libexec/PlistBuddy -c "print :CFBundleDocumentTypes" $k/Contents/Info.plist)" ] ; then 13 | /usr/libexec/PlistBuddy -c "Add :PluginCFBundleDocumentTypes dict" "$OUTPUT" 14 | /usr/libexec/PlistBuddy -c "Merge $k/Contents/Info.plist :PluginCFBundleDocumentTypes" "$OUTPUT" 15 | while /usr/libexec/PlistBuddy -c "Copy :PluginCFBundleDocumentTypes:CFBundleDocumentTypes:0 CFBundleDocumentTypes:0" "$OUTPUT" 2> /dev/null ; do 16 | /usr/libexec/PlistBuddy -c "Delete :PluginCFBundleDocumentTypes:CFBundleDocumentTypes:0" "$OUTPUT" 17 | done 18 | /usr/libexec/PlistBuddy -c "Delete :PluginCFBundleDocumentTypes" "$OUTPUT" 19 | fi 20 | done 21 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/Foundation/GTMHTTPFetcher.h: -------------------------------------------------------------------------------- 1 | // 2 | // GTMHTTPFetcher.h 3 | // 4 | // Copyright 2007-2008 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | // This class is no more. If you want something like it's functionality, look 20 | // at using the version in the Objective-C GData Client 21 | // (http://code.google.com/p/gdata-objectivec-client/). It provides the same 22 | // functionality and will continue to be maintained. 23 | -------------------------------------------------------------------------------- /App/src/SearchProfile.h: -------------------------------------------------------------------------------- 1 | // 2 | // SearchProfile.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 15/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface SearchProfile : NSObject { 13 | NSString* identifier; 14 | NSString* mainTag; 15 | NSArray* tags; 16 | id checkObj; 17 | NSString* checkPrefix; 18 | } 19 | + (SearchProfile*)unknownTypeProfile; 20 | + (SearchProfile*)tvShowProfile; 21 | + (SearchProfile*)movieProfile; 22 | 23 | + (id)profileWithIdentifier:(NSString *)ident mainTag:(NSString *)main tag:(NSArray *)tags; 24 | - (id)initWithIdentifier:(NSString *)ident mainTag:(NSString *)main tag:(NSArray *)tags; 25 | 26 | @property(readonly) NSString* mainTag; 27 | @property(readonly) NSArray* tags; 28 | @property(readonly) NSString* identifier; 29 | 30 | - (void)setCheckObject:(id)obj withPrefix:(NSString *)prefix; 31 | - (void)switchItem:(NSMenuItem *)sender; 32 | - (NSMutableDictionary *)searchTerms:(NSString *)mainTerm; 33 | 34 | @end 35 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/GTMUILocalizerAndLayoutTweakerTest.h: -------------------------------------------------------------------------------- 1 | // 2 | // GTMUILocalizerAndLayoutTweakerTest.h 3 | // 4 | // Copyright 2009 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #import 20 | #import "GTMUILocalizer.h" 21 | 22 | @interface GTMUILocalizerAndLayoutTweakerTestWindowController : NSWindowController 23 | @end 24 | 25 | 26 | @interface GTMUILocalizerAndLayoutTweakerTestLocalizer : GTMUILocalizer 27 | @end 28 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/UnitTesting/GTMUIUnitTestingHarness/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // GTMUnitTestingTest 4 | // 5 | // Copyright 2006-2008 Google Inc. 6 | // 7 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 8 | // use this file except in compliance with the License. You may obtain a copy 9 | // of the License at 10 | // 11 | // http://www.apache.org/licenses/LICENSE-2.0 12 | // 13 | // Unless required by applicable law or agreed to in writing, software 14 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 15 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 16 | // License for the specific language governing permissions and limitations under 17 | // the License. 18 | // 19 | 20 | 21 | #import 22 | #import "GTMUnitTestingUtilities.h" 23 | 24 | int main(int argc, char *argv[]) { 25 | [GTMUnitTestingUtilities setUpForUIUnitTestsIfBeingTested]; 26 | return NSApplicationMain(argc, (const char **) argv); 27 | } 28 | -------------------------------------------------------------------------------- /Plugins/AtomicParsley/src/AtomicParsleyPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // AtomicParsleyPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 27/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface AtomicParsleyPlugin : MZDataProviderPlugin 13 | { 14 | NSArray* tags; 15 | NSDictionary* read_mapping; 16 | NSDictionary* write_mapping; 17 | NSDictionary* rating_read; 18 | NSDictionary* rating_write; 19 | NSDictionary* videotype_read; 20 | NSMutableArray* writes; 21 | } 22 | 23 | + (void)logFromProgram:(NSString *)program pipe:(NSPipe *)pipe; 24 | + (int)testReadFile:(NSString *)filePath; 25 | + (int)removeChaptersFromFile:(NSString *)filePath; 26 | + (int)importChaptersFromFile:(NSString *)chaptersFile toFile:(NSString *)filePath; 27 | 28 | - (id)init; 29 | - (void)removeWriteManager:(id)writeManager; 30 | 31 | - (void)parseData:(NSData *)data withFileName:(NSString *)fileName dict:(NSMutableDictionary *)tagdict; 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/GTMFadeTruncatingTextFieldCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // GTMFadeTruncatingTextFieldCell.h 3 | // 4 | // Copyright 2009 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #import 20 | 21 | 22 | #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 23 | 24 | // A simple text field cell that truncates the right hand edge using a gradient 25 | @interface GTMFadeTruncatingTextFieldCell : NSTextFieldCell 26 | @end 27 | 28 | #endif 29 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/Foundation/GTMProgressMonitorInputStream.h: -------------------------------------------------------------------------------- 1 | // 2 | // GTMProgressMonitorInputStream.m 3 | // 4 | // Copyright 2007-2008 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | // This class is no more. If you want something like it's functionality, look 20 | // at using the version in the Objective-C GData Client 21 | // (http://code.google.com/p/gdata-objectivec-client/). It provides the same 22 | // functionality and will continue to be maintained. 23 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/NSTask+Script.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSTask+Script.h 3 | // 4 | // Copyright 2007-2009 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #import 20 | 21 | 22 | @interface NSTask (GTMXcodePluginScript) 23 | // Runs a script file named |name|.scpt and passes in the args. 24 | // Be sure to nil terminate the arg list, and only pass in ids. 25 | + (NSTask *)gtm_runScript:(NSString *)name withArguments:(id)firstObject, ...; 26 | @end 27 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodePlugin/GTMXcodePlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // GTMXcodePlugin.h 3 | // 4 | // Copyright 2007-2009 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | #import "PBXLSPlugin.h" 20 | 21 | // Principal class for GTMXcodePlugin. 22 | // Handles settings everything up 23 | @interface GTMXcodePlugin : PBXLSPlugin 24 | + (void)registerMenuItem:(id)menuItem; 25 | + (void)registerSwizzleClass:(Class)cls; 26 | + (NSBundle*)pluginBundle; 27 | + (float)xCodeVersion; 28 | @end 29 | -------------------------------------------------------------------------------- /App/src/MZWriteQueueStatus.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZWriteQueueStatus.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 29/09/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface MZWriteQueueStatus : NSObject { 13 | MetaEdits* edits; 14 | int percent; 15 | int writing; 16 | NSString* status; 17 | BOOL completed; 18 | BOOL hasRun; 19 | BOOL removeOnCancel; 20 | id controller; 21 | } 22 | @property(readonly) MetaEdits* edits; 23 | @property(readonly) int percent; 24 | @property(readonly,copy) NSString* status; 25 | @property(readonly) int writing; 26 | @property(readonly) BOOL completed; 27 | @property(readonly) BOOL hasRun; 28 | @property(readonly) id controller; 29 | 30 | + (id)statusWithEdits:(MetaEdits *)edits; 31 | - (id)initWithEdits:(MetaEdits *)edits; 32 | 33 | - (void)startWriting; 34 | - (BOOL)stopWriting; 35 | - (void)stopWritingAndRemove; 36 | 37 | - (void)finished; 38 | 39 | @end 40 | -------------------------------------------------------------------------------- /Plugins/TagChimp/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | org.maven-group.metaz.${PRODUCT_NAME:identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleShortVersionString 16 | RELEASE 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | BUILDVERSION 21 | NSPrincipalClass 22 | TagChimpPlugin 23 | BuildId 24 | BUILDID 25 | BuildDate 26 | BUILDDATE 27 | CFBundleIconFile 28 | tagChimp.png 29 | 30 | 31 | -------------------------------------------------------------------------------- /App/src/PictureEditor.h: -------------------------------------------------------------------------------- 1 | // 2 | // PictureEditor.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 20/10/09. 6 | // Copyright 2009 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "PosterView.h" 11 | 12 | @interface PictureEditor : NSObject { 13 | NSArrayController* filesController; 14 | NSArrayController* picturesController; 15 | NSProgressIndicator* indicator; 16 | NSButton* retryButton; 17 | PosterView* posterView; 18 | id picture; 19 | MZPriorObserverFix* observerFix; 20 | } 21 | @property(nonatomic,retain) IBOutlet NSArrayController* filesController; 22 | @property(nonatomic,retain) IBOutlet NSArrayController* picturesController; 23 | @property(nonatomic,retain) IBOutlet NSProgressIndicator* indicator; 24 | @property(nonatomic,retain) IBOutlet NSButton* retryButton; 25 | @property(nonatomic,retain) IBOutlet PosterView* posterView; 26 | @property(retain) id picture; 27 | @property(retain) NSData* data; 28 | @property(assign) NSNumber* dataChanged; 29 | 30 | - (IBAction)retryLoad:(id)sender; 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /Framework/src/NSData+MZCleanUTF8.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSData+MZCleanUTF8.m 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 24/11/13. 6 | // 7 | // 8 | 9 | #import "NSData+MZCleanUTF8.h" 10 | #include "iconv.h" 11 | 12 | @implementation NSData (MZCleanUTF8) 13 | 14 | - (NSData *)mz_cleanUTF8 { 15 | iconv_t cd = iconv_open("UTF-8", "UTF-8"); // convert to UTF-8 from UTF-8 16 | int one = 1; 17 | iconvctl(cd, ICONV_SET_DISCARD_ILSEQ, &one); // discard invalid characters 18 | 19 | size_t inbytesleft, outbytesleft; 20 | inbytesleft = outbytesleft = self.length; 21 | char *inbuf = (char *)self.bytes; 22 | char *outbuf = malloc(sizeof(char) * self.length); 23 | char *outptr = outbuf; 24 | if (iconv(cd, &inbuf, &inbytesleft, &outptr, &outbytesleft) 25 | == (size_t)-1) { 26 | NSLog(@"this should not happen, seriously"); 27 | return nil; 28 | } 29 | NSData *result = [NSData dataWithBytes:outbuf length:self.length - outbytesleft]; 30 | iconv_close(cd); 31 | free(outbuf); 32 | return result; 33 | } 34 | 35 | @end 36 | -------------------------------------------------------------------------------- /Framework/src/MZSearchProviderPlugin.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZSearchProviderPlugin.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 11/05/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import 12 | 13 | @class MZSearchProviderPlugin; 14 | 15 | @protocol MZSearchProviderDelegate 16 | - (void) searchProvider:(MZSearchProviderPlugin *)provider result:(NSArray*)result; 17 | @optional 18 | - (void) searchFinished; 19 | @end 20 | 21 | @interface MZSearchProviderPlugin : MZPlugin 22 | { 23 | NSImage* icon; 24 | @private 25 | id search; 26 | NSMutableArray* canceledSearches; 27 | } 28 | 29 | - (NSImage *)icon; 30 | - (NSArray *)supportedSearchTags; 31 | - (BOOL)searchWithData:(NSDictionary *)data 32 | delegate:(id)delegate 33 | queue:(NSOperationQueue *)queue; 34 | - (NSMenu *)menuForResult:(MZSearchResult *)result; 35 | 36 | - (void)cancelSearch; 37 | - (void)startSearch:(id)search; 38 | 39 | @end 40 | -------------------------------------------------------------------------------- /Plugins/Amazon/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | org.maven-group.metaz.${PRODUCT_NAME:rfc1034identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleShortVersionString 16 | RELEASE 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | BUILDVERSION 21 | NSPrincipalClass 22 | AmazonPlugin 23 | BuildId 24 | BUILDID 25 | BuildDate 26 | BUILDDATE 27 | IconURL 28 | http://www.amazon.com/favicon.ico 29 | 30 | 31 | -------------------------------------------------------------------------------- /Plugins/Example Actions.applescript: -------------------------------------------------------------------------------- 1 | -- 2 | -- Created by: Brian Olsen 3 | -- Created on: 11/06/12 17:45:16 4 | -- 5 | -- Copyright (c) 2012 Maven-Group 6 | -- All Rights Reserved 7 | -- 8 | 9 | using terms from application "MetaZ" 10 | 11 | on queue started processing 12 | display dialog "Wheee Started" 13 | end queue started processing 14 | 15 | on queue started document the_document 16 | display dialog "Wheee Writing " & (name of the_document) 17 | end queue started document 18 | 19 | on queue completed document the_document 20 | display dialog "Wheee Item Completed " & (name of the_document) 21 | end queue completed document 22 | 23 | on queue failed to write the_document because of the_error 24 | display dialog "Wheee Item Failed " & (name of the_document) 25 | end queue failed to write 26 | 27 | on queue finished processing 28 | display dialog "Wheee Finished" 29 | end queue finished processing 30 | 31 | on opened document the_document 32 | display dialog "Wheee Opened " & (name of the_document) 33 | end opened document 34 | 35 | end using terms from 36 | -------------------------------------------------------------------------------- /Plugins/TheTVDB/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildDate 6 | BUILDDATE 7 | BuildId 8 | BUILDID 9 | CFBundleDevelopmentRegion 10 | English 11 | CFBundleExecutable 12 | ${EXECUTABLE_NAME} 13 | CFBundleIdentifier 14 | org.maven-group.metaz.${PRODUCT_NAME:rfc1034identifier} 15 | CFBundleInfoDictionaryVersion 16 | 6.0 17 | CFBundlePackageType 18 | BNDL 19 | CFBundleShortVersionString 20 | RELEASE 21 | CFBundleSignature 22 | ???? 23 | CFBundleVersion 24 | BUILDVERSION 25 | NSPrincipalClass 26 | TheTVDBPlugin 27 | IconURL 28 | http://thetvdb.com/favicon.ico 29 | 30 | 31 | -------------------------------------------------------------------------------- /Framework/src/MZReadOperationsController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MZReadOperationsController.h 3 | // MetaZ 4 | // 5 | // Created by Brian Olsen on 09/04/10. 6 | // Copyright 2010 Maven-Group. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface MZReadOperationsController : MZOperationsController 13 | { 14 | id delegate; 15 | MZDataProviderPlugin* provider; 16 | NSString* fileName; 17 | NSMutableDictionary* tagdict; 18 | } 19 | @property(readonly) NSMutableDictionary* tagdict; 20 | 21 | + (id)controllerWithProvider:(MZDataProviderPlugin *)provider 22 | fromFileName:(NSString *)fileName 23 | delegate:(id)delegate 24 | extra:(NSDictionary *)extra; 25 | 26 | - (id)initWithProvider:(MZDataProviderPlugin *)provider 27 | fromFileName:(NSString *)fileName 28 | delegate:(id)delegate 29 | extra:(NSDictionary *)extra; 30 | 31 | - (void)operationsFinished; 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /Plugins/OSXNotification/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleShortVersionString 6 | RELEASE 7 | CFBundleIdentifier 8 | org.maven-group.metaz.plugin.${PRODUCT_NAME:rfc1034identifier} 9 | BuildId 10 | BUILDID 11 | BuildDate 12 | BUILDDATE 13 | CFBundleSignature 14 | ???? 15 | CFBundleInfoDictionaryVersion 16 | 6.0 17 | CFBundleDevelopmentRegion 18 | English 19 | CFBundleExecutable 20 | ${EXECUTABLE_NAME} 21 | CFBundlePackageType 22 | BNDL 23 | CFBundleVersion 24 | BUILDVERSION 25 | LSMinimumSystemVersion 26 | 10.8 27 | NSPrincipalClass 28 | OSXNotificationPlugin 29 | 30 | 31 | -------------------------------------------------------------------------------- /Plugins/TheMovieDb/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | org.maven-group.metaz.${PRODUCT_NAME:rfc1034identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleShortVersionString 16 | RELEASE 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | BUILDVERSION 21 | NSPrincipalClass 22 | TheMovieDbPlugin 23 | BuildId 24 | BUILDID 25 | BuildDate 26 | BUILDDATE 27 | IconURL 28 | http://www.themoviedb.org/favicon.ico 29 | 30 | 31 | -------------------------------------------------------------------------------- /Externals/Sparkle.framework/Versions/A/Resources/License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2006 Andy Matuschak 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 4 | 5 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 6 | 7 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/GTMHotKeyTextFieldTest.h: -------------------------------------------------------------------------------- 1 | // GTMHotKeyTextFieldTest.h 2 | // 3 | // Copyright 2006-2009 Google Inc. 4 | // 5 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 6 | // use this file except in compliance with the License. You may obtain a copy 7 | // of the License at 8 | // 9 | // http://www.apache.org/licenses/LICENSE-2.0 10 | // 11 | // Unless required by applicable law or agreed to in writing, software 12 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 13 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 14 | // License for the specific language governing permissions and limitations under 15 | // the License. 16 | // 17 | 18 | #import 19 | 20 | @class GTMHotKeyTextField; 21 | 22 | @interface GTMHotKeyTextFieldTestController : NSWindowController { 23 | @private 24 | IBOutlet GTMHotKeyTextField *view_; 25 | } 26 | 27 | - (GTMHotKeyTextField *)view; 28 | @end 29 | 30 | @interface GTMHotKeyTextFieldTestControllerWindowDelegate : NSObject 31 | @end 32 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/SpotlightPlugins/AppleScript/TestData/test.scptd/Contents/Resources/description.rtfd/TXT.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf330 2 | {\fonttbl\f0\fswiss\fcharset0 Helvetica;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\tx7280\tx7840\tx8400\tx8960\tx9520\tx10080\tx10640\tx11200\tx11760\tx12320\tx12880\tx13440\tx14000\tx14560\tx15120\tx15680\tx16240\tx16800\tx17360\tx17920\tx18480\tx19040\tx19600\tx20160\tx20720\tx21280\tx21840\tx22400\tx22960\tx23520\tx24080\tx24640\tx25200\tx25760\tx26320\tx26880\tx27440\tx28000\tx28560\tx29120\tx29680\tx30240\tx30800\tx31360\tx31920\tx32480\tx33040\tx33600\tx34160\tx34720\tx35280\tx35840\tx36400\tx36960\tx37520\tx38080\tx38640\tx39200\tx39760\tx40320\tx40880\tx41440\tx42000\tx42560\tx43120\tx43680\tx44240\tx44800\tx45360\tx45920\tx46480\tx47040\tx47600\tx48160\tx48720\tx49280\tx49840\tx50400\tx50960\tx51520\tx52080\tx52640\tx53200\tx53760\tx54320\tx54880\tx55440\tx56000\ql\qnatural\pardirnatural 5 | 6 | \f0\fs24 \cf0 \CocoaLigature0 This is a description.} -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/TigerOrLater.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // TigerOrLater.xcconfig 3 | // 4 | // Xcode configuration file for projects targeting 10.4 Tiger or later. These 5 | // settings produce a Universal binary compatible with 10.4 for PPC and Intel. 6 | // 7 | // Copyright 2006-2008 Google Inc. 8 | // 9 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 10 | // use this file except in compliance with the License. You may obtain a copy 11 | // of the License at 12 | // 13 | // http://www.apache.org/licenses/LICENSE-2.0 14 | // 15 | // Unless required by applicable law or agreed to in writing, software 16 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 17 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 18 | // License for the specific language governing permissions and limitations under 19 | // the License. 20 | // 21 | 22 | // Default SDK and minimum OS version is 10.4 23 | SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk 24 | MACOSX_DEPLOYMENT_TARGET = 10.4 25 | GCC_VERSION = 4.0 26 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/AppKit/GTMIBArrayTest.h: -------------------------------------------------------------------------------- 1 | // 2 | // GTMIBArrayTest.h 3 | // 4 | // Copyright 2009 Google Inc. 5 | // 6 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 7 | // use this file except in compliance with the License. You may obtain a copy 8 | // of the License at 9 | // 10 | // http://www.apache.org/licenses/LICENSE-2.0 11 | // 12 | // Unless required by applicable law or agreed to in writing, software 13 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15 | // License for the specific language governing permissions and limitations under 16 | // the License. 17 | // 18 | 19 | 20 | #import 21 | 22 | @interface GTMIBArrayTestWindowController : NSWindowController { 23 | @private 24 | IBOutlet NSArray *labels_; 25 | IBOutlet NSArray *fields_; 26 | IBOutlet NSArray *everything_; // labels + fields + buttons 27 | } 28 | - (NSArray *)labelsArray; 29 | - (NSArray *)fieldsArray; 30 | - (NSArray *)everythingArray; 31 | @end 32 | -------------------------------------------------------------------------------- /Externals/google-toolbox-for-mac/XcodeConfig/subconfig/LeopardOrLater.xcconfig: -------------------------------------------------------------------------------- 1 | // 2 | // LeopardOrLater.xcconfig 3 | // 4 | // Xcode configuration file for projects targeting 10.5 Leopard or later. These 5 | // settings produce a Universal binary compatible with 10.5 for PPC and Intel. 6 | // 7 | // Copyright 2006-2008 Google Inc. 8 | // 9 | // Licensed under the Apache License, Version 2.0 (the "License"); you may not 10 | // use this file except in compliance with the License. You may obtain a copy 11 | // of the License at 12 | // 13 | // http://www.apache.org/licenses/LICENSE-2.0 14 | // 15 | // Unless required by applicable law or agreed to in writing, software 16 | // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 17 | // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 18 | // License for the specific language governing permissions and limitations under 19 | // the License. 20 | // 21 | 22 | // Default SDK and minimum OS version is 10.5 23 | SDKROOT = ${DEVELOPER_SDK_DIR}/MacOSX10.5.sdk 24 | MACOSX_DEPLOYMENT_TARGET = 10.5 25 | GCC_VERSION = 4.0 26 | --------------------------------------------------------------------------------