├── .gitmodules ├── Interface Inspector ├── origin │ └── Interface Inspector.app │ │ └── Contents │ │ ├── Frameworks │ │ ├── DFeedback.framework │ │ │ ├── DFeedback │ │ │ ├── Resources │ │ │ └── Versions │ │ │ │ ├── A │ │ │ │ ├── DFeedback │ │ │ │ ├── Resources │ │ │ │ │ ├── DFRelaunch.sh │ │ │ │ │ ├── DFWarning.pdf │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── de.lproj │ │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ │ ├── DFLocalizable.strings │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ ├── fr.lproj │ │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ │ ├── it.lproj │ │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ │ ├── pl.lproj │ │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ │ └── sv.lproj │ │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ │ └── Current │ │ ├── SMFoundation.framework │ │ │ ├── Modules │ │ │ ├── Resources │ │ │ ├── SMFoundation │ │ │ └── Versions │ │ │ │ ├── A │ │ │ │ ├── Modules │ │ │ │ │ └── module.modulemap │ │ │ │ ├── Resources │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── SMAttributesTemplate.pdf │ │ │ │ │ ├── SMBackwardTemplate.pdf │ │ │ │ │ ├── SMBezierControlHandle.tiff │ │ │ │ │ ├── SMBezierHandle.tiff │ │ │ │ │ ├── SMBezierHandleSelected.tiff │ │ │ │ │ ├── SMCapButtTemplate.pdf │ │ │ │ │ ├── SMCapRoundTemplate.pdf │ │ │ │ │ ├── SMCapSquareTemplate.pdf │ │ │ │ │ ├── SMCheckPattern.tiff │ │ │ │ │ ├── SMCheckPatternTemplate.pdf │ │ │ │ │ ├── SMCompositeTemplate.pdf │ │ │ │ │ ├── SMConstraintsFilter.pdf │ │ │ │ │ ├── SMConstraintsFilterOff.pdf │ │ │ │ │ ├── SMConstraintsFilterOn.pdf │ │ │ │ │ ├── SMControlHandle.tiff │ │ │ │ │ ├── SMFilter.pdf │ │ │ │ │ ├── SMFilterOn.pdf │ │ │ │ │ ├── SMFontPickerButton.pdf │ │ │ │ │ ├── SMForwardTemplate.pdf │ │ │ │ │ ├── SMHandTemplate.pdf │ │ │ │ │ ├── SMHandle.tiff │ │ │ │ │ ├── SMIdentityTemplate.pdf │ │ │ │ │ ├── SMJoinBevelTemplate.pdf │ │ │ │ │ ├── SMJoinMiterTemplate.pdf │ │ │ │ │ ├── SMJoinRoundTemplate.pdf │ │ │ │ │ ├── SMLayoutTemplate.pdf │ │ │ │ │ ├── SMLineHandle.tiff │ │ │ │ │ ├── SMLineHandleSelected.tiff │ │ │ │ │ ├── SMLink.pdf │ │ │ │ │ ├── SMLoadingTemplate.pdf │ │ │ │ │ ├── SMLockClosedTemplate.pdf │ │ │ │ │ ├── SMLockOpenTemplate.pdf │ │ │ │ │ ├── SMMoveCursor.tiff │ │ │ │ │ ├── SMOriginBottomCenter.pdf │ │ │ │ │ ├── SMOriginBottomLeft.pdf │ │ │ │ │ ├── SMOriginBottomRight.pdf │ │ │ │ │ ├── SMOriginMiddleCenter.pdf │ │ │ │ │ ├── SMOriginMiddleLeft.pdf │ │ │ │ │ ├── SMOriginMiddleRight.pdf │ │ │ │ │ ├── SMOriginTopCenter.pdf │ │ │ │ │ ├── SMOriginTopLeft.pdf │ │ │ │ │ ├── SMOriginTopRight.pdf │ │ │ │ │ ├── SMParagraphStyle.xml │ │ │ │ │ ├── SMPenCursor.tiff │ │ │ │ │ ├── SMPhotoTemplate.pdf │ │ │ │ │ ├── SMPinTemplate.pdf │ │ │ │ │ ├── SMResize0Cursor.tiff │ │ │ │ │ ├── SMResize1Cursor.tiff │ │ │ │ │ ├── SMResize2Cursor.tiff │ │ │ │ │ ├── SMResize3Cursor.tiff │ │ │ │ │ ├── SMRotate0Cursor.tiff │ │ │ │ │ ├── SMRotate1Cursor.tiff │ │ │ │ │ ├── SMRotate2Cursor.tiff │ │ │ │ │ ├── SMRotate3Cursor.tiff │ │ │ │ │ ├── SMRotate4Cursor.tiff │ │ │ │ │ ├── SMRotate5Cursor.tiff │ │ │ │ │ ├── SMRotate6Cursor.tiff │ │ │ │ │ ├── SMRotate7Cursor.tiff │ │ │ │ │ ├── SMSelectTemplate.pdf │ │ │ │ │ ├── SMSmoothHandle.tiff │ │ │ │ │ ├── SMSmoothHandleSelected.tiff │ │ │ │ │ ├── SMSpecialHandle.tiff │ │ │ │ │ ├── SMStartBigTemplate.pdf │ │ │ │ │ ├── SMStartTemplate.pdf │ │ │ │ │ ├── SMStopBigTemplate.pdf │ │ │ │ │ ├── SMStopTemplate.pdf │ │ │ │ │ ├── SMTextAlignCenterTemplate.pdf │ │ │ │ │ ├── SMTextAlignJustifiedTemplate.pdf │ │ │ │ │ ├── SMTextAlignLeftTemplate.pdf │ │ │ │ │ ├── SMTextAlignNaturalTemplate.pdf │ │ │ │ │ ├── SMTextAlignRightTemplate.pdf │ │ │ │ │ ├── SMVisibleOffTemplate.pdf │ │ │ │ │ ├── SMVisibleOnTemplate.pdf │ │ │ │ │ └── en.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ ├── SMFoundation │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ │ └── Current │ │ └── Sparkle.framework │ │ │ ├── Resources │ │ │ ├── Sparkle │ │ │ └── Versions │ │ │ ├── A │ │ │ ├── Resources │ │ │ │ ├── Autoupdate.app │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── Autoupdate │ │ │ │ │ │ ├── PkgInfo │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── AppIcon.icns │ │ │ │ │ │ ├── SUStatus.nib │ │ │ │ │ │ ├── ar.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── cs.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── da.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── de.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── el.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── es.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── fr.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── is.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── it.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── ja.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── ko.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── nb.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── nl.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── pl.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── pt_BR.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── ro.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── sk.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── sl.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── sv.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── th.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── tr.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── uk.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ └── zh_TW.lproj │ │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ └── CodeResources │ │ │ │ ├── Info.plist │ │ │ │ ├── SUModelTranslation.plist │ │ │ │ ├── SUStatus.nib │ │ │ │ ├── ar.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── cs.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── da.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── de.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── el.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── en.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── es.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── fr_CA.lproj │ │ │ │ ├── is.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── it.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── ja.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── ko.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── nb.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── nl.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── pl.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── pt.lproj │ │ │ │ ├── pt_BR.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── ro.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── ru.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── sk.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── sl.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── sv.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── th.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── tr.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── uk.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ │ └── zh_TW.lproj │ │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ │ └── Sparkle.strings │ │ │ ├── Sparkle │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── Current │ │ ├── Info.plist │ │ ├── MacOS │ │ └── Interface Inspector │ │ ├── PkgInfo │ │ ├── Resources │ │ ├── Acknowledgments.rtf │ │ ├── AppIcon.icns │ │ ├── Credits.rtf │ │ ├── InfoPlist.strings │ │ ├── InterfaceInspectorRemote.framework │ │ │ ├── InterfaceInspectorRemote │ │ │ ├── Resources │ │ │ └── Versions │ │ │ │ ├── A │ │ │ │ ├── InterfaceInspectorRemote │ │ │ │ ├── Resources │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── InterfaceInspectorRemote.entitlements │ │ │ │ │ └── en.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ │ └── Current │ │ ├── MainMenu.nib │ │ ├── SMAboutWindowController.nib │ │ ├── SMAcknowledgmentsWindowController.nib │ │ ├── SMApplication.tiff │ │ ├── SMAutoresizingBackground.pdf │ │ ├── SMAutoresizingHeightOff.pdf │ │ ├── SMAutoresizingHeightOn.pdf │ │ ├── SMAutoresizingMarginBottomOff.pdf │ │ ├── SMAutoresizingMarginBottomOn.pdf │ │ ├── SMAutoresizingMarginLeftOff.pdf │ │ ├── SMAutoresizingMarginLeftOn.pdf │ │ ├── SMAutoresizingMarginRightOff.pdf │ │ ├── SMAutoresizingMarginRightOn.pdf │ │ ├── SMAutoresizingMarginTopOff.pdf │ │ ├── SMAutoresizingMarginTopOn.pdf │ │ ├── SMAutoresizingWidthOff.pdf │ │ ├── SMAutoresizingWidthOn.pdf │ │ ├── SMBorderBezelTemplate.pdf │ │ ├── SMBorderLineTemplate.pdf │ │ ├── SMBorderNoneTemplate.pdf │ │ ├── SMBorderRidgeTemplate.pdf │ │ ├── SMBorderRoundTemplate.pdf │ │ ├── SMByteCountFormatter.tiff │ │ ├── SMCell.tiff │ │ ├── SMConstraint.tiff │ │ ├── SMConstraintBottom.tiff │ │ ├── SMConstraintBottomToSuper.tiff │ │ ├── SMConstraintCenterX.tiff │ │ ├── SMConstraintCenterY.tiff │ │ ├── SMConstraintHeight.tiff │ │ ├── SMConstraintHeightEqual.tiff │ │ ├── SMConstraintHeightToSuper.tiff │ │ ├── SMConstraintHorizontalSpacing.tiff │ │ ├── SMConstraintLeft.tiff │ │ ├── SMConstraintLeftToSuper.tiff │ │ ├── SMConstraintRight.tiff │ │ ├── SMConstraintRightToSuper.tiff │ │ ├── SMConstraintTop.tiff │ │ ├── SMConstraintTopToSuper.tiff │ │ ├── SMConstraintVerticalSpacing.tiff │ │ ├── SMConstraintWidth.tiff │ │ ├── SMConstraintWidthEqual.tiff │ │ ├── SMConstraintWidthToSuper.tiff │ │ ├── SMControl.tiff │ │ ├── SMDateFormatter.tiff │ │ ├── SMIconPositionAbove.pdf │ │ ├── SMIconPositionBelow.pdf │ │ ├── SMIconPositionLeft.pdf │ │ ├── SMIconPositionNone.pdf │ │ ├── SMIconPositionOnly.pdf │ │ ├── SMIconPositionOver.pdf │ │ ├── SMIconPositionRight.pdf │ │ ├── SMJumpToInstanceSheetController.nib │ │ ├── SMLoading.tiff │ │ ├── SMMainWindowController.nib │ │ ├── SMMapView.tiff │ │ ├── SMMenu.tiff │ │ ├── SMMenuItem.tiff │ │ ├── SMNumberFormatter.tiff │ │ ├── SMObject.tiff │ │ ├── SMOutlineTableCellView.nib │ │ ├── SMPathSeparator.tiff │ │ ├── SMSeparator.tiff │ │ ├── SMSeparatorBig.tiff │ │ ├── SMView.tiff │ │ ├── SMViewController.tiff │ │ ├── SMWindow.tiff │ │ ├── archived-expanded-entitlements.xcent │ │ ├── dsa_pub.pem │ │ └── mach_inject_bundle.framework │ │ │ ├── Resources │ │ │ ├── Versions │ │ │ ├── A │ │ │ │ ├── Resources │ │ │ │ │ ├── English.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── mach_inject_bundle_stub.bundle │ │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── mach_inject_bundle_stub │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── English.lproj │ │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ └── CodeResources │ │ │ │ ├── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ │ └── mach_inject_bundle │ │ │ └── Current │ │ │ └── mach_inject_bundle │ │ ├── XPCServices │ │ └── com.interface-inspector.SMInjectorInstaller.xpc │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── Library │ │ │ └── LaunchServices │ │ │ │ ├── com.interface-inspector.InterfaceInspectorInjector │ │ │ │ └── com.interface-inspector.InterfaceInspectorInjector32 │ │ │ ├── MacOS │ │ │ └── com.interface-inspector.SMInjectorInstaller │ │ │ ├── Resources │ │ │ └── en.lproj │ │ │ │ └── InfoPlist.strings │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ │ └── _CodeSignature │ │ └── CodeResources └── patch │ └── Interface Inspector.app │ └── Contents │ ├── Frameworks │ ├── DFeedback.framework │ │ ├── DFeedback │ │ ├── Resources │ │ └── Versions │ │ │ ├── A │ │ │ ├── DFeedback │ │ │ ├── Resources │ │ │ │ ├── DFRelaunch.sh │ │ │ │ ├── DFWarning.pdf │ │ │ │ ├── Info.plist │ │ │ │ ├── de.lproj │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ ├── en.lproj │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ ├── DFLocalizable.strings │ │ │ │ │ └── InfoPlist.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ ├── it.lproj │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ ├── pl.lproj │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ ├── ru.lproj │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ └── DFLocalizable.strings │ │ │ │ └── sv.lproj │ │ │ │ │ ├── DFCrashReportWindow.nib │ │ │ │ │ ├── DFFeedbackWindow.nib │ │ │ │ │ └── DFLocalizable.strings │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── Current │ ├── SMFoundation.framework │ │ ├── Modules │ │ ├── Resources │ │ ├── SMFoundation │ │ └── Versions │ │ │ ├── A │ │ │ ├── Modules │ │ │ │ └── module.modulemap │ │ │ ├── Resources │ │ │ │ ├── Info.plist │ │ │ │ ├── SMAttributesTemplate.pdf │ │ │ │ ├── SMBackwardTemplate.pdf │ │ │ │ ├── SMBezierControlHandle.tiff │ │ │ │ ├── SMBezierHandle.tiff │ │ │ │ ├── SMBezierHandleSelected.tiff │ │ │ │ ├── SMCapButtTemplate.pdf │ │ │ │ ├── SMCapRoundTemplate.pdf │ │ │ │ ├── SMCapSquareTemplate.pdf │ │ │ │ ├── SMCheckPattern.tiff │ │ │ │ ├── SMCheckPatternTemplate.pdf │ │ │ │ ├── SMCompositeTemplate.pdf │ │ │ │ ├── SMConstraintsFilter.pdf │ │ │ │ ├── SMConstraintsFilterOff.pdf │ │ │ │ ├── SMConstraintsFilterOn.pdf │ │ │ │ ├── SMControlHandle.tiff │ │ │ │ ├── SMFilter.pdf │ │ │ │ ├── SMFilterOn.pdf │ │ │ │ ├── SMFontPickerButton.pdf │ │ │ │ ├── SMForwardTemplate.pdf │ │ │ │ ├── SMHandTemplate.pdf │ │ │ │ ├── SMHandle.tiff │ │ │ │ ├── SMIdentityTemplate.pdf │ │ │ │ ├── SMJoinBevelTemplate.pdf │ │ │ │ ├── SMJoinMiterTemplate.pdf │ │ │ │ ├── SMJoinRoundTemplate.pdf │ │ │ │ ├── SMLayoutTemplate.pdf │ │ │ │ ├── SMLineHandle.tiff │ │ │ │ ├── SMLineHandleSelected.tiff │ │ │ │ ├── SMLink.pdf │ │ │ │ ├── SMLoadingTemplate.pdf │ │ │ │ ├── SMLockClosedTemplate.pdf │ │ │ │ ├── SMLockOpenTemplate.pdf │ │ │ │ ├── SMMoveCursor.tiff │ │ │ │ ├── SMOriginBottomCenter.pdf │ │ │ │ ├── SMOriginBottomLeft.pdf │ │ │ │ ├── SMOriginBottomRight.pdf │ │ │ │ ├── SMOriginMiddleCenter.pdf │ │ │ │ ├── SMOriginMiddleLeft.pdf │ │ │ │ ├── SMOriginMiddleRight.pdf │ │ │ │ ├── SMOriginTopCenter.pdf │ │ │ │ ├── SMOriginTopLeft.pdf │ │ │ │ ├── SMOriginTopRight.pdf │ │ │ │ ├── SMParagraphStyle.xml │ │ │ │ ├── SMPenCursor.tiff │ │ │ │ ├── SMPhotoTemplate.pdf │ │ │ │ ├── SMPinTemplate.pdf │ │ │ │ ├── SMResize0Cursor.tiff │ │ │ │ ├── SMResize1Cursor.tiff │ │ │ │ ├── SMResize2Cursor.tiff │ │ │ │ ├── SMResize3Cursor.tiff │ │ │ │ ├── SMRotate0Cursor.tiff │ │ │ │ ├── SMRotate1Cursor.tiff │ │ │ │ ├── SMRotate2Cursor.tiff │ │ │ │ ├── SMRotate3Cursor.tiff │ │ │ │ ├── SMRotate4Cursor.tiff │ │ │ │ ├── SMRotate5Cursor.tiff │ │ │ │ ├── SMRotate6Cursor.tiff │ │ │ │ ├── SMRotate7Cursor.tiff │ │ │ │ ├── SMSelectTemplate.pdf │ │ │ │ ├── SMSmoothHandle.tiff │ │ │ │ ├── SMSmoothHandleSelected.tiff │ │ │ │ ├── SMSpecialHandle.tiff │ │ │ │ ├── SMStartBigTemplate.pdf │ │ │ │ ├── SMStartTemplate.pdf │ │ │ │ ├── SMStopBigTemplate.pdf │ │ │ │ ├── SMStopTemplate.pdf │ │ │ │ ├── SMTextAlignCenterTemplate.pdf │ │ │ │ ├── SMTextAlignJustifiedTemplate.pdf │ │ │ │ ├── SMTextAlignLeftTemplate.pdf │ │ │ │ ├── SMTextAlignNaturalTemplate.pdf │ │ │ │ ├── SMTextAlignRightTemplate.pdf │ │ │ │ ├── SMVisibleOffTemplate.pdf │ │ │ │ ├── SMVisibleOnTemplate.pdf │ │ │ │ └── en.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ ├── SMFoundation │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── Current │ └── Sparkle.framework │ │ ├── Resources │ │ ├── Sparkle │ │ └── Versions │ │ ├── A │ │ ├── Resources │ │ │ ├── Autoupdate.app │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ └── Autoupdate │ │ │ │ │ ├── PkgInfo │ │ │ │ │ ├── Resources │ │ │ │ │ ├── AppIcon.icns │ │ │ │ │ ├── SUStatus.nib │ │ │ │ │ ├── ar.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── cs.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── da.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── de.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── el.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── es.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── fr.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── is.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── it.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── ja.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── ko.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── nb.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── nl.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── pl.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── pt_BR.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── ro.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── sk.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── sl.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── sv.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── th.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── tr.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── uk.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ └── zh_TW.lproj │ │ │ │ │ │ └── Sparkle.strings │ │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ ├── Info.plist │ │ │ ├── SUModelTranslation.plist │ │ │ ├── SUStatus.nib │ │ │ ├── ar.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── cs.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── da.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── de.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── el.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── en.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── es.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── fr.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── fr_CA.lproj │ │ │ ├── is.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── it.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── ja.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── ko.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── nb.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── nl.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── pl.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── pt.lproj │ │ │ ├── pt_BR.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── pt_PT.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── ro.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── ru.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── sk.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── sl.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── sv.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── th.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── tr.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── uk.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ ├── zh_CN.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ │ └── zh_TW.lproj │ │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ └── Sparkle.strings │ │ ├── Sparkle │ │ └── _CodeSignature │ │ │ └── CodeResources │ │ └── Current │ ├── Info.plist │ ├── MacOS │ └── Interface Inspector │ ├── PkgInfo │ ├── Resources │ ├── Acknowledgments.rtf │ ├── AppIcon.icns │ ├── Credits.rtf │ ├── InfoPlist.strings │ ├── InterfaceInspectorRemote.framework │ │ ├── InterfaceInspectorRemote │ │ ├── Resources │ │ └── Versions │ │ │ ├── A │ │ │ ├── InterfaceInspectorRemote │ │ │ ├── Resources │ │ │ │ ├── Info.plist │ │ │ │ ├── InterfaceInspectorRemote.entitlements │ │ │ │ └── en.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── Current │ ├── MainMenu.nib │ ├── SMAboutWindowController.nib │ ├── SMAcknowledgmentsWindowController.nib │ ├── SMApplication.tiff │ ├── SMAutoresizingBackground.pdf │ ├── SMAutoresizingHeightOff.pdf │ ├── SMAutoresizingHeightOn.pdf │ ├── SMAutoresizingMarginBottomOff.pdf │ ├── SMAutoresizingMarginBottomOn.pdf │ ├── SMAutoresizingMarginLeftOff.pdf │ ├── SMAutoresizingMarginLeftOn.pdf │ ├── SMAutoresizingMarginRightOff.pdf │ ├── SMAutoresizingMarginRightOn.pdf │ ├── SMAutoresizingMarginTopOff.pdf │ ├── SMAutoresizingMarginTopOn.pdf │ ├── SMAutoresizingWidthOff.pdf │ ├── SMAutoresizingWidthOn.pdf │ ├── SMBorderBezelTemplate.pdf │ ├── SMBorderLineTemplate.pdf │ ├── SMBorderNoneTemplate.pdf │ ├── SMBorderRidgeTemplate.pdf │ ├── SMBorderRoundTemplate.pdf │ ├── SMByteCountFormatter.tiff │ ├── SMCell.tiff │ ├── SMConstraint.tiff │ ├── SMConstraintBottom.tiff │ ├── SMConstraintBottomToSuper.tiff │ ├── SMConstraintCenterX.tiff │ ├── SMConstraintCenterY.tiff │ ├── SMConstraintHeight.tiff │ ├── SMConstraintHeightEqual.tiff │ ├── SMConstraintHeightToSuper.tiff │ ├── SMConstraintHorizontalSpacing.tiff │ ├── SMConstraintLeft.tiff │ ├── SMConstraintLeftToSuper.tiff │ ├── SMConstraintRight.tiff │ ├── SMConstraintRightToSuper.tiff │ ├── SMConstraintTop.tiff │ ├── SMConstraintTopToSuper.tiff │ ├── SMConstraintVerticalSpacing.tiff │ ├── SMConstraintWidth.tiff │ ├── SMConstraintWidthEqual.tiff │ ├── SMConstraintWidthToSuper.tiff │ ├── SMControl.tiff │ ├── SMDateFormatter.tiff │ ├── SMIconPositionAbove.pdf │ ├── SMIconPositionBelow.pdf │ ├── SMIconPositionLeft.pdf │ ├── SMIconPositionNone.pdf │ ├── SMIconPositionOnly.pdf │ ├── SMIconPositionOver.pdf │ ├── SMIconPositionRight.pdf │ ├── SMJumpToInstanceSheetController.nib │ ├── SMLoading.tiff │ ├── SMMainWindowController.nib │ ├── SMMapView.tiff │ ├── SMMenu.tiff │ ├── SMMenuItem.tiff │ ├── SMNumberFormatter.tiff │ ├── SMObject.tiff │ ├── SMOutlineTableCellView.nib │ ├── SMPathSeparator.tiff │ ├── SMSeparator.tiff │ ├── SMSeparatorBig.tiff │ ├── SMView.tiff │ ├── SMViewController.tiff │ ├── SMWindow.tiff │ ├── archived-expanded-entitlements.xcent │ ├── dsa_pub.pem │ └── mach_inject_bundle.framework │ │ ├── Resources │ │ ├── Versions │ │ ├── A │ │ │ ├── Resources │ │ │ │ ├── English.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ │ ├── Info.plist │ │ │ │ └── mach_inject_bundle_stub.bundle │ │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ └── mach_inject_bundle_stub │ │ │ │ │ ├── Resources │ │ │ │ │ └── English.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ ├── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── mach_inject_bundle │ │ └── Current │ │ └── mach_inject_bundle │ ├── XPCServices │ └── com.interface-inspector.SMInjectorInstaller.xpc │ │ └── Contents │ │ ├── Info.plist │ │ ├── Library │ │ └── LaunchServices │ │ │ ├── com.interface-inspector.InterfaceInspectorInjector │ │ │ └── com.interface-inspector.InterfaceInspectorInjector32 │ │ ├── MacOS │ │ └── com.interface-inspector.SMInjectorInstaller │ │ ├── Resources │ │ └── en.lproj │ │ │ └── InfoPlist.strings │ │ └── _CodeSignature │ │ └── CodeResources │ └── _CodeSignature │ └── CodeResources ├── MacQQRevoke ├── .gitignore ├── MacQQRevoke.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ └── monkey.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── monkey.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ ├── MacQQRevoke.xcscheme │ │ └── xcschememanagement.plist └── MacQQRevoke │ ├── MacQQRevoke.m │ └── substitute │ ├── libsubstitute.dylib │ └── substrate.h ├── README.md ├── dtrace └── trace.d ├── mach_inject_bundle └── mach_inject_bundle.framework │ ├── Resources │ ├── Versions │ ├── A │ │ ├── Resources │ │ │ ├── English.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── Info.plist │ │ │ └── mach_inject_bundle_stub.bundle │ │ │ │ └── Contents │ │ │ │ ├── Headers │ │ │ │ ├── load_bundle.h │ │ │ │ ├── mach_inject.h │ │ │ │ ├── mach_inject_bundle_stub.h │ │ │ │ └── mach_inject_bundle_stub_Prefix.pch │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS │ │ │ │ └── mach_inject_bundle_stub │ │ │ │ └── Resources │ │ │ │ └── English.lproj │ │ │ │ └── InfoPlist.strings │ │ ├── _CodeSignature │ │ │ └── CodeResources │ │ └── mach_inject_bundle │ └── Current │ └── mach_inject_bundle └── tools ├── class-dump ├── insert_dylib ├── restore-symbol └── unsign /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "substitute"] 2 | path = substitute 3 | url = https://github.com/comex/substitute.git 4 | [submodule "mach_inject_bundle/mach_inject"] 5 | path = mach_inject_bundle/mach_inject 6 | url = https://github.com/rentzsch/mach_inject.git 7 | -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/DFeedback: -------------------------------------------------------------------------------- 1 | Versions/Current/DFeedback -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/DFeedback: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/DFeedback -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/DFWarning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/DFWarning.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/SMFoundation: -------------------------------------------------------------------------------- 1 | Versions/Current/SMFoundation -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SMFoundation { 2 | umbrella header "SMFoundation.h" 3 | config_macros [exhaustive] SM_ENABLE_LOGGING 4 | export * 5 | } -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMAttributesTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMAttributesTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBackwardTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBackwardTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierControlHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierControlHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierHandleSelected.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierHandleSelected.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapButtTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapButtTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapRoundTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapRoundTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapSquareTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapSquareTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCheckPattern.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCheckPattern.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCheckPatternTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCheckPatternTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCompositeTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCompositeTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilter.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilterOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilterOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilterOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilterOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMControlHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMControlHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFilter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFilter.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFilterOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFilterOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFontPickerButton.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFontPickerButton.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMForwardTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMForwardTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMHandTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMHandTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMIdentityTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMIdentityTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinBevelTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinBevelTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinMiterTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinMiterTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinRoundTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinRoundTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLayoutTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLayoutTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLineHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLineHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLineHandleSelected.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLineHandleSelected.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLink.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLink.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLoadingTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLoadingTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLockClosedTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLockClosedTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLockOpenTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLockOpenTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMMoveCursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMMoveCursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomCenter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomCenter.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomLeft.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomLeft.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomRight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomRight.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleCenter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleCenter.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleLeft.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleLeft.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleRight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleRight.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopCenter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopCenter.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopLeft.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopLeft.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopRight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopRight.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPenCursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPenCursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPhotoTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPhotoTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPinTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPinTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize0Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize0Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize1Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize1Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize2Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize2Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize3Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize3Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate0Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate0Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate1Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate1Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate2Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate2Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate3Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate3Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate4Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate4Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate5Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate5Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate6Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate6Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate7Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate7Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSelectTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSelectTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSmoothHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSmoothHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSmoothHandleSelected.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSmoothHandleSelected.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSpecialHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSpecialHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStartBigTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStartBigTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStartTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStartTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStopBigTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStopBigTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStopTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStopTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignCenterTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignCenterTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignLeftTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignLeftTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignRightTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignRightTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMVisibleOffTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMVisibleOffTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMVisibleOnTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMVisibleOnTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/SMFoundation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/SMFoundation -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | fr.lproj -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt.lproj: -------------------------------------------------------------------------------- 1 | pt_BR.lproj -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/MacOS/Interface Inspector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/MacOS/Interface Inspector -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/AppIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/AppIcon.icns -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/InfoPlist.strings -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/InterfaceInspectorRemote: -------------------------------------------------------------------------------- 1 | Versions/Current/InterfaceInspectorRemote -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/Versions/A/InterfaceInspectorRemote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/Versions/A/InterfaceInspectorRemote -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/MainMenu.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/MainMenu.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAboutWindowController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAboutWindowController.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAcknowledgmentsWindowController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAcknowledgmentsWindowController.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMApplication.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMApplication.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingBackground.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingBackground.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingHeightOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingHeightOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingHeightOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingHeightOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginBottomOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginBottomOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginBottomOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginBottomOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginLeftOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginLeftOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginLeftOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginLeftOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginRightOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginRightOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginRightOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginRightOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginTopOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginTopOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginTopOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginTopOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingWidthOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingWidthOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingWidthOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMAutoresizingWidthOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderBezelTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderBezelTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderLineTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderLineTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderNoneTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderNoneTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderRidgeTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderRidgeTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderRoundTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMBorderRoundTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMByteCountFormatter.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMByteCountFormatter.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMCell.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMCell.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraint.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraint.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintBottom.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintBottom.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintBottomToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintBottomToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintCenterX.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintCenterX.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintCenterY.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintCenterY.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintHeight.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintHeight.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintHeightEqual.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintHeightEqual.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintHeightToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintHeightToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintHorizontalSpacing.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintHorizontalSpacing.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintLeft.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintLeft.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintLeftToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintLeftToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintRight.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintRight.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintRightToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintRightToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintTop.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintTop.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintTopToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintTopToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintVerticalSpacing.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintVerticalSpacing.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintWidth.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintWidth.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintWidthEqual.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintWidthEqual.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintWidthToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMConstraintWidthToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMControl.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMControl.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMDateFormatter.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMDateFormatter.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionAbove.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionAbove.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionBelow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionBelow.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionLeft.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionLeft.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionNone.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionNone.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionOnly.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionOnly.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionOver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionOver.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionRight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMIconPositionRight.pdf -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMJumpToInstanceSheetController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMJumpToInstanceSheetController.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMLoading.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMLoading.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMMainWindowController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMMainWindowController.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMMapView.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMMapView.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMMenu.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMMenu.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMMenuItem.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMMenuItem.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMNumberFormatter.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMNumberFormatter.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMObject.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMObject.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMOutlineTableCellView.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMOutlineTableCellView.nib -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMPathSeparator.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMPathSeparator.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMSeparator.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMSeparator.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMSeparatorBig.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMSeparatorBig.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMView.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMView.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMViewController.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMViewController.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMWindow.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/SMWindow.tiff -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/Versions/A/mach_inject_bundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/origin/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/Versions/A/mach_inject_bundle -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/origin/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/mach_inject_bundle: -------------------------------------------------------------------------------- 1 | Versions/Current/mach_inject_bundle -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/DFeedback: -------------------------------------------------------------------------------- 1 | Versions/Current/DFeedback -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/DFeedback: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/DFeedback -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/DFWarning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/DFWarning.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/de.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/fr.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/it.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/pl.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/ru.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFCrashReportWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFCrashReportWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFFeedbackWindow.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFFeedbackWindow.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFLocalizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/A/Resources/sv.lproj/DFLocalizable.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/DFeedback.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Modules: -------------------------------------------------------------------------------- 1 | Versions/Current/Modules -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/SMFoundation: -------------------------------------------------------------------------------- 1 | Versions/Current/SMFoundation -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SMFoundation { 2 | umbrella header "SMFoundation.h" 3 | config_macros [exhaustive] SM_ENABLE_LOGGING 4 | export * 5 | } -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMAttributesTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMAttributesTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBackwardTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBackwardTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierControlHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierControlHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierHandleSelected.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMBezierHandleSelected.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapButtTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapButtTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapRoundTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapRoundTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapSquareTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCapSquareTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCheckPattern.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCheckPattern.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCheckPatternTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCheckPatternTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCompositeTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMCompositeTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilter.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilterOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilterOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilterOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMConstraintsFilterOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMControlHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMControlHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFilter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFilter.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFilterOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFilterOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFontPickerButton.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMFontPickerButton.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMForwardTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMForwardTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMHandTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMHandTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMIdentityTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMIdentityTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinBevelTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinBevelTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinMiterTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinMiterTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinRoundTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMJoinRoundTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLayoutTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLayoutTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLineHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLineHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLineHandleSelected.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLineHandleSelected.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLink.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLink.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLoadingTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLoadingTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLockClosedTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLockClosedTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLockOpenTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMLockOpenTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMMoveCursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMMoveCursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomCenter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomCenter.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomLeft.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomLeft.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomRight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginBottomRight.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleCenter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleCenter.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleLeft.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleLeft.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleRight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginMiddleRight.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopCenter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopCenter.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopLeft.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopLeft.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopRight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMOriginTopRight.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPenCursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPenCursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPhotoTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPhotoTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPinTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMPinTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize0Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize0Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize1Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize1Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize2Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize2Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize3Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMResize3Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate0Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate0Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate1Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate1Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate2Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate2Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate3Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate3Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate4Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate4Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate5Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate5Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate6Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate6Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate7Cursor.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMRotate7Cursor.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSelectTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSelectTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSmoothHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSmoothHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSmoothHandleSelected.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSmoothHandleSelected.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSpecialHandle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMSpecialHandle.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStartBigTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStartBigTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStartTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStartTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStopBigTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStopBigTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStopTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMStopTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignCenterTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignCenterTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignLeftTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignLeftTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignNaturalTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignNaturalTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignRightTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMTextAlignRightTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMVisibleOffTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMVisibleOffTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMVisibleOnTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/SMVisibleOnTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/SMFoundation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/A/SMFoundation -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/SMFoundation.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ar.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/da.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/el.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: -------------------------------------------------------------------------------- 1 | fr.lproj -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/is.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ja.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ko.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nb.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt.lproj: -------------------------------------------------------------------------------- 1 | pt_BR.lproj -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_BR.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/pt_PT.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ro.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/th.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/tr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/uk.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_CN.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/SUUpdateAlert.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/zh_TW.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Frameworks/Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/MacOS/Interface Inspector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/MacOS/Interface Inspector -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/AppIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/AppIcon.icns -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/InfoPlist.strings -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/InterfaceInspectorRemote: -------------------------------------------------------------------------------- 1 | Versions/Current/InterfaceInspectorRemote -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/Versions/A/InterfaceInspectorRemote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/Versions/A/InterfaceInspectorRemote -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/InterfaceInspectorRemote.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/MainMenu.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/MainMenu.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAboutWindowController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAboutWindowController.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAcknowledgmentsWindowController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAcknowledgmentsWindowController.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMApplication.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMApplication.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingBackground.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingBackground.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingHeightOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingHeightOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingHeightOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingHeightOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginBottomOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginBottomOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginBottomOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginBottomOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginLeftOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginLeftOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginLeftOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginLeftOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginRightOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginRightOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginRightOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginRightOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginTopOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginTopOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginTopOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingMarginTopOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingWidthOff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingWidthOff.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingWidthOn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMAutoresizingWidthOn.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderBezelTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderBezelTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderLineTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderLineTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderNoneTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderNoneTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderRidgeTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderRidgeTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderRoundTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMBorderRoundTemplate.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMByteCountFormatter.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMByteCountFormatter.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMCell.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMCell.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraint.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraint.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintBottom.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintBottom.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintBottomToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintBottomToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintCenterX.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintCenterX.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintCenterY.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintCenterY.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintHeight.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintHeight.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintHeightEqual.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintHeightEqual.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintHeightToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintHeightToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintHorizontalSpacing.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintHorizontalSpacing.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintLeft.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintLeft.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintLeftToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintLeftToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintRight.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintRight.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintRightToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintRightToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintTop.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintTop.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintTopToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintTopToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintVerticalSpacing.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintVerticalSpacing.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintWidth.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintWidth.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintWidthEqual.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintWidthEqual.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintWidthToSuper.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMConstraintWidthToSuper.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMControl.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMControl.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMDateFormatter.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMDateFormatter.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionAbove.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionAbove.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionBelow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionBelow.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionLeft.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionLeft.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionNone.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionNone.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionOnly.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionOnly.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionOver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionOver.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionRight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMIconPositionRight.pdf -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMJumpToInstanceSheetController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMJumpToInstanceSheetController.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMLoading.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMLoading.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMMainWindowController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMMainWindowController.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMMapView.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMMapView.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMMenu.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMMenu.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMMenuItem.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMMenuItem.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMNumberFormatter.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMNumberFormatter.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMObject.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMObject.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMOutlineTableCellView.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMOutlineTableCellView.nib -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMPathSeparator.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMPathSeparator.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMSeparator.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMSeparator.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMSeparatorBig.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMSeparatorBig.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMView.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMView.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMViewController.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMViewController.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMWindow.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/SMWindow.tiff -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/Versions/A/mach_inject_bundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/Interface Inspector/patch/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/Versions/A/mach_inject_bundle -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /Interface Inspector/patch/Interface Inspector.app/Contents/Resources/mach_inject_bundle.framework/mach_inject_bundle: -------------------------------------------------------------------------------- 1 | Versions/Current/mach_inject_bundle -------------------------------------------------------------------------------- /MacQQRevoke/.gitignore: -------------------------------------------------------------------------------- 1 | Build/ -------------------------------------------------------------------------------- /MacQQRevoke/MacQQRevoke.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MacQQRevoke/MacQQRevoke.xcodeproj/project.xcworkspace/xcuserdata/monkey.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/MacQQRevoke/MacQQRevoke.xcodeproj/project.xcworkspace/xcuserdata/monkey.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /MacQQRevoke/MacQQRevoke/substitute/libsubstitute.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/MacQQRevoke/MacQQRevoke/substitute/libsubstitute.dylib -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 本文链接地址 2 | 3 | http://www.alonemonkey.com/2017/05/31/get-start-with-mac-reverse/ 4 | -------------------------------------------------------------------------------- /dtrace/trace.d: -------------------------------------------------------------------------------- 1 | #!/usr/sbin/dtrace -s 2 | 3 | objc$target:MQAIOChatViewController::entry{ 4 | 5 | } -------------------------------------------------------------------------------- /mach_inject_bundle/mach_inject_bundle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /mach_inject_bundle/mach_inject_bundle.framework/Versions/A/Resources/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/mach_inject_bundle/mach_inject_bundle.framework/Versions/A/Resources/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /mach_inject_bundle/mach_inject_bundle.framework/Versions/A/Resources/mach_inject_bundle_stub.bundle/Contents/Headers/mach_inject_bundle_stub_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'mach_inject_bundle_stub' target in the 'mach_inject_bundle_stub' project. 3 | // 4 | 5 | #include 6 | -------------------------------------------------------------------------------- /mach_inject_bundle/mach_inject_bundle.framework/Versions/A/Resources/mach_inject_bundle_stub.bundle/Contents/MacOS/mach_inject_bundle_stub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/mach_inject_bundle/mach_inject_bundle.framework/Versions/A/Resources/mach_inject_bundle_stub.bundle/Contents/MacOS/mach_inject_bundle_stub -------------------------------------------------------------------------------- /mach_inject_bundle/mach_inject_bundle.framework/Versions/A/mach_inject_bundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/mach_inject_bundle/mach_inject_bundle.framework/Versions/A/mach_inject_bundle -------------------------------------------------------------------------------- /mach_inject_bundle/mach_inject_bundle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /mach_inject_bundle/mach_inject_bundle.framework/mach_inject_bundle: -------------------------------------------------------------------------------- 1 | Versions/Current/mach_inject_bundle -------------------------------------------------------------------------------- /tools/class-dump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/tools/class-dump -------------------------------------------------------------------------------- /tools/insert_dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/tools/insert_dylib -------------------------------------------------------------------------------- /tools/restore-symbol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/tools/restore-symbol -------------------------------------------------------------------------------- /tools/unsign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AloneMonkey/MacReverse/f87deed481ceca0ae2e20507083e10c30d68b354/tools/unsign --------------------------------------------------------------------------------