├── .gitignore ├── Path Finder SDK ├── CocoatechCore │ ├── BGHUD │ │ ├── BGGradientTheme.h │ │ ├── BGGradientTheme.m │ │ ├── BGHUDAppKit.h │ │ ├── BGHUDBox.h │ │ ├── BGHUDBox.m │ │ ├── BGHUDButtonCell.h │ │ ├── BGHUDButtonCell.m │ │ ├── BGHUDColorWell.h │ │ ├── BGHUDColorWell.m │ │ ├── BGHUDComboBoxCell.h │ │ ├── BGHUDComboBoxCell.m │ │ ├── BGHUDGeometry.h │ │ ├── BGHUDLabel.h │ │ ├── BGHUDLabel.m │ │ ├── BGHUDOutlineView.h │ │ ├── BGHUDOutlineView.m │ │ ├── BGHUDPopUpButtonCell.h │ │ ├── BGHUDPopUpButtonCell.m │ │ ├── BGHUDProgressIndicator.h │ │ ├── BGHUDProgressIndicator.m │ │ ├── BGHUDScrollView.h │ │ ├── BGHUDScrollView.m │ │ ├── BGHUDScroller.h │ │ ├── BGHUDScroller.m │ │ ├── BGHUDSearchFieldCell.h │ │ ├── BGHUDSearchFieldCell.m │ │ ├── BGHUDSecureTextFieldCell.h │ │ ├── BGHUDSecureTextFieldCell.m │ │ ├── BGHUDSegmentedCell.h │ │ ├── BGHUDSegmentedCell.m │ │ ├── BGHUDSliderCell.h │ │ ├── BGHUDSliderCell.m │ │ ├── BGHUDStepperCell.h │ │ ├── BGHUDStepperCell.m │ │ ├── BGHUDTabView.h │ │ ├── BGHUDTabView.m │ │ ├── BGHUDTabViewItem.h │ │ ├── BGHUDTabViewItem.m │ │ ├── BGHUDTableCornerView.h │ │ ├── BGHUDTableCornerView.m │ │ ├── BGHUDTableView.h │ │ ├── BGHUDTableView.m │ │ ├── BGHUDTableViewHeaderCell.h │ │ ├── BGHUDTableViewHeaderCell.m │ │ ├── BGHUDTextFieldCell.h │ │ ├── BGHUDTextFieldCell.m │ │ ├── BGHUDView.h │ │ ├── BGHUDView.m │ │ ├── BGTheme.h │ │ ├── BGTheme.m │ │ ├── BGThemeManager.h │ │ └── BGThemeManager.m │ ├── CALayer-NTExtensions.h │ ├── CALayer-NTExtensions.m │ ├── CATextLayer-NTExtensions.h │ ├── CATextLayer-NTExtensions.m │ ├── CATransaction-NTExtensions.h │ ├── CATransaction-NTExtensions.m │ ├── CFArray-NTExtensions.h │ ├── CFArray-NTExtensions.m │ ├── CocoatechCore.h │ ├── CocoatechCore.xcodeproj │ │ └── project.pbxproj │ ├── CocoatechCore_Prefix.pch │ ├── English.lproj │ │ └── InfoPlist.strings │ ├── Info.plist │ ├── NSAnimationContext-NTExtensions.h │ ├── NSAnimationContext-NTExtensions.m │ ├── NSArray-NTExtensions.h │ ├── NSArray-NTExtensions.m │ ├── NSAttributedString-NTExtensions.h │ ├── NSAttributedString-NTExtensions.m │ ├── NSBezierPath-NTExtensions.h │ ├── NSBezierPath-NTExtensions.m │ ├── NSBundle-NTExtensions.h │ ├── NSBundle-NTExtensions.m │ ├── NSButton-NTExtensions.h │ ├── NSButton-NTExtensions.m │ ├── NSCalendarDate-NTExtensions.h │ ├── NSCalendarDate-NTExtensions.m │ ├── NSCharacterSet-NTExtensions.h │ ├── NSCharacterSet-NTExtensions.m │ ├── NSColor-NTExtensions.h │ ├── NSColor-NTExtensions.m │ ├── NSData-NTExtensions.h │ ├── NSData-NTExtensions.m │ ├── NSDate-NTExtensions.h │ ├── NSDate-NTExtensions.m │ ├── NSDateFormatter-NTExtensions.h │ ├── NSDateFormatter-NTExtensions.m │ ├── NSDictionary-NTExtensions.h │ ├── NSDictionary-NTExtensions.m │ ├── NSDrawer-NTExtensions.h │ ├── NSDrawer-NTExtensions.m │ ├── NSError-NTExtensions.h │ ├── NSError-NTExtensions.m │ ├── NSEvent-Utilities.h │ ├── NSEvent-Utilities.m │ ├── NSFont-NTExtensions.h │ ├── NSFont-NTExtensions.m │ ├── NSGraphicsContext-NTExtensions.h │ ├── NSGraphicsContext-NTExtensions.m │ ├── NSImage-NTExtensions.h │ ├── NSImage-NTExtensions.m │ ├── NSLayoutManager-NTExtensions.h │ ├── NSLayoutManager-NTExtensions.m │ ├── NSMatrix-CoreExtensions.h │ ├── NSMatrix-CoreExtensions.m │ ├── NSMenu-NTExtensions.h │ ├── NSMenu-NTExtensions.m │ ├── NSMenuItem-NTExtensions.h │ ├── NSMenuItem-NTExtensions.m │ ├── NSMutableArray-NTExtensions.h │ ├── NSMutableArray-NTExtensions.m │ ├── NSMutableArray-ThreadSafe.h │ ├── NSMutableArray-ThreadSafe.m │ ├── NSMutableAttributedString-Extensions.h │ ├── NSMutableAttributedString-Extensions.m │ ├── NSMutableDictionary-NTExtensions.h │ ├── NSMutableDictionary-NTExtensions.m │ ├── NSMutableDictionary-ThreadSafe.h │ ├── NSMutableDictionary-ThreadSafe.m │ ├── NSNumber-NTExtensions.h │ ├── NSNumber-NTExtensions.m │ ├── NSObject-Dispatch.h │ ├── NSObject-Dispatch.m │ ├── NSObject-NTExtensions.h │ ├── NSObject-NTExtensions.m │ ├── NSSavePanel-NTExtensions.h │ ├── NSSavePanel-NTExtensions.m │ ├── NSScrollView-NTExtensions.h │ ├── NSScrollView-NTExtensions.m │ ├── NSShadow-NTExtensions.h │ ├── NSShadow-NTExtensions.m │ ├── NSSortDescriptor-NTExtensions.h │ ├── NSSortDescriptor-NTExtensions.m │ ├── NSSplitView-NTExtensions.h │ ├── NSSplitView-NTExtensions.m │ ├── NSString-Utilities.h │ ├── NSString-Utilities.m │ ├── NSTabView-NTExtensions.h │ ├── NSTabView-NTExtensions.m │ ├── NSTableViewNoFirstResponder.h │ ├── NSTableViewNoFirstResponder.m │ ├── NSThread-NTExtensions.h │ ├── NSThread-NTExtensions.m │ ├── NSURL-NTExtensions.h │ ├── NSURL-NTExtensions.m │ ├── NSUserDefaults-NTExtensions.h │ ├── NSUserDefaults-NTExtensions.m │ ├── NSValueTransformer-NTExtensions.h │ ├── NSValueTransformer-NTExtensions.m │ ├── NSView-CoreExtensions.h │ ├── NSView-CoreExtensions.m │ ├── NSView-NSSplitViewExtensions.h │ ├── NSView-NSSplitViewExtensions.m │ ├── NSWindow-NTExtensions.h │ ├── NSWindow-NTExtensions.m │ ├── NTAlertPanel.h │ ├── NTAlertPanel.m │ ├── NTAnimationDelegate.h │ ├── NTAnimationDelegate.m │ ├── NTAnimations.h │ ├── NTAnimations.m │ ├── NTAnimationsWindow.h │ ├── NTAnimationsWindow.m │ ├── NTAnimationsZoomView.h │ ├── NTAnimationsZoomView.m │ ├── NTAppearanceMgr.h │ ├── NTAppearanceMgr.m │ ├── NTAquaButtonCell.h │ ├── NTAquaButtonCell.m │ ├── NTBGHUDPopUpButton.h │ ├── NTBGHUDPopUpButton.m │ ├── NTBackgroundView.h │ ├── NTBackgroundView.m │ ├── NTBaseContainer.h │ ├── NTBaseContainer.m │ ├── NTBoxView.h │ ├── NTBoxView.m │ ├── NTCarbonGeometry.h │ ├── NTCarbonGeometry.m │ ├── NTChooseDestinationPanel.h │ ├── NTChooseDestinationPanel.m │ ├── NTChooseFilePanel.h │ ├── NTChooseFilePanel.m │ ├── NTClickState.h │ ├── NTClickState.m │ ├── NTColorSet.h │ ├── NTColorSet.m │ ├── NTCoordinate.h │ ├── NTCoordinate.m │ ├── NTCoreMacros.h │ ├── NTDataBuffer.h │ ├── NTDataBuffer.m │ ├── NTDateFormatter.h │ ├── NTDateFormatter.m │ ├── NTDoubleClickHandler.h │ ├── NTDoubleClickHandler.m │ ├── NTEnablingTextField.h │ ├── NTEnablingTextField.m │ ├── NTEnablingTextFieldCell.h │ ├── NTEnablingTextFieldCell.m │ ├── NTEventOverrideHandler.h │ ├── NTEventOverrideHandler.m │ ├── NTFont.h │ ├── NTFont.m │ ├── NTFontButton.h │ ├── NTFontButton.m │ ├── NTFramedSplitView.h │ ├── NTFramedSplitView.m │ ├── NTGeometry.h │ ├── NTGeometry.m │ ├── NTGlobalPreferences.h │ ├── NTGlobalPreferences.m │ ├── NTGradient.h │ ├── NTGradient.m │ ├── NTGradientDraw.h │ ├── NTGradientDraw.m │ ├── NTGradientFill.h │ ├── NTGradientFill.m │ ├── NTHotKeyManager.h │ ├── NTHotKeyManager.m │ ├── NTIconControlValueTransformer.h │ ├── NTIconControlValueTransformer.m │ ├── NTImageButton.h │ ├── NTImageButton.m │ ├── NTImageMaker.h │ ├── NTImageMaker.m │ ├── NTIndexCounter.h │ ├── NTIndexCounter.m │ ├── NTKVObserverProxy.h │ ├── NTKVObserverProxy.m │ ├── NTKeyChainUtils.h │ ├── NTKeyChainUtils.m │ ├── NTKeyEventMonitor.h │ ├── NTKeyEventMonitor.m │ ├── NTKeyEventMonitorToken.h │ ├── NTKeyEventMonitorToken.m │ ├── NTLazyMenu.h │ ├── NTLazyMenu.m │ ├── NTMailDelivery.h │ ├── NTMailDelivery.m │ ├── NTMenuSlider.h │ ├── NTMenuSlider.m │ ├── NTMessageProxy.h │ ├── NTMessageProxy.m │ ├── NTMetalWindowTheme.h │ ├── NTMetalWindowTheme.m │ ├── NTMobileMe.h │ ├── NTMobileMe.m │ ├── NTNameAndID.h │ ├── NTNameAndID.m │ ├── NTObjcRuntimeTools.h │ ├── NTObjcRuntimeTools.m │ ├── NTObjectContainer.h │ ├── NTObjectContainer.m │ ├── NTPasteboardHelper.h │ ├── NTPasteboardHelper.m │ ├── NTPath.h │ ├── NTPath.m │ ├── NTPointerObject.h │ ├── NTPointerObject.m │ ├── NTPopUpButton.h │ ├── NTPopUpButton.m │ ├── NTPrefNotification.h │ ├── NTPrefNotification.m │ ├── NTProxy.h │ ├── NTProxy.m │ ├── NTQuitDisabler.h │ ├── NTQuitDisabler.m │ ├── NTRevealParameters.h │ ├── NTRevealParameters.m │ ├── NTSCPrefsListener.h │ ├── NTSCPrefsListener.m │ ├── NTSavePanel.h │ ├── NTSavePanel.m │ ├── NTSelectionGradient.h │ ├── NTSelectionGradient.m │ ├── NTShadowImage.h │ ├── NTShadowImage.m │ ├── NTSimpleAlert.h │ ├── NTSimpleAlert.m │ ├── NTSimpleTimer.h │ ├── NTSimpleTimer.m │ ├── NTSingletonObject.h │ ├── NTSingletonObject.m │ ├── NTSizeFormatter.h │ ├── NTSizeFormatter.m │ ├── NTSliderGradientView.h │ ├── NTSliderGradientView.m │ ├── NTSliderMenuItem.h │ ├── NTSliderMenuItem.m │ ├── NTSpaceKeyPoll.h │ ├── NTSpaceKeyPoll.m │ ├── NTSplitViewDelegate.h │ ├── NTSplitViewDelegate.m │ ├── NTSpringLoadedViewHelper.h │ ├── NTSpringLoadedViewHelper.m │ ├── NTStandardColors.h │ ├── NTStandardColors.m │ ├── NTStandardImages.h │ ├── NTStandardImages.m │ ├── NTStaticImageView.h │ ├── NTStaticImageView.m │ ├── NTStringView.h │ ├── NTStringView.m │ ├── NTSynchronousTask.h │ ├── NTSynchronousTask.m │ ├── NTSynchronousTaskRunner.h │ ├── NTSynchronousTaskRunner.m │ ├── NTTableHeaderImages.h │ ├── NTTableHeaderImages.m │ ├── NTTaskController.h │ ├── NTTaskController.m │ ├── NTTemplateButton.h │ ├── NTTemplateButton.m │ ├── NTTemporaryObject.h │ ├── NTTemporaryObject.m │ ├── NTThreadHelper.h │ ├── NTThreadHelper.m │ ├── NTThreadRunner.h │ ├── NTThreadRunner.m │ ├── NTTime.h │ ├── NTTime.m │ ├── NTTimeIntervalMeter.h │ ├── NTTimeIntervalMeter.m │ ├── NTUInt32Container.h │ ├── NTUInt32Container.m │ ├── NTUInt64Container.h │ ├── NTUInt64Container.m │ ├── NTUserDefaults.h │ ├── NTUserDefaults.m │ ├── NTUsersAndGroups.h │ ├── NTUsersAndGroups.m │ ├── NTUtilities.h │ ├── NTUtilities.m │ ├── NTView.h │ ├── NTView.m │ ├── NTViewOptionConstants.h │ ├── NTWindowCascade.h │ ├── NTWindowCascade.m │ ├── QLPreviewPanel-NTExtensions.h │ ├── QLPreviewPanel-NTExtensions.m │ └── images │ │ ├── NTChevron.tiff │ │ └── favorites.png ├── CocoatechStrings │ ├── CocoaTechStrings.h │ ├── CocoaTechStrings.xcodeproj │ │ └── project.pbxproj │ ├── CocoatechStrings.pch │ ├── Info-CocoaTechStrings__Native_.plist │ ├── NSButton-Extensions.h │ ├── NSButton-Extensions.m │ ├── NTLocalizedString.h │ ├── NTLocalizedString.m │ ├── NTMacErrorString.h │ ├── NTMacErrorString.m │ ├── NTMenuBarLocalizer.h │ ├── NTMenuBarLocalizer.m │ ├── NTViewLocalizer.h │ ├── NTViewLocalizer.m │ └── Regions │ │ ├── cs.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── da.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── de.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── en.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── es.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── fi.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── fr.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── it.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── ja.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── ko.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── lt.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── nb.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── nl.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── pl.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── pt.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── pt_BR.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── ru.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── sv.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ ├── zh_CN.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings │ │ └── zh_TW.lproj │ │ ├── CocoaTechBase.strings │ │ ├── CocoaTechFoundation.strings │ │ ├── CocoaTechStuffIt.strings │ │ ├── Disk Image Plugin.strings │ │ ├── Get Info.strings │ │ ├── Hex View.strings │ │ ├── Image Converter.strings │ │ ├── OmniAppKit.strings │ │ ├── crashReporter.strings │ │ ├── default.strings │ │ ├── fileCopy.strings │ │ ├── localizationPanel.strings │ │ ├── macErrors.strings │ │ ├── menuBar.strings │ │ ├── modulePlugins.strings │ │ ├── preferencesUI.strings │ │ ├── preview.strings │ │ ├── purchase.strings │ │ ├── reports.strings │ │ └── terminal.strings ├── Configurations │ ├── Common.xcconfig │ ├── Debug.xcconfig │ └── Release.xcconfig ├── Readme.txt └── iTerm │ ├── AddressBookWindowController.h │ ├── AddressBookWindowController.m │ ├── English.lproj │ ├── AddressBook.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── Bookmarks.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── FindPanel.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── ITConfigPanel.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── MainMenu.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── Misc.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── PreferencePanel.nib │ │ ├── designable.nib │ │ └── keyedobjects.nib │ └── ProfilesWindow.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── FindPanelWindowController.h │ ├── FindPanelWindowController.m │ ├── ITAddressBookMgr.h │ ├── ITAddressBookMgr.m │ ├── ITConfigPanelController.h │ ├── ITConfigPanelController.m │ ├── ITIconStore.h │ ├── ITIconStore.m │ ├── ITMiscNibController.h │ ├── ITMiscNibController.m │ ├── ITPopUpButton.h │ ├── ITPopUpButton.m │ ├── ITProcess.h │ ├── ITProcess.m │ ├── ITSharedActionHandler.h │ ├── ITSharedActionHandler.m │ ├── ITTerminalView.h │ ├── ITTerminalView.m │ ├── ITTerminalWindowController.h │ ├── ITTerminalWindowController.m │ ├── ITViewLocalizer.h │ ├── ITViewLocalizer.m │ ├── MyTerminalView.h │ ├── MyTerminalView.m │ ├── NSStringITerm.h │ ├── NSStringITerm.m │ ├── PSMTabBarControl │ ├── images │ │ ├── AquaTabClose_Front.tif │ │ ├── AquaTabClose_Front_Pressed.tif │ │ ├── AquaTabClose_Front_Rollover.tif │ │ ├── AquaTabNew.png │ │ ├── AquaTabNewPressed.png │ │ ├── AquaTabNewRollover.png │ │ ├── AquaTabsBackground.png │ │ ├── AquaTabsDown.png │ │ ├── AquaTabsDownGraphite.png │ │ ├── AquaTabsDownNonKey.png │ │ ├── AquaTabsSeparator.png │ │ ├── AquaTabsSeparatorDown.png │ │ ├── TabClose_Front.tif │ │ ├── TabClose_Front_Pressed.tif │ │ ├── TabClose_Front_Rollover.tif │ │ ├── TabNewMetal.png │ │ ├── TabNewMetalPressed.png │ │ ├── TabNewMetalRollover.png │ │ ├── Warning.png │ │ ├── overflowImage.tiff │ │ ├── overflowImagePressed.tif │ │ └── pi.png │ └── source │ │ ├── NSBezierPath_AMShading.h │ │ ├── NSBezierPath_AMShading.m │ │ ├── PSMAdiumTabStyle.h │ │ ├── PSMAdiumTabStyle.m │ │ ├── PSMAquaTabStyle.h │ │ ├── PSMAquaTabStyle.m │ │ ├── PSMMetalTabStyle.h │ │ ├── PSMMetalTabStyle.m │ │ ├── PSMOverflowPopUpButton.h │ │ ├── PSMOverflowPopUpButton.m │ │ ├── PSMProgressIndicator.h │ │ ├── PSMProgressIndicator.m │ │ ├── PSMRolloverButton.h │ │ ├── PSMRolloverButton.m │ │ ├── PSMTabBarCell.h │ │ ├── PSMTabBarCell.m │ │ ├── PSMTabBarControl.h │ │ ├── PSMTabBarControl.m │ │ ├── PSMTabDragAssistant.h │ │ ├── PSMTabDragAssistant.m │ │ ├── PSMTabDragWindow.h │ │ ├── PSMTabDragWindow.m │ │ ├── PSMTabStyle.h │ │ ├── PSMUnifiedTabStyle.h │ │ └── PSMUnifiedTabStyle.m │ ├── PTToolbarController.h │ ├── PTToolbarController.m │ ├── PTYScrollView.h │ ├── PTYScrollView.m │ ├── PTYSession.h │ ├── PTYSession.m │ ├── PTYTabView.h │ ├── PTYTabView.m │ ├── PTYTask.h │ ├── PTYTask.m │ ├── PTYTextView.h │ ├── PTYTextView.m │ ├── PTYWindow.h │ ├── PTYWindow.m │ ├── PreferencePanel.h │ ├── PreferencePanel.m │ ├── Profiles.plist │ ├── Tree.h │ ├── Tree.m │ ├── VT100Screen.h │ ├── VT100Screen.m │ ├── VT100Terminal.h │ ├── VT100Terminal.m │ ├── charmaps.h │ ├── iTerm-wait.icns │ ├── iTerm.h │ ├── iTerm.icns │ ├── iTerm.plist │ ├── iTerm.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata │ ├── iTermApplication.h │ ├── iTermApplication.m │ ├── iTermApplicationDelegate.h │ ├── iTermApplicationDelegate.m │ ├── iTermBookmarkController.h │ ├── iTermBookmarkController.m │ ├── iTermController.h │ ├── iTermController.m │ ├── iTermDisplayProfileMgr.h │ ├── iTermDisplayProfileMgr.m │ ├── iTermImageView.h │ ├── iTermImageView.m │ ├── iTermKeyBindingMgr.h │ ├── iTermKeyBindingMgr.m │ ├── iTermOutlineView.h │ ├── iTermOutlineView.m │ ├── iTermProfileWindowController.h │ ├── iTermProfileWindowController.m │ ├── iTermTerminalProfileMgr.h │ ├── iTermTerminalProfileMgr.m │ ├── iTerm_Framework.plist │ ├── iTerm_Prefix.pch │ ├── images │ ├── addressbook.png │ ├── close.png │ ├── config.png │ ├── edit.png │ ├── exec.png │ ├── folder.png │ ├── iTerm-Aqua.jpg │ ├── iTerm-old.icns │ ├── iTerm-old.png │ ├── iTerm.png │ ├── important.png │ ├── new.png │ ├── newwin.icns │ ├── script.png │ └── waiting.png │ └── main.m ├── PyTerminal.xcodeproj ├── project.pbxproj └── project.xcworkspace │ └── contents.xcworkspacedata ├── PyTerminal ├── PyTerminal-Info.plist └── en.lproj │ └── InfoPlist.strings ├── PyTerminalDemo ├── PyTerminalDemo-Info.plist ├── PyTerminalDemoAppDelegate.h ├── PyTerminalDemoAppDelegate.m ├── en.lproj │ ├── Credits.rtf │ ├── InfoPlist.strings │ └── MainMenu.xib └── main.m ├── PyTerminalView.h ├── PyTerminalView.m ├── README.md ├── Screenshots └── Shot1.png ├── install.sh ├── py_raw_input.c ├── py_raw_input.h └── readline ├── CHANGELOG ├── CHANGES ├── COPYING ├── INSTALL ├── MANIFEST ├── Makefile.in ├── NEWS ├── README ├── USAGE ├── aclocal.m4 ├── ansi_stdlib.h ├── bind.c ├── callback.c ├── chardefs.h ├── compat.c ├── complete.c ├── config.h ├── config.h.in ├── configure ├── configure.in ├── display.c ├── doc ├── Makefile.in ├── fdl.texi ├── history.0 ├── history.3 ├── history.dvi ├── history.html ├── history.info ├── history.pdf ├── history.ps ├── history.texi ├── history_3.ps ├── hstech.texi ├── hsuser.texi ├── readline.0 ├── readline.3 ├── readline.dvi ├── readline.html ├── readline.info ├── readline.pdf ├── readline.ps ├── readline_3.ps ├── rlman.texi ├── rltech.texi ├── rluser.texi ├── rluserman.dvi ├── rluserman.html ├── rluserman.info ├── rluserman.pdf ├── rluserman.ps ├── rluserman.texi ├── texi2dvi ├── texi2html ├── texinfo.tex └── version.texi ├── emacs_keymap.c ├── examples ├── Inputrc ├── Makefile.in ├── autoconf │ ├── BASH_CHECK_LIB_TERMCAP │ ├── RL_LIB_READLINE_VERSION │ └── wi_LIB_READLINE ├── excallback.c ├── fileman.c ├── histexamp.c ├── manexamp.c ├── readlinebuf.h ├── rl-fgets.c ├── rl.c ├── rlcat.c ├── rlevent.c ├── rlfe │ ├── ChangeLog │ ├── Makefile.in │ ├── README │ ├── config.h.in │ ├── configure │ ├── configure.in │ ├── extern.h │ ├── os.h │ ├── pty.c │ ├── rlfe.c │ └── screen.h ├── rlptytest.c ├── rltest.c ├── rlversion.c └── rlwrap-0.30.tar.gz ├── funmap.c ├── histexpand.c ├── histfile.c ├── histlib.h ├── history.c ├── history.h ├── histsearch.c ├── input.c ├── isearch.c ├── keymaps.c ├── keymaps.h ├── kill.c ├── macro.c ├── mbutil.c ├── misc.c ├── nls.c ├── parens.c ├── patchlevel ├── posixdir.h ├── posixjmp.h ├── posixselect.h ├── posixstat.h ├── readline.c ├── readline.h ├── rlconf.h ├── rldefs.h ├── rlmbutil.h ├── rlprivate.h ├── rlshell.h ├── rlstdc.h ├── rltty.c ├── rltty.h ├── rltypedefs.h ├── rlwinsize.h ├── savestring.c ├── search.c ├── shell.c ├── shlib └── Makefile.in ├── signals.c ├── support ├── config.guess ├── config.rpath ├── config.sub ├── install.sh ├── mkdirs ├── mkdist ├── mkinstalldirs ├── shlib-install ├── shobj-conf └── wcwidth.c ├── tcap.h ├── terminal.c ├── text.c ├── tilde.c ├── tilde.h ├── undo.c ├── util.c ├── vi_keymap.c ├── vi_mode.c ├── xfree.c ├── xmalloc.c └── xmalloc.h /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | xcuserdata 3 | build 4 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/BGHUD/BGHUDStepperCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // BGHUDStepperCell.h 3 | // BGHUDAppKit 4 | // 5 | // Created by BinaryGod on 4/6/09. 6 | // Copyright 2009 none. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "BGThemeManager.h" 11 | 12 | @interface BGHUDStepperCell : NSStepperCell { 13 | 14 | NSString *themeKey; 15 | NSInteger topButtonFlag; 16 | NSInteger bottomButtonFlag; 17 | } 18 | 19 | @property (retain) NSString *themeKey; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/BGHUD/BGHUDTableCornerView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BGHUDTableCornerView.h 3 | // BGHUDAppKit 4 | // 5 | // Created by BinaryGod on 6/29/08. 6 | // Copyright 2008 none. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "BGThemeManager.h" 11 | 12 | @interface BGHUDTableCornerView : NSView { 13 | 14 | NSString *themeKey; 15 | } 16 | 17 | @property (retain) NSString *themeKey; 18 | 19 | - (id)initWithThemeKey:(NSString *)key; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CALayer-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // CALayer-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/6/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface CALayer (NTExtensions) 13 | 14 | - (NSString*)longDescription; 15 | - (void)debugLayers:(BOOL)showSubviews; 16 | - (void)scale:(CGFloat)theScale; 17 | 18 | - (CGPoint)scrollPositionAsPercentage; 19 | - (void)setScrollPositionAsPercentage:(CGPoint)scrollPosition; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CATextLayer-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // CATextLayer-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/15/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CATextLayer (NTExtensions) 12 | + (CATextLayer *)layerWithText:(NSString *)string; 13 | + (CATextLayer *)layerWithText:(NSString *)string fontSize:(CGFloat)size; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CATransaction-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // CATransaction-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/15/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface CATransaction (NTExtensions) 13 | + (void)beginDisabled; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CATransaction-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // CATransaction-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/15/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "CATransaction-NTExtensions.h" 10 | 11 | 12 | @implementation CATransaction (NTExtensions) 13 | 14 | + (void)beginDisabled; 15 | { 16 | [CATransaction flush]; 17 | [CATransaction begin]; 18 | [CATransaction setValue:(id)kCFBooleanTrue 19 | forKey:kCATransactionDisableActions]; 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CFArray-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // CFArray-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/10/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | // Convenience functions 12 | extern NSMutableArray *NTCreateNonOwnedPointerArray(void); 13 | extern NSMutableArray *NTCreateIntegerArray(void); 14 | 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CocoatechCore_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'CocoatechCore' target in the 'CocoatechCore' project. 3 | // 4 | 5 | #import 6 | 7 | #ifdef __OBJC__ 8 | #import 9 | #import 10 | #import 11 | #import 12 | #import 13 | #import 14 | #import 15 | #import "NTCoreMacros.h" 16 | #endif 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechCore/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSAnimationContext-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSAnimationContext-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/22/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSAnimationContext (NTExtensions) 12 | + (void)begin:(BOOL)animate duration:(CGFloat)duration; 13 | + (void)end; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSAttributedString-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSAttributedString-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/20/04. 6 | // Copyright 2004 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSAttributedString (NTExtensions) 13 | 14 | + (NSAttributedString*)stringWithString:(NSString*)inString attributes:(NSDictionary*)attributes; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSBundle-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSBundle-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Fri May 16 2003. 6 | // Copyright (c) 2003 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSBundle (NTExtensions) 12 | 13 | - (NSImage*)imageWithName:(NSString*)imageName; 14 | - (NSImage*)imageWithName:(NSString*)imageName inDirectory:(NSString*)directory; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSButton-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSButton-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Thu Mar 27 2003. 6 | // Copyright (c) 2003 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSButton (NTExtensions) 12 | - (BOOL)isSwitchButton; 13 | @end 14 | 15 | @interface NSButtonCell (NTExtensions) 16 | - (BOOL)isSwitchButtonCell; 17 | @end -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSCharacterSet-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSCharacterSet-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/6/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSCharacterSet (NTExtensions) 12 | 13 | + (BOOL)isAlphaNum:(unichar)theCharacter; 14 | + (BOOL)isAlpha:(unichar)theCharacter; 15 | + (BOOL)isDigit:(unichar)theCharacter; 16 | + (BOOL)isPrint:(unichar)theCharacter; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSError-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSError-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/13/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSError (NTExtensions) 13 | 14 | - (NSString*)formattedDescription; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSFont-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSFont-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/27/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSFont (NTExtensions) 12 | - (NSInteger)lineHeight; 13 | @end 14 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSFont-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSFont-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/27/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "NSFont-NTExtensions.h" 10 | 11 | @implementation NSFont (NTExtensions) 12 | 13 | - (NSInteger)lineHeight; 14 | { 15 | CGFloat result; 16 | 17 | result = [self ascender] + (-[self descender]) + [self leading]; 18 | 19 | return ceil(result); 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSLayoutManager-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSLayoutManager-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/24/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSLayoutManager (Undocumented) 12 | - (void)setUsesFontLeading:(BOOL)flag; 13 | @end 14 | 15 | @interface NSLayoutManager (NTExtensions) 16 | + (CGFloat)defaultLineHeightForFont:(NSFont *)theFont; 17 | @end 18 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSLayoutManager-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSLayoutManager-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/24/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NSLayoutManager-NTExtensions.h" 10 | 11 | @implementation NSLayoutManager (NTExtensions) 12 | 13 | + (CGFloat)defaultLineHeightForFont:(NSFont *)theFont; 14 | { 15 | static NSLayoutManager* shared = nil; 16 | 17 | if (!shared) 18 | shared = [[NSLayoutManager alloc] init]; 19 | 20 | return [shared defaultLineHeightForFont:theFont]; 21 | } 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSNumber-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSNumber-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Thu Mar 06 2003. 6 | // Copyright (c) 2003 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSNumber (NTExtensions) 12 | 13 | + (NSNumber*)numberWithSize:(NSSize)size; 14 | - (NSSize)sizeNumber; 15 | 16 | + (NSNumber*)unique; 17 | @end 18 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSSavePanel-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSSavePanel-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 10/31/04. 6 | // Copyright 2004 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSSavePanel (NTExtensions) 12 | - (BOOL)handleSavePanelOK:(NSInteger)returnCode; 13 | @end 14 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSScrollView-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSScrollView-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/1/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSScrollView (UndocumentedPrivate) 13 | - (BOOL)autoforwardsScrollWheelEvents; 14 | - (void)setAutoforwardsScrollWheelEvents:(BOOL)arg1; 15 | @end 16 | 17 | @interface NSScrollView (NTExtensions) 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSScrollView-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSScrollView-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/1/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NSScrollView-NTExtensions.h" 10 | 11 | @implementation NSScrollView (NTExtensions) 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSSortDescriptor-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSSortDescriptor-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 12/14/04. 6 | // Copyright 2004 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSSortDescriptor (NTExtensions) 12 | 13 | + (BOOL)sortAscending:(NSArray*)sortDescriptors; 14 | + (SEL)sortSelector:(NSArray*)sortDescriptors; 15 | + (NSString*)sortKey:(NSArray*)sortDescriptors; 16 | 17 | + (NSArray*)sortDescriptors:(NSArray*)sortDescriptors ascending:(BOOL)ascending; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSTabView-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSTabView-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 7/26/04. 6 | // Copyright 2004 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSTabView (NTExtensions) 12 | 13 | - (NSTabViewItem*)tabViewItemWithIdentifier:(id)identifier; 14 | + (NSNumber*)uniqueTabItemIdentifier; 15 | 16 | // NSNotFound if not found 17 | - (NSInteger)indexOfSelectedTabViewItem; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSTableViewNoFirstResponder.h: -------------------------------------------------------------------------------- 1 | /* NSTableViewNoFirstResponder */ 2 | 3 | #import 4 | 5 | @interface NSTableViewNoFirstResponder : NSTableView 6 | { 7 | } 8 | 9 | @end 10 | 11 | // subclass window and implement this if you want 12 | @interface NSObject (NSTableViewNoFirstResponderWindowAdditions) 13 | - (void)setFakeFirstResponder:(NSResponder*)responder; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSURL-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSURL-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/4/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSURL (NTExtensions) 12 | - (id)resourceForKey:(NSString*)resourceKey; 13 | - (id)resourceForKey:(NSString*)resourceKey error:(NSError**)outError; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSValueTransformer-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSValueTransformer-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/12/05. 6 | // Copyright 2005 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "NSValueTransformer-NTExtensions.h" 10 | 11 | @interface NSValueTransformer (NTExtensions) 12 | 13 | + (void)loadStandardTransformers; 14 | 15 | @end 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSView-NSSplitViewExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSView-NSSplitViewExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/14/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSView (NSSplitViewExtensions) 12 | - (void)setCollapsed:(BOOL)collapsed animate:(BOOL)animate; 13 | - (BOOL)isCollapsed; 14 | 15 | - (NSMenuItem*)splitViewMenuItem; 16 | - (NSSplitView*)enclosingSplitView; 17 | @end -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTAnimations.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTAnimations.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Sat Aug 02 2003. 6 | // Copyright (c) 2003 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "NTSingletonObject.h" 10 | 11 | @class NTAnimationsWindow; 12 | 13 | @interface NTAnimations : NTSingletonObject 14 | { 15 | NTAnimationsWindow *mWindow; 16 | } 17 | 18 | - (void)zoomIcon:(NSImage*)image atPoint:(NSPoint)globalPoint; 19 | 20 | + (void)shakeWindow:(NSWindow*)theWindow; 21 | + (void)setupWindowFadeAnimation:(NSWindowController*)windowController; 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTAnimationsWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTAnimationsWindow.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 12/28/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class NTAnimationsZoomView; 12 | 13 | @interface NTAnimationsWindow : NSWindow 14 | { 15 | NTAnimationsZoomView* imageView; 16 | } 17 | 18 | @property (retain) NTAnimationsZoomView* imageView; 19 | 20 | + (id)window; 21 | 22 | - (void)zoomImage:(NSImage*)image atPoint:(NSPoint)point; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTAquaButtonCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTAquaButtonCell.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/10/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTAquaButtonCell : NSButtonCell { 12 | } 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTBGHUDPopUpButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTBGHUDPopUpButton.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/5/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTBGHUDPopUpButton : NSPopUpButton { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTBGHUDPopUpButton.m: -------------------------------------------------------------------------------- 1 | // 2 | // NTBGHUDPopUpButton.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/5/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTBGHUDPopUpButton.h" 10 | #import "BGHUDPopUpButtonCell.h" 11 | 12 | @implementation NTBGHUDPopUpButton 13 | 14 | + (BOOL)useCellClassFromNib; 15 | { 16 | return YES; 17 | } 18 | 19 | + (Class)cellClass; 20 | { 21 | return [BGHUDPopUpButtonCell class]; 22 | } 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTBaseContainer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTBaseContainer.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/31/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTBaseContainer : NSObject { 12 | UInt8* indexMap; 13 | UInt8 indexMapLength; 14 | UInt8 dataLength; 15 | UInt8 memoryLength; 16 | } 17 | 18 | - (id)initWithMapCap:(UInt8)mapCapacity; 19 | 20 | - (void)resizeIndexMap:(UInt8)length; 21 | - (UInt8)updateMappedIndex:(UInt8)theIndex; 22 | - (UInt8)mappedIndex:(UInt8)theIndex; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTCarbonGeometry.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTCarbonGeometry.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/22/05. 6 | // Copyright 2005 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | Rect NSRectToQDRect(const NSRect inNSRect); 12 | NSRect QDRectToNSRect(const Rect inQDRect); 13 | 14 | Point NSPointToQDPoint(const NSPoint inNSPoint); 15 | NSPoint QDPointToNSPoint(const Point inQDPoint); 16 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTEnablingTextField.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTEnablingTextField.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/17/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTEnablingTextField : NSTextField 12 | { 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTEnablingTextFieldCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTEnablingTextFieldCell.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/17/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTEnablingTextFieldCell : NSTextFieldCell 13 | { 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTEventOverrideHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTEventOverrideHandler.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/4/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #define kNTEventOverrideHandlerNotification @"NTEventOverrideHandlerNotification" 12 | 13 | @interface NTEventOverrideHandler : NSObject 14 | { 15 | } 16 | 17 | + (NTEventOverrideHandler*)handler; 18 | 19 | - (BOOL)eventHandled:(NSEvent*)theEvent; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTFramedSplitView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTFramedSplitView.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/28/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTFramedSplitView : NSSplitView 12 | { 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTIconControlValueTransformer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTIconControlValueTransformer.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/20/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTIconControlValueTransformer : NSValueTransformer 13 | { 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTIndexCounter.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTIndexCounter.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 7/14/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTIndexCounter : NSObject { 12 | NSUInteger count; 13 | NSUInteger index; 14 | } 15 | 16 | @property (readonly, nonatomic, assign) NSUInteger count; 17 | @property (readonly, nonatomic, assign) NSUInteger index; 18 | 19 | + (NTIndexCounter*)counter:(NSUInteger)count; 20 | 21 | - (void)increment; 22 | 23 | - (BOOL)done; 24 | - (NSUInteger)remaining; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTKeyChainUtils.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTKeyChainUtils.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Tue May 14 2002. 6 | // Copyright (c) 2002 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTKeyChainUtils : NSObject { 13 | 14 | } 15 | 16 | + (NSString*)passwordForService:(NSString*)service accountName:(NSString*)accountName; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMailDelivery.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMailDelivery.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/12/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTMailDelivery : NSObject { 13 | } 14 | 15 | + (BOOL)deliverMessage:(NSString*)message subject:(NSString*)subject to:(NSString*)to; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMenuSlider.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMenuSlider.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTMenuSlider : NSSlider 12 | { 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMenuSlider.m: -------------------------------------------------------------------------------- 1 | // 2 | // NTMenuSlider.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTMenuSlider.h" 10 | 11 | @implementation NTMenuSlider 12 | 13 | - (void)mouseDown:(NSEvent*)event 14 | { 15 | [super mouseDown:event]; 16 | 17 | // on mouse up, we want to dismiss the menu being tracked 18 | NSMenu* menu = [[self enclosingMenuItem] menu]; 19 | [menu cancelTracking]; 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMobileMe.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMobileMe.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/13/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTMobileMe : NSObject 12 | { 13 | } 14 | 15 | + (NSString*)accountName; 16 | + (NSString*)accountPassword; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTObjectContainer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTObjectContainer.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/31/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTBaseContainer.h" 10 | 11 | @interface NTObjectContainer : NTBaseContainer 12 | { 13 | id* objects; 14 | } 15 | 16 | - (id)initWithCap:(UInt8)capacity mapCap:(UInt8)mapCapacity; 17 | 18 | - (id)objAtIndex:(UInt8)theIndex; 19 | - (void)setObj:(id)theObject atIndex:(UInt8)theIndex; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTPointerObject.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTPointerObject.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/23/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTPointerObject : NSObject { 13 | void* pointer; 14 | } 15 | 16 | + (NTPointerObject*)object:(void*)pointer; 17 | 18 | @property (assign) void* pointer; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTPointerObject.m: -------------------------------------------------------------------------------- 1 | // 2 | // NTPointerObject.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/23/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTPointerObject.h" 10 | 11 | 12 | @implementation NTPointerObject 13 | 14 | @synthesize pointer; 15 | 16 | + (NTPointerObject*)object:(void*)thePointer; 17 | { 18 | NTPointerObject* result = [[NTPointerObject alloc] init]; 19 | 20 | result.pointer = thePointer; 21 | 22 | return [result autorelease]; 23 | } 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTPopUpButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTPopUpButton.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTPopUpButton : NSPopUpButton 13 | { 14 | NSMenu* alternateMenu; 15 | BOOL drawDragDropFrame; 16 | } 17 | 18 | @property (retain) NSMenu* alternateMenu; 19 | @property (assign) BOOL drawDragDropFrame; 20 | 21 | + (id)button:(NSImage*)image title:(NSString*)title; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTProxy.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTProxy.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 7/30/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTProxy : NSObject 12 | { 13 | id object; 14 | } 15 | 16 | @property (assign) id object; // not retained, atomic on purpose 17 | 18 | + (NTProxy*)proxyWithObject:(id)theObject; 19 | @end 20 | 21 | @interface NSArray (NTProxy) 22 | - (NSUInteger)indexOfProxyObjectIdenticalTo:(id)theObject; 23 | @end 24 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTQuitDisabler.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTQuitDisabler.h 3 | // CocoaTechBase 4 | // 5 | // Created by Steve Gehrman on Fri Dec 21 2001. 6 | // Copyright (c) 2001 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import "NTSingletonObject.h" 10 | 11 | @interface NTQuitDisabler : NTSingletonObject 12 | { 13 | NSInteger count; // when 0 it's OK to quit 14 | } 15 | 16 | // caller must balance the two calls or the program will never quit 17 | - (void)dontQuit; 18 | - (void)allowQuit; 19 | 20 | - (BOOL)canQuit; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTRevealParameters.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTRevealParameters.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 8/13/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTRevealParameters : NSObject { 13 | BOOL mTreatPackagesAsFolders; 14 | NSDictionary* mOther; 15 | } 16 | 17 | + (NTRevealParameters*)params:(BOOL)treatPackagesAsFolders other:(NSDictionary*)other; 18 | 19 | - (BOOL)treatPackagesAsFolders; 20 | - (NSDictionary *)other; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTSliderGradientView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTSliderGradientView.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTSliderGradientView : NSView 12 | { 13 | } 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTStaticImageView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTStaticImageView.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/7/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTStaticImageView : NSImageView 12 | { 13 | NSBackgroundStyle cellBackgroundStyle; 14 | } 15 | 16 | @property (assign) NSBackgroundStyle cellBackgroundStyle; 17 | 18 | + (NTStaticImageView*)imageView:(NSBackgroundStyle)theBackGroundStyle; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTStringView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTStringView.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/3/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTStringView : NSTextField 12 | { 13 | NSBackgroundStyle cellBackgroundStyle; 14 | NSSize cachedMinSizeToFit; 15 | } 16 | 17 | @property (assign) NSBackgroundStyle cellBackgroundStyle; 18 | @property (assign) NSSize cachedMinSizeToFit; 19 | 20 | + (NTStringView*)stringView:(NSBackgroundStyle)theBackGroundStyle; 21 | 22 | - (NSSize)minSizeToFit; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTTableHeaderImages.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTTableHeaderImages.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/2/05. 6 | // Copyright 2005 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "NTSingletonObject.h" 11 | 12 | @interface NTTableHeaderImages : NTSingletonObject { 13 | } 14 | 15 | - (CGFloat)height; 16 | 17 | - (void)drawInFrame:(NSRect)frame 18 | highlighted:(BOOL)highlighted 19 | selected:(BOOL)selected 20 | flipped:(BOOL)flipped; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTTemporaryObject.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTTemporaryObject.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/4/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTTemporaryObject : NSObject 13 | { 14 | id contents; 15 | } 16 | 17 | @property (readonly, retain) id contents; 18 | 19 | + (NTTemporaryObject*)tempObject:(id)theContents timeToLive:(NSTimeInterval)timeToLive; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTUInt32Container.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTUInt32Container.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/31/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTBaseContainer.h" 10 | 11 | @interface NTUInt32Container : NTBaseContainer 12 | { 13 | UInt32* ints; 14 | } 15 | 16 | - (id)initWithCap:(UInt8)capacity mapCap:(UInt8)mapCapacity; 17 | 18 | - (UInt32)intAtIndex:(UInt8)theIndex; 19 | - (void)setInt:(UInt32)theInt atIndex:(UInt8)theIndex; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTUInt64Container.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTUInt64Container.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/31/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTBaseContainer.h" 10 | 11 | @interface NTUInt64Container : NTBaseContainer 12 | { 13 | UInt64* ints; 14 | } 15 | 16 | - (id)initWithCap:(UInt8)capacity mapCap:(UInt8)mapCapacity; 17 | 18 | - (UInt64)intAtIndex:(UInt8)theIndex; 19 | - (void)setInt:(UInt64)theInt atIndex:(UInt8)theIndex; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/QLPreviewPanel-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // QLPreviewPanel-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/3/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QLPreviewPanel (NTExtensions) 12 | 13 | + (void)toggle:(BOOL)fullScreen; 14 | 15 | + (BOOL)isVisible; 16 | + (void)close; 17 | 18 | + (void)reloadIfNeeded; 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/images/NTChevron.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechCore/images/NTChevron.tiff -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/images/favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechCore/images/favorites.png -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/CocoaTechStrings.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | #import 4 | #import -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/CocoatechStrings.pch: -------------------------------------------------------------------------------- 1 | /* 2 | * CocoatechStrings.pch 3 | * CocoaTechStrings 4 | * 5 | * Created by Steve Gehrman on 10/10/05. 6 | * Copyright 2005 __MyCompanyName__. All rights reserved. 7 | * 8 | */ 9 | 10 | #import 11 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/NSButton-Extensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSButton-Extensions.h 3 | // CocoatechStrings 4 | // 5 | // Created by Steve Gehrman on Thu Mar 27 2003. 6 | // Copyright (c) 2003 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSButton (Extensions) 12 | - (BOOL)isSwitchButton; 13 | @end 14 | 15 | @interface NSButtonCell (Extensions) 16 | - (BOOL)isSwitchButtonCell; 17 | @end -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/NTMacErrorString.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMacErrorString.h 3 | // CocoatechStrings 4 | // 5 | // Created by Steve Gehrman on Fri Oct 17 2003. 6 | // Copyright (c) 2003 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTMacErrorString : NSObject 12 | { 13 | } 14 | 15 | + (NSString*)macErrorString:(NSInteger)err; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/NTMenuBarLocalizer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMenuBarLocalizer.h 3 | // CocoatechStrings 4 | // 5 | // Created by Steve Gehrman on Sun Nov 17 2002. 6 | // Copyright (c) 2002 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTMenuBarLocalizer : NSObject { 12 | } 13 | 14 | + (void)localizeMenu:(NSMenu*)menu; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/NTViewLocalizer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTViewLocalizer.h 3 | // CocoatechStrings 4 | // 5 | // Created by Steve Gehrman on Sun Mar 09 2003. 6 | // Copyright (c) 2003 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTViewLocalizer : NSObject 12 | { 13 | NSString* _table; 14 | NSBundle* _bundle; 15 | } 16 | 17 | + (void)localizeWindow:(NSWindow*)window table:(NSString*)table bundle:(NSBundle*)bundle; 18 | + (void)localizeView:(NSView*)view table:(NSString*)table bundle:(NSBundle*)bundle; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/da.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/de.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/en.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/es.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/it.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/Configurations/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "./Common.xcconfig" 2 | 3 | // no optimization 4 | GCC_OPTIMIZATION_LEVEL = 0 5 | 6 | GCC_PREPROCESSOR_DEFINITIONS = DEBUG_BUILD 7 | -------------------------------------------------------------------------------- /Path Finder SDK/Configurations/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "./Common.xcconfig" 2 | 3 | // Accelerated Obj-C dispatch 4 | GCC_FAST_OBJC_DISPATCH = YES 5 | 6 | // fast and small 7 | GCC_OPTIMIZATION_LEVEL = s 8 | 9 | DEPLOYMENT_POSTPROCESSING = YES 10 | STRIP_INSTALLED_PRODUCT = YES 11 | 12 | // strip the application *after* linking, not during 13 | SEPARATE_STRIP = YES 14 | 15 | // this warning only works when optimized code is on 16 | GCC_WARN_UNINITIALIZED_AUTOS = YES 17 | 18 | // bundles must have globals 19 | STRIP_STYLE = non-global 20 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/AddressBook.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 350 53 512 264 0 0 1024 746 7 | IBFramework Version 8 | 349.0 9 | IBOpenObjects 10 | 11 | 122 12 | 13 | IBSystem Version 14 | 7D24 15 | 16 | 17 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/AddressBook.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/AddressBook.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/AddressBook.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/AddressBook.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/Bookmarks.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 530 83 359 305 0 0 1280 832 7 | IBFramework Version 8 | 446.1 9 | IBOpenObjects 10 | 11 | 23 12 | 44 13 | 5 14 | 15 | IBSystem Version 16 | 8L127 17 | 18 | 19 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/Bookmarks.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/Bookmarks.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/FindPanel.nib/classes.nib: -------------------------------------------------------------------------------- 1 | { 2 | IBClasses = ( 3 | { 4 | ACTIONS = {findNext = id; findPrevious = id; ignoreCaseSwitchAction = id; }; 5 | CLASS = FindPanelWindowController; 6 | LANGUAGE = ObjC; 7 | OUTLETS = {caseCheckBox = NSButton; delegate = id; searchStringField = NSTextField; }; 8 | SUPERCLASS = NSWindowController; 9 | }, 10 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } 11 | ); 12 | IBVersion = 1; 13 | } -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/FindPanel.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 674 68 356 240 0 0 1920 1178 7 | IBFramework Version 8 | 313.0 9 | IBOpenObjects 10 | 11 | 7 12 | 13 | IBSystem Version 14 | 6L60 15 | 16 | 17 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/FindPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/FindPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/FindPanel.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/FindPanel.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | -1718 209 564 802 -1920 0 1920 1200 7 | IBFramework Version 8 | 446.1 9 | IBOldestOS 10 | 3 11 | IBOpenObjects 12 | 13 | 20 14 | 15 | IBSystem Version 16 | 8R2218 17 | 18 | 19 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/MainMenu.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/MainMenu.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/Misc.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/Misc.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/Misc.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/Misc.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/PreferencePanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/PreferencePanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/ProfilesWindow.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/English.lproj/ProfilesWindow.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/ITIconStore.h: -------------------------------------------------------------------------------- 1 | // 2 | // ITIconStore.h 3 | // iTerm 4 | // 5 | // Created by Steve Gehrman on 2/2/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface ITIconStore : NSObject 13 | { 14 | NSBundle * mCoreTypesBundle; 15 | } 16 | 17 | + (ITIconStore*)sharedInstance; 18 | 19 | // GenericPreferencesIcon for example 20 | - (NSImage*)image:(NSString*)identifier; 21 | 22 | - (NSImage*)popupArrowImage:(NSColor*)color 23 | small:(BOOL)small; 24 | 25 | @end 26 | 27 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/ITPopUpButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // ITPopUpButton.h 3 | // iTerm 4 | // 5 | // Created by Steve Gehrman on 2/2/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ITPopUpButton : NSPopUpButton 12 | { 13 | NSString* mContentImageID; 14 | NSImage* mContentImage; 15 | NSImage* mArrowImage; 16 | } 17 | 18 | - (NSString *)contentImageID; 19 | - (void)setContentImageID:(NSString *)theContentImageID; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/ITSharedActionHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // ITSharedActionHandler.h 3 | // iTerm 4 | // 5 | // Created by Steve Gehrman on 2/4/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface ITSharedActionHandler : NSObject { 13 | 14 | } 15 | 16 | + (ITSharedActionHandler*)sharedInstance; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/ITViewLocalizer.h: -------------------------------------------------------------------------------- 1 | /* 2 | ** ITViewLocalizer.h 3 | ** 4 | ** Copyright (c) 2002, 2003 5 | ** 6 | ** Author: Fabian, Ujwal S. Setlur 7 | ** Initial code by Kiichi Kusama 8 | ** 9 | ** Project: iTerm 10 | ** 11 | ** Description: localizes a view. 12 | ** 13 | */ 14 | 15 | #import 16 | 17 | @interface ITViewLocalizer : NSObject 18 | { 19 | NSString* _table; 20 | NSBundle* _bundle; 21 | } 22 | 23 | + (void)localizeWindow:(NSWindow*)window table:(NSString*)table bundle:(NSBundle*)bundle; 24 | + (void)localizeView:(NSView*)view table:(NSString*)table bundle:(NSBundle*)bundle; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/MyTerminalView.h: -------------------------------------------------------------------------------- 1 | /* MyTerminalView */ 2 | 3 | #import 4 | 5 | @interface MyTerminalView : NSView 6 | { 7 | } 8 | @end 9 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front_Pressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front_Pressed.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front_Rollover.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front_Rollover.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNew.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNewPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNewPressed.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNewRollover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNewRollover.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsBackground.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDown.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDownGraphite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDownGraphite.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDownNonKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDownNonKey.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsSeparator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsSeparator.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsSeparatorDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsSeparatorDown.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front_Pressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front_Pressed.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front_Rollover.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front_Rollover.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetal.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetalPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetalPressed.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetalRollover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetalRollover.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/Warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/Warning.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/overflowImage.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/overflowImage.tiff -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/overflowImagePressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/overflowImagePressed.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/pi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/PSMTabBarControl/images/pi.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/source/PSMProgressIndicator.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSMProgressIndicator.h 3 | // PSMTabBarControl 4 | // 5 | // Created by John Pannell on 2/23/06. 6 | // Copyright 2006 Positive Spin Media. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "PSMTabBarControl.h" 11 | 12 | 13 | @interface PSMProgressIndicator : NSProgressIndicator { 14 | 15 | } 16 | 17 | @end 18 | 19 | @interface PSMTabBarControl (LayoutPlease) 20 | 21 | - (void)update; 22 | 23 | @end -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/source/PSMProgressIndicator.m: -------------------------------------------------------------------------------- 1 | // 2 | // PSMProgressIndicator.m 3 | // PSMTabBarControl 4 | // 5 | // Created by John Pannell on 2/23/06. 6 | // Copyright 2006 Positive Spin Media. All rights reserved. 7 | // 8 | 9 | #import "PSMProgressIndicator.h" 10 | 11 | @implementation PSMProgressIndicator 12 | 13 | // overrides to make tab bar control re-layout things if status changes 14 | - (void)setHidden:(BOOL)flag 15 | { 16 | [super setHidden:flag]; 17 | [(PSMTabBarControl *)[self superview] update]; 18 | } 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm-wait.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/iTerm-wait.icns -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm.h: -------------------------------------------------------------------------------- 1 | /* 2 | ** iTerm.h 3 | ** 4 | ** Copyright (c) 2002, 2003 5 | ** 6 | ** Author: Fabian, Ujwal S. Setlur 7 | ** Initial code by Kiichi Kusama 8 | ** 9 | ** Project: iTerm 10 | ** 11 | ** Description: header file for iTerm.app. 12 | ** 13 | */ 14 | 15 | #ifndef _ITERM_H_ 16 | #define _ITERM_H_ 17 | 18 | #import "iTermController.h" 19 | #import "ITAddressBookMgr.h" 20 | #import "PreferencePanel.h" 21 | #import "ITTerminalView.h" 22 | #import "ITTerminalWindowController.h" 23 | 24 | #endif // _ITERM_H_ 25 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/iTerm.icns -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTermApplication.h: -------------------------------------------------------------------------------- 1 | // -*- mode:objc -*- 2 | // $Id: iTermApplication.h,v 1.4 2006/11/07 08:03:08 yfabian Exp $ 3 | // 4 | /* 5 | ** iTermApplication.h 6 | ** 7 | ** Copyright (c) 2002-2004 8 | ** 9 | ** Author: Ujwal S. Setlur 10 | ** 11 | ** Project: iTerm 12 | ** 13 | ** Description: overrides sendEvent: so that key mappings with command mask 14 | ** are handled properly. 15 | ** 16 | */ 17 | 18 | #import 19 | 20 | 21 | @interface iTermApplication : NSApplication { 22 | 23 | } 24 | 25 | - (void)sendEvent:(NSEvent *)anEvent; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTermOutlineView.h: -------------------------------------------------------------------------------- 1 | // 2 | // iTermOutlineView.h 3 | // iTerm 4 | // 5 | // Created by Tianming Yang on 10/23/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface iTermOutlineView : NSOutlineView { 13 | NSLock *_lock; 14 | } 15 | 16 | - (id)init; 17 | - (void)reloadData; 18 | - (void)dealloc; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTermOutlineView.m: -------------------------------------------------------------------------------- 1 | // 2 | // iTermOutlineView.m 3 | // iTerm 4 | // 5 | // Created by Tianming Yang on 10/23/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "iTermOutlineView.h" 10 | 11 | 12 | @implementation iTermOutlineView 13 | 14 | - (id)init 15 | { 16 | _lock = [[NSLock alloc] init]; 17 | return [super init]; 18 | } 19 | 20 | - (void)reloadData 21 | { 22 | [_lock lock]; 23 | [super reloadData]; 24 | [_lock unlock]; 25 | } 26 | 27 | - (void)dealloc 28 | { 29 | [_lock release]; 30 | [super dealloc]; 31 | } 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm_Prefix.pch: -------------------------------------------------------------------------------- 1 | /* 2 | * iTerm_Prefix.pch 3 | * iTerm 4 | * 5 | * Created by Steve Gehrman on 4/26/07. 6 | * Copyright 2007 __MyCompanyName__. All rights reserved. 7 | * 8 | */ 9 | 10 | #import 11 | 12 | #ifdef __OBJC__ 13 | #import 14 | #import 15 | #import 16 | #import 17 | #endif 18 | 19 | #define NTLocalizedStringFromTableInBundle(w,x,y,z) (NSString*)[NTLocalizedString localize:(NSString*)w table:(NSString*)x] -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/addressbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/addressbook.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/close.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/config.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/edit.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/exec.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/folder.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/iTerm-Aqua.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/iTerm-Aqua.jpg -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/iTerm-old.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/iTerm-old.icns -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/iTerm-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/iTerm-old.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/iTerm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/iTerm.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/important.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/new.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/newwin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/newwin.icns -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/script.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/waiting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Path Finder SDK/iTerm/images/waiting.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/main.m: -------------------------------------------------------------------------------- 1 | // -*- mode:objc -*- 2 | // $Id: main.m,v 1.1.1.1 2002/11/26 04:56:45 ujwal Exp $ 3 | // 4 | // main.m 5 | // JTerminal 6 | // 7 | // Created by kuma on Thu Nov 22 2001. 8 | // Copyright (c) 2001 Kiichi Kusama. All rights reserved. 9 | // 10 | 11 | #import 12 | 13 | int main(int argc, const char *argv[]) 14 | { 15 | return NSApplicationMain(argc, argv); 16 | } 17 | -------------------------------------------------------------------------------- /PyTerminal.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /PyTerminal/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /PyTerminalDemo/PyTerminalDemoAppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // PyTerminalDemoAppDelegate.h 3 | // PyTerminalDemo 4 | // 5 | // Created by Albert Zeyer on 29.08.11. 6 | // Copyright 2011 Albert Zeyer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface PyTerminalDemoAppDelegate : NSObject { 12 | NSWindow *window; 13 | } 14 | 15 | @property (assign) IBOutlet NSWindow *window; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /PyTerminalDemo/en.lproj/Credits.rtf: -------------------------------------------------------------------------------- 1 | {\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;} 2 | {\colortbl;\red255\green255\blue255;} 3 | \paperw9840\paperh8400 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 5 | 6 | \f0\b\fs24 \cf0 Engineering: 7 | \b0 \ 8 | Some people\ 9 | \ 10 | 11 | \b Human Interface Design: 12 | \b0 \ 13 | Some other people\ 14 | \ 15 | 16 | \b Testing: 17 | \b0 \ 18 | Hopefully not nobody\ 19 | \ 20 | 21 | \b Documentation: 22 | \b0 \ 23 | Whoever\ 24 | \ 25 | 26 | \b With special thanks to: 27 | \b0 \ 28 | Mom\ 29 | } 30 | -------------------------------------------------------------------------------- /PyTerminalDemo/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /PyTerminalDemo/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // PyTerminalDemo 4 | // 5 | // Created by Albert Zeyer on 29.08.11. 6 | // Copyright 2011 Albert Zeyer. 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 | -------------------------------------------------------------------------------- /PyTerminalView.h: -------------------------------------------------------------------------------- 1 | // 2 | // PyTerminalView.h 3 | // PyTerminal 4 | // 5 | // Created by Albert Zeyer on 31.08.11. 6 | // Copyright 2011 Albert Zeyer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | void initPython(); 12 | NSView* allocPyTermialView(); 13 | -------------------------------------------------------------------------------- /Screenshots/Shot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/Screenshots/Shot1.png -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | 3 | cd "$(dirname "$0")" 4 | 5 | # for some reason, this fails... 6 | #xcodebuild 7 | 8 | fr="" 9 | for f in ~/Library/Developer/Xcode/DerivedData/PyTerminal-*/Build/Products/Debug/PyTerminal.framework; do 10 | echo "found framework: $f" 11 | [ "$fr" != "" ] && echo "had already another framework, FAIL" && exit 1 12 | fr=f 13 | done 14 | 15 | [ \! -d $f ] && echo "FAIL" && exit 1 16 | 17 | #install_name_tool -change ... 18 | 19 | echo "copying .." 20 | sudo rm -rf "/Library/Frameworks/PyTerminal.framework" 21 | sudo cp -a $f "/Library/Frameworks/" 22 | -------------------------------------------------------------------------------- /py_raw_input.h: -------------------------------------------------------------------------------- 1 | // 2 | // py_raw_input.h 3 | // PyTerminal 4 | // 5 | // Created by Albert Zeyer on 30.08.11. 6 | // Copyright 2011 Albert Zeyer. All rights reserved. 7 | // 8 | 9 | #ifndef PyTerminal_py_raw_input_h 10 | #define PyTerminal_py_raw_input_h 11 | 12 | #include 13 | 14 | void overwritePyRawInput(PyObject* builtinDict); 15 | 16 | #endif 17 | -------------------------------------------------------------------------------- /readline/doc/history.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/readline/doc/history.dvi -------------------------------------------------------------------------------- /readline/doc/history.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/readline/doc/history.pdf -------------------------------------------------------------------------------- /readline/doc/readline.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/readline/doc/readline.dvi -------------------------------------------------------------------------------- /readline/doc/readline.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/readline/doc/readline.pdf -------------------------------------------------------------------------------- /readline/doc/rluserman.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/readline/doc/rluserman.dvi -------------------------------------------------------------------------------- /readline/doc/rluserman.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/readline/doc/rluserman.pdf -------------------------------------------------------------------------------- /readline/doc/version.texi: -------------------------------------------------------------------------------- 1 | @ignore 2 | Copyright (C) 1988-2011 Free Software Foundation, Inc. 3 | @end ignore 4 | 5 | @set EDITION 6.2 6 | @set VERSION 6.2 7 | @set UPDATED September 6 2010 8 | @set UPDATED-MONTH September 2010 9 | 10 | @set LASTCHANGE Mon Sep 6 22:07:10 EDT 2010 11 | -------------------------------------------------------------------------------- /readline/examples/rl-fgets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/readline/examples/rl-fgets.c -------------------------------------------------------------------------------- /readline/examples/rlfe/screen.h: -------------------------------------------------------------------------------- 1 | /* Dummy header to avoid modifying pty.c */ 2 | #include "os.h" 3 | -------------------------------------------------------------------------------- /readline/examples/rlwrap-0.30.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/7f07e58f44988edbcbc57d08297c0861dc0778e1/readline/examples/rlwrap-0.30.tar.gz -------------------------------------------------------------------------------- /readline/patchlevel: -------------------------------------------------------------------------------- 1 | # Do not edit -- exists only for use by patch 2 | 3 | 1 4 | --------------------------------------------------------------------------------