├── .gitignore ├── .travis.yml ├── MaizeServices ├── MZEModuleMetadata.h ├── MZEModuleMetadata.m ├── MZEModuleProvider.h ├── MZEModuleProvider.m ├── MZEModuleProviderDelegate-Protocol.h ├── MZEModuleRepository.h ├── MZEModuleRepository.m ├── Makefile └── Resources │ └── Info.plist ├── MaizeShortcutKit ├── MZEShortcutItem.h ├── MZEShortcutItem.m ├── MZEShortcutProvider.h ├── MZEShortcutProvider.m ├── Makefile └── Resources │ └── Info.plist ├── MaizeUI ├── BinPack │ ├── MaxRectsBinPack.h │ ├── MaxRectsBinPack.mm │ ├── Rect.h │ └── Rect.mm ├── CornerRadiusAnimationAction.h ├── CornerRadiusAnimationAction.m ├── MZEAnimatedBlurView.h ├── MZEAnimatedBlurView.m ├── MZEAnimatedFlipSwitchToggleModule.h ├── MZEAnimatedFlipSwitchToggleModule.m ├── MZEAppLauncherModule.h ├── MZEAppLauncherModule.m ├── MZEAppLauncherViewController.h ├── MZEAppLauncherViewController.m ├── MZEBackgroundView.h ├── MZEBackgroundView.m ├── MZEBreatheGestureRecognizer.h ├── MZEBreatheGestureRecognizer.m ├── MZEButtonModuleView.h ├── MZEButtonModuleView.m ├── MZEButtonModuleViewController.h ├── MZEButtonModuleViewController.m ├── MZECABackdropPackageView.h ├── MZECABackdropPackageView.m ├── MZECAContinuousCornerLayer.h ├── MZECAContinuousCornerLayer.m ├── MZECAPackageView.h ├── MZECAPackageView.m ├── MZECompoundVibrantStyling.h ├── MZECompoundVibrantStyling.m ├── MZEContentModule-Protocol.h ├── MZEContentModuleBackgroundView.h ├── MZEContentModuleBackgroundView.m ├── MZEContentModuleContainerTransition.h ├── MZEContentModuleContainerView.h ├── MZEContentModuleContainerView.m ├── MZEContentModuleContainerViewController.h ├── MZEContentModuleContainerViewController.m ├── MZEContentModuleContainerViewControllerDelegate-Protocol.h ├── MZEContentModuleContentContainerView.h ├── MZEContentModuleContentContainerView.m ├── MZEContentModuleContentViewController-Protocol.h ├── MZEControlCenterModulePositionProvider.h ├── MZEControlCenterPositionProvider.h ├── MZEControlCenterPositionProvider.mm ├── MZECurrentActions.h ├── MZECurrentActions.m ├── MZEExpandedModuleDismissTransition.h ├── MZEExpandedModuleDismissTransition.m ├── MZEExpandedModulePresentationController.h ├── MZEExpandedModulePresentationController.m ├── MZEExpandedModulePresentationTransition.h ├── MZEExpandedModulePresentationTransition.m ├── MZEExpandedModuleTransition-Protocol.h ├── MZEExpandingModuleDelegate-Protocol.h ├── MZEFlipSwitchToggleModule.h ├── MZEFlipSwitchToggleModule.m ├── MZEFontOptions.h ├── MZEFontOptions.m ├── MZEHeaderPocketView.h ├── MZEHeaderPocketView.m ├── MZEHybridPageViewController.h ├── MZEHybridPageViewController.m ├── MZELabeledRoundButton.h ├── MZELabeledRoundButton.m ├── MZELabeledRoundButtonViewController.h ├── MZELabeledRoundButtonViewController.m ├── MZELayoutOptions.h ├── MZELayoutOptions.m ├── MZELayoutStyle.h ├── MZELayoutStyle.m ├── MZELayoutView.h ├── MZELayoutView.m ├── MZELayoutViewLayoutSource-Protocol.h ├── MZEMaterialView.h ├── MZEMaterialView.m ├── MZEMenuModuleItemView.h ├── MZEMenuModuleItemView.m ├── MZEMenuModuleView.h ├── MZEMenuModuleView.m ├── MZEMenuModuleViewController.h ├── MZEMenuModuleViewController.m ├── MZEModularControlCenterHybridViewController.h ├── MZEModularControlCenterHybridViewController.m ├── MZEModularControlCenterOverlayViewController.h ├── MZEModularControlCenterOverlayViewController.m ├── MZEModularControlCenterViewController.h ├── MZEModularControlCenterViewController.m ├── MZEModuleCollectionView.h ├── MZEModuleCollectionView.m ├── MZEModuleCollectionViewController.h ├── MZEModuleCollectionViewController.m ├── MZEModuleCollectionViewControllerDelegate-Protocol.h ├── MZEModuleCollectionViewController_old.h ├── MZEModuleCollectionViewController_old.m.nocompile ├── MZEModuleContainerViewController.h ├── MZEModuleContainerViewController.mf ├── MZEModuleInstance.h ├── MZEModuleInstance.m ├── MZEModuleInstanceManager.h ├── MZEModuleInstanceManager.m ├── MZEModuleSliderView.h ├── MZEModuleSliderView.m ├── MZEOptionsManager.h ├── MZEOptionsManager.m ├── MZEPresentationState.h ├── MZEPsuedoModuleView.h ├── MZEPsuedoModuleView.m ├── MZERoundButton.h ├── MZERoundButton.m ├── MZEScrollView.h ├── MZEScrollView.m ├── MZEScrollViewDelegate-Protocol.h ├── MZESliderModuleBackgroundViewController.h ├── MZESliderModuleBackgroundViewController.m ├── MZEToggleModule.h ├── MZEToggleModule.m ├── MZEToggleViewController.h ├── MZEToggleViewController.m ├── MZEVibrantPrimaryDarkStyling.h ├── MZEVibrantPrimaryDarkStyling.m ├── MZEVibrantSecondaryDarkStyling.h ├── MZEVibrantSecondaryDarkStyling.m ├── MZEVibrantStyling.h ├── MZEVibrantStyling.m ├── MZEVibrantStylingProvider.h ├── MZEVibrantStylingProvider.m ├── Makefile ├── Resources │ ├── Info.plist │ └── Theme.plist ├── SpringBoardServices.tbd ├── UIView+MZE.h ├── UIView+MZE.m ├── _MZEBackdropView.h ├── _MZEBackdropView.m ├── _MZEBackdropViewFailed.h.ignore ├── _MZEBackdropViewFailed.m.ignore └── placement_inprogress.mmx ├── Makefile ├── Modules ├── AirPlayMirroringModule │ ├── MPAVRoutingViewController+MZE.h │ ├── MZEAirPlayMirroringModule.h │ ├── MZEAirPlayMirroringModule.m │ ├── MZEAirPlayMirroringModuleViewController.h │ ├── MZEAirPlayMirroringModuleViewController.m │ ├── Makefile │ └── Resources │ │ ├── AirPlayMirroringGlyph.png │ │ ├── AirPlayMirroringGlyph@2x.png │ │ ├── Info.plist │ │ ├── MPAVScreenMirroring.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── SettingsIcon.png │ │ ├── SettingsIcon@2x.png │ │ ├── ar.lproj │ │ └── Localizable.strings │ │ ├── ca.lproj │ │ └── Localizable.strings │ │ ├── cs.lproj │ │ └── Localizable.strings │ │ ├── da.lproj │ │ └── Localizable.strings │ │ ├── de.lproj │ │ └── Localizable.strings │ │ ├── el.lproj │ │ └── Localizable.strings │ │ ├── en.lproj │ │ └── Localizable.strings │ │ ├── en_AU.lproj │ │ └── Localizable.strings │ │ ├── en_GB.lproj │ │ └── Localizable.strings │ │ ├── es.lproj │ │ └── Localizable.strings │ │ ├── es_419.lproj │ │ └── Localizable.strings │ │ ├── fi.lproj │ │ └── Localizable.strings │ │ ├── fr.lproj │ │ └── Localizable.strings │ │ ├── fr_CA.lproj │ │ └── Localizable.strings │ │ ├── he.lproj │ │ └── Localizable.strings │ │ ├── hi.lproj │ │ └── Localizable.strings │ │ ├── hr.lproj │ │ └── Localizable.strings │ │ ├── hu.lproj │ │ └── Localizable.strings │ │ ├── id.lproj │ │ └── Localizable.strings │ │ ├── it.lproj │ │ └── Localizable.strings │ │ ├── ja.lproj │ │ └── Localizable.strings │ │ ├── ko.lproj │ │ └── Localizable.strings │ │ ├── ms.lproj │ │ └── Localizable.strings │ │ ├── nl.lproj │ │ └── Localizable.strings │ │ ├── no.lproj │ │ └── Localizable.strings │ │ ├── pl.lproj │ │ └── Localizable.strings │ │ ├── pt.lproj │ │ └── Localizable.strings │ │ ├── pt_PT.lproj │ │ └── Localizable.strings │ │ ├── ro.lproj │ │ └── Localizable.strings │ │ ├── ru.lproj │ │ └── Localizable.strings │ │ ├── sk.lproj │ │ └── Localizable.strings │ │ ├── sv.lproj │ │ └── Localizable.strings │ │ ├── th.lproj │ │ └── Localizable.strings │ │ ├── tr.lproj │ │ └── Localizable.strings │ │ ├── uk.lproj │ │ └── Localizable.strings │ │ ├── vi.lproj │ │ └── Localizable.strings │ │ ├── zh_CN.lproj │ │ └── Localizable.strings │ │ ├── zh_HK.lproj │ │ └── Localizable.strings │ │ └── zh_TW.lproj │ │ └── Localizable.strings ├── AudioModule │ ├── MZEAudioModule.h │ ├── MZEAudioModule.m │ ├── MZEAudioModuleViewController.h │ ├── MZEAudioModuleViewController.m │ ├── MZEAudioModuleViewControllerDelegate-Protocol.h │ ├── Makefile │ └── Resources │ │ ├── Info.plist │ │ ├── SettingsIcon@1x.png │ │ ├── SettingsIcon@2x.png │ │ ├── SettingsIcon@3x.png │ │ ├── Volume.ca │ │ ├── index.xml │ │ └── main.caml │ │ └── VolumeRTL.ca │ │ ├── index.xml │ │ └── main.caml ├── CalculatorModule │ ├── MZECalculatorModule.h │ ├── MZECalculatorModule.m │ ├── Makefile │ └── Resources │ │ ├── AppIcon.png │ │ ├── AppIcon@2x.png │ │ ├── Info.plist │ │ ├── SettingsIconFull.png │ │ └── SettingsIconFull@2x.png ├── CameraModule │ ├── MZECameraModule.h │ ├── MZECameraModule.m │ ├── Makefile │ └── Resources │ │ ├── AppIcon.png │ │ ├── AppIcon@2x.png │ │ ├── Info.plist │ │ ├── SettingsIconFull.png │ │ └── SettingsIconFull@2x.png ├── ClockModule │ ├── MZEClockModule.h │ ├── MZEClockModule.m │ ├── Makefile │ └── Resources │ │ ├── AppIcon.png │ │ ├── AppIcon@2x.png │ │ ├── Info.plist │ │ ├── SettingsIconFull.png │ │ └── SettingsIconFull@2x.png ├── ConnectivityModule │ ├── APTableCell.h │ ├── APTableCell.xm │ ├── AirPortSettings.tbd │ ├── ConnectivityModule.mm │ ├── MZEConnectivityAirDropPopupContentViewController.h │ ├── MZEConnectivityAirDropPopupContentViewController.m │ ├── MZEConnectivityAirDropPopupViewController.h │ ├── MZEConnectivityAirDropPopupViewController.m │ ├── MZEConnectivityAirDropViewController.h │ ├── MZEConnectivityAirDropViewController.m │ ├── MZEConnectivityAirplaneViewController.h │ ├── MZEConnectivityAirplaneViewController.m │ ├── MZEConnectivityBluetoothViewController.h │ ├── MZEConnectivityBluetoothViewController.m │ ├── MZEConnectivityButtonViewController.h │ ├── MZEConnectivityButtonViewController.m │ ├── MZEConnectivityButtonViewControllerDelegate-Protocol.h │ ├── MZEConnectivityCellularDataViewController.h │ ├── MZEConnectivityCellularDataViewController.m │ ├── MZEConnectivityHotspotViewController.h │ ├── MZEConnectivityHotspotViewController.m │ ├── MZEConnectivityLayoutHelper.h │ ├── MZEConnectivityLayoutHelper.m │ ├── MZEConnectivityModule.h │ ├── MZEConnectivityModule.m │ ├── MZEConnectivityModuleView.h │ ├── MZEConnectivityModuleView.m │ ├── MZEConnectivityModuleViewController.h │ ├── MZEConnectivityModuleViewController.m │ ├── MZEConnectivityWiFiNetworksListController.h │ ├── MZEConnectivityWiFiNetworksListController.xm │ ├── MZEConnectivityWiFiNetworksViewController.h │ ├── MZEConnectivityWiFiNetworksViewController.m │ ├── MZEConnectivityWiFiViewController.h │ ├── MZEConnectivityWiFiViewController.m │ ├── Makefile │ ├── MobileWiFi.tbd │ └── Resources │ │ ├── AirDropGlyph.png │ │ ├── AirDropGlyph@2x.png │ │ ├── AirplaneGlyph.png │ │ ├── AirplaneGlyph@2x.png │ │ ├── Bluetooth.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── CellularData.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── HotspotGlyph.png │ │ ├── HotspotGlyph@2x.png │ │ ├── Info.plist │ │ ├── SettingsIcon@1x.png │ │ ├── SettingsIcon@2x.png │ │ ├── SettingsIcon@3x.png │ │ ├── WiFi.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── ar.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── ca.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── cs.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── da.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── de.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── el.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── en.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── en_AU.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── en_GB.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── es.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── es_419.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── fi.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── fr.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── fr_CA.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── he.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── hi.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── hr.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── hu.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── id.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── it.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── ja.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── ko.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── ms.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── nl.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── no.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── pl.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── pt.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── pt_PT.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── ro.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── ru.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── sk.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── sv.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── th.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── tr.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── uk.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── vi.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── zh_CN.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ ├── zh_HK.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict │ │ └── zh_TW.lproj │ │ ├── Localizable.strings │ │ └── Localizable.stringsdict ├── DisplayModule │ ├── BackBoardServices.tbd │ ├── MZEDisplayModule.h │ ├── MZEDisplayModule.m │ ├── MZEDisplayModuleBackgroundViewController.h │ ├── MZEDisplayModuleBackgroundViewController.m │ ├── MZEDisplayModuleViewController.h │ ├── MZEDisplayModuleViewController.m │ ├── MZEDisplayModuleViewControllerDelegate-Protocol.h │ ├── Makefile │ ├── MediaPlayerUI.tbd │ └── Resources │ │ ├── Brightness.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── Info.plist │ │ ├── NightShift.png │ │ ├── NightShift@2x.png │ │ ├── SettingsIcon@1x.png │ │ ├── SettingsIcon@2x.png │ │ ├── SettingsIcon@3x.png │ │ ├── TrueTone.png │ │ ├── TrueTone@2x.png │ │ ├── ar.lproj │ │ └── Localizable.strings │ │ ├── ca.lproj │ │ └── Localizable.strings │ │ ├── cs.lproj │ │ └── Localizable.strings │ │ ├── da.lproj │ │ └── Localizable.strings │ │ ├── de.lproj │ │ └── Localizable.strings │ │ ├── el.lproj │ │ └── Localizable.strings │ │ ├── en.lproj │ │ └── Localizable.strings │ │ ├── en_AU.lproj │ │ └── Localizable.strings │ │ ├── en_GB.lproj │ │ └── Localizable.strings │ │ ├── es.lproj │ │ └── Localizable.strings │ │ ├── es_419.lproj │ │ └── Localizable.strings │ │ ├── fi.lproj │ │ └── Localizable.strings │ │ ├── fr.lproj │ │ └── Localizable.strings │ │ ├── fr_CA.lproj │ │ └── Localizable.strings │ │ ├── he.lproj │ │ └── Localizable.strings │ │ ├── hi.lproj │ │ └── Localizable.strings │ │ ├── hr.lproj │ │ └── Localizable.strings │ │ ├── hu.lproj │ │ └── Localizable.strings │ │ ├── id.lproj │ │ └── Localizable.strings │ │ ├── it.lproj │ │ └── Localizable.strings │ │ ├── ja.lproj │ │ └── Localizable.strings │ │ ├── ko.lproj │ │ └── Localizable.strings │ │ ├── ms.lproj │ │ └── Localizable.strings │ │ ├── nl.lproj │ │ └── Localizable.strings │ │ ├── no.lproj │ │ └── Localizable.strings │ │ ├── pl.lproj │ │ └── Localizable.strings │ │ ├── pt.lproj │ │ └── Localizable.strings │ │ ├── pt_PT.lproj │ │ └── Localizable.strings │ │ ├── ro.lproj │ │ └── Localizable.strings │ │ ├── ru.lproj │ │ └── Localizable.strings │ │ ├── sk.lproj │ │ └── Localizable.strings │ │ ├── sv.lproj │ │ └── Localizable.strings │ │ ├── th.lproj │ │ └── Localizable.strings │ │ ├── tr.lproj │ │ └── Localizable.strings │ │ ├── uk.lproj │ │ └── Localizable.strings │ │ ├── vi.lproj │ │ └── Localizable.strings │ │ ├── zh_CN.lproj │ │ └── Localizable.strings │ │ ├── zh_HK.lproj │ │ └── Localizable.strings │ │ └── zh_TW.lproj │ │ └── Localizable.strings ├── DoNotDisturbModule │ ├── MZEDoNotDisturbModule.h │ ├── MZEDoNotDisturbModule.m │ ├── Makefile │ └── Resources │ │ ├── DoNotDisturb.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── Info.plist │ │ ├── MPAVScreenMirroring.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── ar.lproj │ │ └── Localizable.strings │ │ ├── ca.lproj │ │ └── Localizable.strings │ │ ├── cs.lproj │ │ └── Localizable.strings │ │ ├── da.lproj │ │ └── Localizable.strings │ │ ├── de.lproj │ │ └── Localizable.strings │ │ ├── el.lproj │ │ └── Localizable.strings │ │ ├── en.lproj │ │ └── Localizable.strings │ │ ├── en_AU.lproj │ │ └── Localizable.strings │ │ ├── en_GB.lproj │ │ └── Localizable.strings │ │ ├── es.lproj │ │ └── Localizable.strings │ │ ├── es_419.lproj │ │ └── Localizable.strings │ │ ├── fi.lproj │ │ └── Localizable.strings │ │ ├── fr.lproj │ │ └── Localizable.strings │ │ ├── fr_CA.lproj │ │ └── Localizable.strings │ │ ├── he.lproj │ │ └── Localizable.strings │ │ ├── hi.lproj │ │ └── Localizable.strings │ │ ├── hr.lproj │ │ └── Localizable.strings │ │ ├── hu.lproj │ │ └── Localizable.strings │ │ ├── id.lproj │ │ └── Localizable.strings │ │ ├── it.lproj │ │ └── Localizable.strings │ │ ├── ja.lproj │ │ └── Localizable.strings │ │ ├── ko.lproj │ │ └── Localizable.strings │ │ ├── ms.lproj │ │ └── Localizable.strings │ │ ├── nl.lproj │ │ └── Localizable.strings │ │ ├── no.lproj │ │ └── Localizable.strings │ │ ├── pl.lproj │ │ └── Localizable.strings │ │ ├── pt.lproj │ │ └── Localizable.strings │ │ ├── pt_PT.lproj │ │ └── Localizable.strings │ │ ├── ro.lproj │ │ └── Localizable.strings │ │ ├── ru.lproj │ │ └── Localizable.strings │ │ ├── sk.lproj │ │ └── Localizable.strings │ │ ├── sv.lproj │ │ └── Localizable.strings │ │ ├── th.lproj │ │ └── Localizable.strings │ │ ├── tr.lproj │ │ └── Localizable.strings │ │ ├── uk.lproj │ │ └── Localizable.strings │ │ ├── vi.lproj │ │ └── Localizable.strings │ │ ├── zh_CN.lproj │ │ └── Localizable.strings │ │ ├── zh_HK.lproj │ │ └── Localizable.strings │ │ └── zh_TW.lproj │ │ └── Localizable.strings ├── FlashlightModule │ ├── CCUIFlashlightSetting+MZE.h │ ├── CCUIFlashlightSetting.xm │ ├── MZEFlashlightModule.h │ ├── MZEFlashlightModule.m │ ├── MZEFlashlightModuleViewController.h │ ├── MZEFlashlightModuleViewController.m │ ├── Makefile │ └── Resources │ │ ├── FlashlightOff.png │ │ ├── FlashlightOff@2x.png │ │ ├── FlashlightOn.png │ │ ├── FlashlightOn@2x.png │ │ ├── Info.plist │ │ ├── SettingsIcon@1x.png │ │ ├── SettingsIcon@2x.png │ │ ├── SettingsIcon@3x.png │ │ ├── ar.lproj │ │ └── InfoPlist.strings │ │ ├── ca.lproj │ │ └── InfoPlist.strings │ │ ├── cs.lproj │ │ └── InfoPlist.strings │ │ ├── da.lproj │ │ └── InfoPlist.strings │ │ ├── de.lproj │ │ └── InfoPlist.strings │ │ ├── el.lproj │ │ └── InfoPlist.strings │ │ ├── en.lproj │ │ └── InfoPlist.strings │ │ ├── en_AU.lproj │ │ └── InfoPlist.strings │ │ ├── en_GB.lproj │ │ └── InfoPlist.strings │ │ ├── es.lproj │ │ └── InfoPlist.strings │ │ ├── es_419.lproj │ │ └── InfoPlist.strings │ │ ├── fi.lproj │ │ └── InfoPlist.strings │ │ ├── fr.lproj │ │ └── InfoPlist.strings │ │ ├── fr_CA.lproj │ │ └── InfoPlist.strings │ │ ├── he.lproj │ │ └── InfoPlist.strings │ │ ├── hi.lproj │ │ └── InfoPlist.strings │ │ ├── hr.lproj │ │ └── InfoPlist.strings │ │ ├── hu.lproj │ │ └── InfoPlist.strings │ │ ├── id.lproj │ │ └── InfoPlist.strings │ │ ├── it.lproj │ │ └── InfoPlist.strings │ │ ├── ja.lproj │ │ └── InfoPlist.strings │ │ ├── ko.lproj │ │ └── InfoPlist.strings │ │ ├── ms.lproj │ │ └── InfoPlist.strings │ │ ├── nl.lproj │ │ └── InfoPlist.strings │ │ ├── no.lproj │ │ └── InfoPlist.strings │ │ ├── pl.lproj │ │ └── InfoPlist.strings │ │ ├── pt.lproj │ │ └── InfoPlist.strings │ │ ├── pt_PT.lproj │ │ └── InfoPlist.strings │ │ ├── ro.lproj │ │ └── InfoPlist.strings │ │ ├── ru.lproj │ │ └── InfoPlist.strings │ │ ├── sk.lproj │ │ └── InfoPlist.strings │ │ ├── sv.lproj │ │ └── InfoPlist.strings │ │ ├── th.lproj │ │ └── InfoPlist.strings │ │ ├── tr.lproj │ │ └── InfoPlist.strings │ │ ├── uk.lproj │ │ └── InfoPlist.strings │ │ ├── vi.lproj │ │ └── InfoPlist.strings │ │ ├── zh_CN.lproj │ │ └── InfoPlist.strings │ │ ├── zh_HK.lproj │ │ └── InfoPlist.strings │ │ └── zh_TW.lproj │ │ └── InfoPlist.strings ├── HomeKitModule │ └── MZEHomeKitModuleViewController.xm ├── LocationModule │ ├── MZELocationModule.h │ ├── MZELocationModule.m │ ├── Makefile │ └── Resources │ │ └── Info.plist ├── LowPowerModule │ ├── MZELowPowerModule.h │ ├── MZELowPowerModule.m │ ├── Makefile │ └── Resources │ │ ├── Info.plist │ │ ├── LowPower.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── SettingsIcon@1x.png │ │ ├── SettingsIcon@2x.png │ │ ├── SettingsIcon@3x.png │ │ ├── ar.lproj │ │ └── InfoPlist.strings │ │ ├── ca.lproj │ │ └── InfoPlist.strings │ │ ├── cs.lproj │ │ └── InfoPlist.strings │ │ ├── da.lproj │ │ └── InfoPlist.strings │ │ ├── de.lproj │ │ └── InfoPlist.strings │ │ ├── el.lproj │ │ └── InfoPlist.strings │ │ ├── en.lproj │ │ └── InfoPlist.strings │ │ ├── en_AU.lproj │ │ └── InfoPlist.strings │ │ ├── en_GB.lproj │ │ └── InfoPlist.strings │ │ ├── es.lproj │ │ └── InfoPlist.strings │ │ ├── es_419.lproj │ │ └── InfoPlist.strings │ │ ├── fi.lproj │ │ └── InfoPlist.strings │ │ ├── fr.lproj │ │ └── InfoPlist.strings │ │ ├── fr_CA.lproj │ │ └── InfoPlist.strings │ │ ├── he.lproj │ │ └── InfoPlist.strings │ │ ├── hi.lproj │ │ └── InfoPlist.strings │ │ ├── hr.lproj │ │ └── InfoPlist.strings │ │ ├── hu.lproj │ │ └── InfoPlist.strings │ │ ├── id.lproj │ │ └── InfoPlist.strings │ │ ├── it.lproj │ │ └── InfoPlist.strings │ │ ├── ja.lproj │ │ └── InfoPlist.strings │ │ ├── ko.lproj │ │ └── InfoPlist.strings │ │ ├── ms.lproj │ │ └── InfoPlist.strings │ │ ├── nl.lproj │ │ └── InfoPlist.strings │ │ ├── no.lproj │ │ └── InfoPlist.strings │ │ ├── pl.lproj │ │ ├── InfoPlist.strings │ │ └── InfoPlist.stringsdict │ │ ├── pt.lproj │ │ └── InfoPlist.strings │ │ ├── pt_PT.lproj │ │ └── InfoPlist.strings │ │ ├── ro.lproj │ │ └── InfoPlist.strings │ │ ├── ru.lproj │ │ └── InfoPlist.strings │ │ ├── sk.lproj │ │ └── InfoPlist.strings │ │ ├── sv.lproj │ │ └── InfoPlist.strings │ │ ├── th.lproj │ │ └── InfoPlist.strings │ │ ├── tr.lproj │ │ └── InfoPlist.strings │ │ ├── uk.lproj │ │ └── InfoPlist.strings │ │ ├── vi.lproj │ │ └── InfoPlist.strings │ │ ├── zh_CN.lproj │ │ └── InfoPlist.strings │ │ ├── zh_HK.lproj │ │ └── InfoPlist.strings │ │ └── zh_TW.lproj │ │ └── InfoPlist.strings ├── MagnifierModule │ ├── MZEMagnifierModule.h │ ├── MZEMagnifierModule.m │ ├── Makefile │ └── Resources │ │ ├── AppIcon.png │ │ ├── AppIcon@2x.png │ │ ├── Info.plist │ │ ├── SettingsIconFull.png │ │ ├── SettingsIconFull@2x.png │ │ ├── ar.lproj │ │ └── InfoPlist.strings │ │ ├── ca.lproj │ │ └── InfoPlist.strings │ │ ├── cs.lproj │ │ └── InfoPlist.strings │ │ ├── da.lproj │ │ └── InfoPlist.strings │ │ ├── de.lproj │ │ └── InfoPlist.strings │ │ ├── el.lproj │ │ └── InfoPlist.strings │ │ ├── en.lproj │ │ └── InfoPlist.strings │ │ ├── en_AU.lproj │ │ └── InfoPlist.strings │ │ ├── en_GB.lproj │ │ └── InfoPlist.strings │ │ ├── es.lproj │ │ └── InfoPlist.strings │ │ ├── es_419.lproj │ │ └── InfoPlist.strings │ │ ├── fi.lproj │ │ └── InfoPlist.strings │ │ ├── fr.lproj │ │ └── InfoPlist.strings │ │ ├── fr_CA.lproj │ │ └── InfoPlist.strings │ │ ├── he.lproj │ │ └── InfoPlist.strings │ │ ├── hi.lproj │ │ └── InfoPlist.strings │ │ ├── hr.lproj │ │ └── InfoPlist.strings │ │ ├── hu.lproj │ │ └── InfoPlist.strings │ │ ├── id.lproj │ │ └── InfoPlist.strings │ │ ├── it.lproj │ │ └── InfoPlist.strings │ │ ├── ja.lproj │ │ └── InfoPlist.strings │ │ ├── ko.lproj │ │ └── InfoPlist.strings │ │ ├── ms.lproj │ │ └── InfoPlist.strings │ │ ├── nl.lproj │ │ └── InfoPlist.strings │ │ ├── no.lproj │ │ └── InfoPlist.strings │ │ ├── pl.lproj │ │ └── InfoPlist.strings │ │ ├── pt.lproj │ │ └── InfoPlist.strings │ │ ├── pt_PT.lproj │ │ └── InfoPlist.strings │ │ ├── ro.lproj │ │ └── InfoPlist.strings │ │ ├── ru.lproj │ │ └── InfoPlist.strings │ │ ├── sk.lproj │ │ └── InfoPlist.strings │ │ ├── sv.lproj │ │ └── InfoPlist.strings │ │ ├── th.lproj │ │ └── InfoPlist.strings │ │ ├── tr.lproj │ │ └── InfoPlist.strings │ │ ├── uk.lproj │ │ └── InfoPlist.strings │ │ ├── vi.lproj │ │ └── InfoPlist.strings │ │ ├── zh_CN.lproj │ │ └── InfoPlist.strings │ │ ├── zh_HK.lproj │ │ └── InfoPlist.strings │ │ └── zh_TW.lproj │ │ └── InfoPlist.strings ├── Makefile ├── MediaModule │ ├── AppSupport.tbd │ ├── MPAVRoutingTableViewCell+MZE.h │ ├── MPAVRoutingTableViewCell.xm │ ├── MPUFoundation.tbd │ ├── MZEAVRoutingViewController.h │ ├── MZEAVRoutingViewController.m │ ├── MZEAudioRoutingView.h │ ├── MZEAudioRoutingView.m │ ├── MZEMediaArtworkView.h │ ├── MZEMediaArtworkView.m │ ├── MZEMediaControlsViewController.h │ ├── MZEMediaControlsViewController.m │ ├── MZEMediaEffectLabel.h │ ├── MZEMediaEffectLabel.m │ ├── MZEMediaLayoutHelper.h │ ├── MZEMediaLayoutHelper.m │ ├── MZEMediaMarqueeLabel.h │ ├── MZEMediaMarqueeLabel.m │ ├── MZEMediaMetaDataView.h │ ├── MZEMediaMetaDataView.m │ ├── MZEMediaModule.h │ ├── MZEMediaModule.m │ ├── MZEMediaModuleViewController.h │ ├── MZEMediaModuleViewController.m │ ├── MZEMediaOutputToggleButton.h │ ├── MZEMediaOutputToggleButton.m │ ├── MZEMediaProgressView.h │ ├── MZEMediaProgressView.m │ ├── MZETransportControlsView.h │ ├── MZETransportControlsView.m │ ├── MZEVolumeView.h │ ├── MZEVolumeView.m │ ├── Makefile │ ├── MediaRemote.h │ ├── MediaRemote.tbd │ ├── Research.md │ ├── Resources │ │ ├── Action-Plus.png │ │ ├── Action-Plus@2x.png │ │ ├── Action-Star.png │ │ ├── Action-Star@2x.png │ │ ├── Action-X.png │ │ ├── Action-X@2x.png │ │ ├── AirPlay.png │ │ ├── AirPlay@2x.png │ │ ├── Chevron@2x.png │ │ ├── Dislike.png │ │ ├── Dislike@2x.png │ │ ├── Hamburger.png │ │ ├── Hamburger@2x.png │ │ ├── Info.plist │ │ ├── Like.png │ │ ├── Like@2x.png │ │ ├── Live@2x.png │ │ ├── Next.png │ │ ├── Next@2x.png │ │ ├── Pause.png │ │ ├── Pause@2x.png │ │ ├── Play-Pause@2x.png │ │ ├── Play.png │ │ ├── Play@2x.png │ │ ├── Previous.png │ │ ├── Previous@2x.png │ │ ├── Settings │ │ │ └── Root.plist │ │ ├── SettingsIcon@1x.png │ │ ├── SettingsIcon@2x.png │ │ ├── SettingsIcon@3x.png │ │ ├── Skip-Backward@2x.png │ │ ├── Skip-Forward@2x.png │ │ ├── Star-Filled@2x.png │ │ ├── Star@2x.png │ │ ├── Stop.png │ │ ├── Stop@2x.png │ │ ├── highvol@2x.png │ │ ├── highvol@3x.png │ │ ├── lowvol@2x.png │ │ ├── lowvol@3x.png │ │ ├── microThumb@2x.png │ │ ├── microThumb@3x.png │ │ ├── thumb@2x.png │ │ ├── thumb@3x.png │ │ └── track@2x.png │ └── SpringBoardServices.tbd ├── OrientationLockModule │ ├── MZEOrientationLockModule.h │ ├── MZEOrientationLockModule.m │ ├── Makefile │ └── Resources │ │ ├── Info.plist │ │ ├── OrientationLock.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── SettingsIcon@1x.png │ │ ├── SettingsIcon@2x.png │ │ └── SettingsIcon@3x.png ├── QuickNoteModule │ ├── MZEQuickNoteModule.h │ ├── MZEQuickNoteModule.m │ ├── Makefile │ └── Resources │ │ ├── AppIcon.png │ │ ├── AppIcon@2x.png │ │ ├── Info.plist │ │ ├── SettingsIconFull.png │ │ ├── SettingsIconFull@2x.png │ │ ├── ar.lproj │ │ └── InfoPlist.strings │ │ ├── ca.lproj │ │ └── InfoPlist.strings │ │ ├── cs.lproj │ │ └── InfoPlist.strings │ │ ├── da.lproj │ │ └── InfoPlist.strings │ │ ├── de.lproj │ │ └── InfoPlist.strings │ │ ├── el.lproj │ │ └── InfoPlist.strings │ │ ├── en.lproj │ │ └── InfoPlist.strings │ │ ├── en_AU.lproj │ │ └── InfoPlist.strings │ │ ├── en_GB.lproj │ │ └── InfoPlist.strings │ │ ├── es.lproj │ │ └── InfoPlist.strings │ │ ├── es_419.lproj │ │ └── InfoPlist.strings │ │ ├── fi.lproj │ │ └── InfoPlist.strings │ │ ├── fr.lproj │ │ └── InfoPlist.strings │ │ ├── fr_CA.lproj │ │ └── InfoPlist.strings │ │ ├── he.lproj │ │ └── InfoPlist.strings │ │ ├── hi.lproj │ │ └── InfoPlist.strings │ │ ├── hr.lproj │ │ └── InfoPlist.strings │ │ ├── hu.lproj │ │ └── InfoPlist.strings │ │ ├── id.lproj │ │ └── InfoPlist.strings │ │ ├── it.lproj │ │ └── InfoPlist.strings │ │ ├── ja.lproj │ │ └── InfoPlist.strings │ │ ├── ko.lproj │ │ └── InfoPlist.strings │ │ ├── ms.lproj │ │ └── InfoPlist.strings │ │ ├── nl.lproj │ │ └── InfoPlist.strings │ │ ├── no.lproj │ │ └── InfoPlist.strings │ │ ├── pl.lproj │ │ └── InfoPlist.strings │ │ ├── pt.lproj │ │ └── InfoPlist.strings │ │ ├── pt_PT.lproj │ │ └── InfoPlist.strings │ │ ├── ro.lproj │ │ └── InfoPlist.strings │ │ ├── ru.lproj │ │ └── InfoPlist.strings │ │ ├── sk.lproj │ │ └── InfoPlist.strings │ │ ├── sv.lproj │ │ └── InfoPlist.strings │ │ ├── th.lproj │ │ └── InfoPlist.strings │ │ ├── tr.lproj │ │ └── InfoPlist.strings │ │ ├── uk.lproj │ │ └── InfoPlist.strings │ │ ├── vi.lproj │ │ └── InfoPlist.strings │ │ ├── yue_CN.lproj │ │ └── InfoPlist.strings │ │ ├── zh_CN.lproj │ │ └── InfoPlist.strings │ │ ├── zh_HK.lproj │ │ └── InfoPlist.strings │ │ └── zh_TW.lproj │ │ └── InfoPlist.strings ├── RingerModule │ ├── MZERingerModule.h │ ├── MZERingerModule.m │ ├── Makefile │ └── Resources │ │ ├── Info.plist │ │ ├── Ringer.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── SettingsIcon@1x.png │ │ ├── SettingsIcon@2x.png │ │ ├── SettingsIcon@3x.png │ │ ├── ar.lproj │ │ └── InfoPlist.strings │ │ ├── ca.lproj │ │ └── InfoPlist.strings │ │ ├── cs.lproj │ │ └── InfoPlist.strings │ │ ├── da.lproj │ │ └── InfoPlist.strings │ │ ├── de.lproj │ │ └── InfoPlist.strings │ │ ├── el.lproj │ │ └── InfoPlist.strings │ │ ├── en.lproj │ │ └── InfoPlist.strings │ │ ├── en_AU.lproj │ │ └── InfoPlist.strings │ │ ├── en_GB.lproj │ │ └── InfoPlist.strings │ │ ├── es.lproj │ │ └── InfoPlist.strings │ │ ├── es_419.lproj │ │ └── InfoPlist.strings │ │ ├── fi.lproj │ │ └── InfoPlist.strings │ │ ├── fr.lproj │ │ └── InfoPlist.strings │ │ ├── fr_CA.lproj │ │ └── InfoPlist.strings │ │ ├── he.lproj │ │ └── InfoPlist.strings │ │ ├── hi.lproj │ │ └── InfoPlist.strings │ │ ├── hr.lproj │ │ └── InfoPlist.strings │ │ ├── hu.lproj │ │ └── InfoPlist.strings │ │ ├── id.lproj │ │ └── InfoPlist.strings │ │ ├── it.lproj │ │ └── InfoPlist.strings │ │ ├── ja.lproj │ │ └── InfoPlist.strings │ │ ├── ko.lproj │ │ └── InfoPlist.strings │ │ ├── ms.lproj │ │ └── InfoPlist.strings │ │ ├── nl.lproj │ │ └── InfoPlist.strings │ │ ├── no.lproj │ │ └── InfoPlist.strings │ │ ├── pl.lproj │ │ └── InfoPlist.strings │ │ ├── pt.lproj │ │ └── InfoPlist.strings │ │ ├── pt_PT.lproj │ │ └── InfoPlist.strings │ │ ├── ro.lproj │ │ └── InfoPlist.strings │ │ ├── ru.lproj │ │ └── InfoPlist.strings │ │ ├── sk.lproj │ │ └── InfoPlist.strings │ │ ├── sv.lproj │ │ └── InfoPlist.strings │ │ ├── th.lproj │ │ └── InfoPlist.strings │ │ ├── tr.lproj │ │ └── InfoPlist.strings │ │ ├── uk.lproj │ │ └── InfoPlist.strings │ │ ├── vi.lproj │ │ └── InfoPlist.strings │ │ ├── zh_CN.lproj │ │ └── InfoPlist.strings │ │ ├── zh_HK.lproj │ │ └── InfoPlist.strings │ │ └── zh_TW.lproj │ │ └── InfoPlist.strings ├── ScreenRecordingModule │ ├── MZEScreenRecordingModule.h │ ├── MZEScreenRecordingModule.m │ ├── Makefile │ └── Resources │ │ ├── Info.plist │ │ ├── ScreenRecording.ca │ │ ├── index.xml │ │ └── main.caml │ │ ├── SettingsIcon@1x.png │ │ ├── SettingsIcon@2x.png │ │ ├── SettingsIcon@3x.png │ │ ├── Untitled 2.png │ │ ├── ar.lproj │ │ └── Info.strings │ │ ├── broadcast_image@2x.png │ │ ├── ca.lproj │ │ └── Info.strings │ │ ├── cameraIcon.png │ │ ├── camera_image@2x.png │ │ ├── checkmark.png │ │ ├── cs.lproj │ │ └── Info.strings │ │ ├── da.lproj │ │ └── Info.strings │ │ ├── de.lproj │ │ └── Info.strings │ │ ├── el.lproj │ │ └── Info.strings │ │ ├── en.lproj │ │ └── Info.strings │ │ ├── en_AU.lproj │ │ └── Info.strings │ │ ├── en_GB.lproj │ │ └── Info.strings │ │ ├── es.lproj │ │ └── Info.strings │ │ ├── es_419.lproj │ │ └── Info.strings │ │ ├── fi.lproj │ │ └── Info.strings │ │ ├── fr.lproj │ │ └── Info.strings │ │ ├── fr_CA.lproj │ │ └── Info.strings │ │ ├── he.lproj │ │ └── Info.strings │ │ ├── hi.lproj │ │ └── Info.strings │ │ ├── hr.lproj │ │ └── Info.strings │ │ ├── hu.lproj │ │ └── Info.strings │ │ ├── id.lproj │ │ └── Info.strings │ │ ├── it.lproj │ │ └── Info.strings │ │ ├── ja.lproj │ │ └── Info.strings │ │ ├── ko.lproj │ │ └── Info.strings │ │ ├── mic_image@2x.png │ │ ├── ms.lproj │ │ └── Info.strings │ │ ├── nl.lproj │ │ └── Info.strings │ │ ├── no.lproj │ │ └── Info.strings │ │ ├── photos@2x.png │ │ ├── pl.lproj │ │ └── Info.strings │ │ ├── pt.lproj │ │ └── Info.strings │ │ ├── pt_PT.lproj │ │ └── Info.strings │ │ ├── ro.lproj │ │ └── Info.strings │ │ ├── ru.lproj │ │ └── Info.strings │ │ ├── sk.lproj │ │ └── Info.strings │ │ ├── sv.lproj │ │ └── Info.strings │ │ ├── th.lproj │ │ └── Info.strings │ │ ├── tr.lproj │ │ └── Info.strings │ │ ├── uk.lproj │ │ └── Info.strings │ │ ├── vi.lproj │ │ └── Info.strings │ │ ├── zh_CN.lproj │ │ └── Info.strings │ │ ├── zh_HK.lproj │ │ └── Info.strings │ │ └── zh_TW.lproj │ │ └── Info.strings ├── VPNModule │ ├── MZEVPNModule.h │ ├── MZEVPNModule.m │ ├── Makefile │ └── Resources │ │ └── Info.plist ├── VoiceMemosModule │ ├── MZEVoiceMemosModule.h │ ├── MZEVoiceMemosModule.m │ ├── Makefile │ └── Resources │ │ ├── AppIcon.png │ │ ├── AppIcon@2x.png │ │ ├── Info.plist │ │ ├── SettingsIconFull.png │ │ ├── SettingsIconFull@2x.png │ │ ├── ar.lproj │ │ └── InfoPlist.strings │ │ ├── ca.lproj │ │ └── InfoPlist.strings │ │ ├── cs.lproj │ │ └── InfoPlist.strings │ │ ├── da.lproj │ │ └── InfoPlist.strings │ │ ├── de.lproj │ │ └── InfoPlist.strings │ │ ├── el.lproj │ │ └── InfoPlist.strings │ │ ├── en.lproj │ │ └── InfoPlist.strings │ │ ├── en_AU.lproj │ │ └── InfoPlist.strings │ │ ├── en_GB.lproj │ │ └── InfoPlist.strings │ │ ├── es.lproj │ │ └── InfoPlist.strings │ │ ├── es_419.lproj │ │ └── InfoPlist.strings │ │ ├── fi.lproj │ │ └── InfoPlist.strings │ │ ├── fr.lproj │ │ └── InfoPlist.strings │ │ ├── fr_CA.lproj │ │ └── InfoPlist.strings │ │ ├── he.lproj │ │ └── InfoPlist.strings │ │ ├── hi.lproj │ │ └── InfoPlist.strings │ │ ├── hr.lproj │ │ └── InfoPlist.strings │ │ ├── hu.lproj │ │ └── InfoPlist.strings │ │ ├── id.lproj │ │ └── InfoPlist.strings │ │ ├── it.lproj │ │ └── InfoPlist.strings │ │ ├── ja.lproj │ │ └── InfoPlist.strings │ │ ├── ko.lproj │ │ └── InfoPlist.strings │ │ ├── ms.lproj │ │ └── InfoPlist.strings │ │ ├── nl.lproj │ │ └── InfoPlist.strings │ │ ├── no.lproj │ │ └── InfoPlist.strings │ │ ├── pl.lproj │ │ └── InfoPlist.strings │ │ ├── pt.lproj │ │ └── InfoPlist.strings │ │ ├── pt_PT.lproj │ │ └── InfoPlist.strings │ │ ├── ro.lproj │ │ └── InfoPlist.strings │ │ ├── ru.lproj │ │ └── InfoPlist.strings │ │ ├── sk.lproj │ │ └── InfoPlist.strings │ │ ├── sv.lproj │ │ └── InfoPlist.strings │ │ ├── th.lproj │ │ └── InfoPlist.strings │ │ ├── tr.lproj │ │ └── InfoPlist.strings │ │ ├── uk.lproj │ │ └── InfoPlist.strings │ │ ├── vi.lproj │ │ └── InfoPlist.strings │ │ ├── zh_CN.lproj │ │ └── InfoPlist.strings │ │ ├── zh_HK.lproj │ │ └── InfoPlist.strings │ │ └── zh_TW.lproj │ │ └── InfoPlist.strings └── WalletModule │ ├── MZEWalletModule.h │ ├── MZEWalletModule.m │ ├── Makefile │ └── Resources │ ├── AppIcon.png │ ├── AppIcon@2x.png │ ├── Info.plist │ ├── SettingsIconFull.png │ ├── SettingsIconFull@2x.png │ ├── ar.lproj │ └── InfoPlist.strings │ ├── ca.lproj │ └── InfoPlist.strings │ ├── cs.lproj │ └── InfoPlist.strings │ ├── da.lproj │ └── InfoPlist.strings │ ├── de.lproj │ └── InfoPlist.strings │ ├── el.lproj │ └── InfoPlist.strings │ ├── en.lproj │ └── InfoPlist.strings │ ├── en_AU.lproj │ └── InfoPlist.strings │ ├── en_GB.lproj │ └── InfoPlist.strings │ ├── es.lproj │ └── InfoPlist.strings │ ├── es_419.lproj │ └── InfoPlist.strings │ ├── fi.lproj │ └── InfoPlist.strings │ ├── fr.lproj │ └── InfoPlist.strings │ ├── fr_CA.lproj │ └── InfoPlist.strings │ ├── he.lproj │ └── InfoPlist.strings │ ├── hi.lproj │ └── InfoPlist.strings │ ├── hr.lproj │ └── InfoPlist.strings │ ├── hu.lproj │ └── InfoPlist.strings │ ├── id.lproj │ └── InfoPlist.strings │ ├── it.lproj │ └── InfoPlist.strings │ ├── ja.lproj │ └── InfoPlist.strings │ ├── ko.lproj │ └── InfoPlist.strings │ ├── ms.lproj │ └── InfoPlist.strings │ ├── nl.lproj │ └── InfoPlist.strings │ ├── no.lproj │ └── InfoPlist.strings │ ├── pl.lproj │ └── InfoPlist.strings │ ├── pt.lproj │ └── InfoPlist.strings │ ├── pt_PT.lproj │ └── InfoPlist.strings │ ├── ro.lproj │ └── InfoPlist.strings │ ├── ru.lproj │ └── InfoPlist.strings │ ├── sk.lproj │ └── InfoPlist.strings │ ├── sv.lproj │ └── InfoPlist.strings │ ├── th.lproj │ └── InfoPlist.strings │ ├── tr.lproj │ └── InfoPlist.strings │ ├── uk.lproj │ └── InfoPlist.strings │ ├── vi.lproj │ └── InfoPlist.strings │ ├── zh_CN.lproj │ └── InfoPlist.strings │ ├── zh_HK.lproj │ └── InfoPlist.strings │ └── zh_TW.lproj │ └── InfoPlist.strings ├── OtherModeResearch.md ├── Providers ├── FlipSwitchProvider │ ├── MZEFlipSwitchProvider.h │ ├── MZEFlipSwitchProvider.m │ ├── Makefile │ └── Resources │ │ ├── Info.plist │ │ └── Theme.plist ├── Makefile └── PolusProvider │ ├── MZEPolusActionLauncherModule.h │ ├── MZEPolusActionLauncherModule.m │ ├── MZEPolusActionLauncherViewController.h │ ├── MZEPolusActionLauncherViewController.m │ ├── MZEPolusAppLauncherModule.h │ ├── MZEPolusAppLauncherModule.m │ ├── MZEPolusAppLauncherViewController.h │ ├── MZEPolusAppLauncherViewController.m │ ├── MZEPolusProvider.h │ ├── MZEPolusProvider.m │ ├── Makefile │ ├── Resources │ ├── Info.plist │ └── Theme.plist │ └── SpringBoardServices.tbd ├── README.md ├── Research.md ├── Settings ├── MZEModuleSettingsListController.h ├── MZEModuleSettingsListController.m ├── MZERootListController.h ├── MZERootListController.m ├── MZESettingsModuleTableViewCell.h ├── MZESettingsModuleTableViewCell.m ├── Makefile ├── Preferences.tbd ├── Resources │ ├── Info.plist │ ├── Root.plist │ ├── SettingsIcon@1x.png │ ├── SettingsIcon@2x.png │ ├── SettingsIcon@3x.png │ ├── ar.lproj │ │ └── ControlCenterSettings.strings │ ├── ca.lproj │ │ └── ControlCenterSettings.strings │ ├── cs.lproj │ │ └── ControlCenterSettings.strings │ ├── da.lproj │ │ └── ControlCenterSettings.strings │ ├── de.lproj │ │ └── ControlCenterSettings.strings │ ├── el.lproj │ │ └── ControlCenterSettings.strings │ ├── en.lproj │ │ └── ControlCenterSettings.strings │ ├── en_AU.lproj │ │ └── ControlCenterSettings.strings │ ├── en_GB.lproj │ │ └── ControlCenterSettings.strings │ ├── es.lproj │ │ └── ControlCenterSettings.strings │ ├── es_419.lproj │ │ └── ControlCenterSettings.strings │ ├── fi.lproj │ │ └── ControlCenterSettings.strings │ ├── fr.lproj │ │ └── ControlCenterSettings.strings │ ├── fr_CA.lproj │ │ └── ControlCenterSettings.strings │ ├── he.lproj │ │ └── ControlCenterSettings.strings │ ├── hi.lproj │ │ └── ControlCenterSettings.strings │ ├── hr.lproj │ │ └── ControlCenterSettings.strings │ ├── hu.lproj │ │ └── ControlCenterSettings.strings │ ├── id.lproj │ │ └── ControlCenterSettings.strings │ ├── it.lproj │ │ └── ControlCenterSettings.strings │ ├── ja.lproj │ │ └── ControlCenterSettings.strings │ ├── ko.lproj │ │ └── ControlCenterSettings.strings │ ├── ms.lproj │ │ └── ControlCenterSettings.strings │ ├── nl.lproj │ │ └── ControlCenterSettings.strings │ ├── no.lproj │ │ └── ControlCenterSettings.strings │ ├── pl.lproj │ │ └── ControlCenterSettings.strings │ ├── pt.lproj │ │ └── ControlCenterSettings.strings │ ├── pt_PT.lproj │ │ └── ControlCenterSettings.strings │ ├── ro.lproj │ │ └── ControlCenterSettings.strings │ ├── ru.lproj │ │ └── ControlCenterSettings.strings │ ├── sk.lproj │ │ └── ControlCenterSettings.strings │ ├── sv.lproj │ │ └── ControlCenterSettings.strings │ ├── th.lproj │ │ └── ControlCenterSettings.strings │ ├── tr.lproj │ │ └── ControlCenterSettings.strings │ ├── uk.lproj │ │ └── ControlCenterSettings.strings │ ├── vi.lproj │ │ └── ControlCenterSettings.strings │ ├── zh_CN.lproj │ │ └── ControlCenterSettings.strings │ ├── zh_HK.lproj │ │ └── ControlCenterSettings.strings │ └── zh_TW.lproj │ │ └── ControlCenterSettings.strings ├── SpringBoardServices.tbd ├── constants.h └── entry.plist ├── SpringBoard ├── AVFlashlight.xm ├── BSUIAnimationFactory.xm ├── CALayer.xm ├── CCUIButtonModule.xm ├── CCUIRecordScreenShortcut.xm ├── MPAVRoutingViewController.xm ├── MPULayoutInterpolator.xm ├── Maize.plist ├── Makefile ├── NSBundle+MZE.xm ├── SBTelephonyManager.xm ├── SBWiFiManager.xm ├── Tweak.xm ├── UIPanGestureRecognizer.xm └── WiFiManager.xm ├── control └── headers ├── .DS_Store ├── AVFoundation ├── AVFlashlight.h └── AVFoundation+Private.h ├── Acapella ├── Acapella.h └── SWAcapellaPrefs.h ├── Activator ├── Activator+Private.h ├── LAActivator.h ├── LAActivatorVersion.h ├── LAEvent.h ├── LAEventDataSource.h ├── LAListener.h ├── LASettingsViewController.h └── UIImageView+Activator.h ├── AirPortSettings ├── APNetworksController.h ├── APTableCell.h ├── AirPortSettings+Private.h └── WiFiNetwork.h ├── AppSupport ├── RadiosPreferences+Private.h └── RadiosPreferencesDelegate-Protocol.h ├── BaseBoardUI └── BSUIAnimationFactory.h ├── BluetoothManager ├── BluetoothDevice.h └── BluetoothManager-Class.h ├── ControlCenterUI ├── CCUIAirStuffSectionController.h ├── CCUIBrightnessContentView.h ├── CCUIBrightnessSectionController.h ├── CCUIButtonControllerDelegate-Protocol.h ├── CCUIButtonLikeSectionSplitView.h ├── CCUIButtonModule.h ├── CCUIButtonModuleDelegate-Protocol.h ├── CCUIButtonSectionController.h ├── CCUIButtonStack.h ├── CCUIButtonStackLayoutDelegate-Protocol.h ├── CCUIButtonStackPagingView.h ├── CCUIButtonStackPagingViewDelegate-Protocol.h ├── CCUIControlCenterButtonDelegate-Protocol.h ├── CCUIControlCenterButtonSectionSettings.h ├── CCUIControlCenterObserver-Protocol.h ├── CCUIControlCenterPageContainerViewController.h ├── CCUIControlCenterPageContainerViewControllerDelegate-Protocol.h ├── CCUIControlCenterPageContentProviding-Protocol.h ├── CCUIControlCenterPageContentViewControllerDelegate-Protocol.h ├── CCUIControlCenterPagePlatterView.h ├── CCUIControlCenterPagePlatterViewDelegate-Protocol.h ├── CCUIControlCenterPushButton.h ├── CCUIControlCenterPushButtonSettings.h ├── CCUIControlCenterRootView.h ├── CCUIControlCenterSectionView.h ├── CCUIControlCenterSectionViewController.h ├── CCUIControlCenterSectionViewControllerDelegate-Protocol.h ├── CCUIControlCenterSettings.h ├── CCUIControlCenterSettingsSectionSettings.h ├── CCUIControlCenterShortcutButtonSettings.h ├── CCUIControlCenterShortcutSectionSettings.h ├── CCUIControlCenterViewController.h ├── CCUIDoNotDisturbSetting.h ├── CCUIFlashlightSetting.h ├── CCUIImmediateTouchScrollView.h ├── CCUINightShiftContentView.h ├── CCUINightShiftSectionController.h ├── CCUIPersonalHotspotSetting.h ├── CCUIQuickLaunchSectionController.h ├── CCUIRecordScreenShortcut.h ├── CCUISettingModule.h ├── CCUISettingsSectionController.h ├── CCUIShortcutModule.h ├── CCUISystemControlsPageViewController.h ├── ControlCenterUI+Private.h └── SBControlCenterSettingButtonSettings.h ├── ControlCenterUIKit ├── CCUIControlCenterButton.h ├── CCUIControlCenterSlider.h ├── CCUIControlCenterVisualEffect.h ├── CCUIPunchOutMask.h └── ControlCenterUIKit+Private.h ├── FlipSwitch ├── FSSwitchDataSource.h ├── FSSwitchPanel+Private.h ├── FSSwitchPanel.h ├── FSSwitchSettingsViewController-Protocol.h ├── FSSwitchSettingsViewController.h ├── FSSwitchState.h ├── FlipSwitch+NSBundle.h ├── FlipSwitch+Private.h └── Flipswitch.h ├── Foundation ├── Foundation+Private.h └── __NSBundleTables.h ├── HomeUI └── HUSpringAnimationSettings.h ├── MPUFoundation ├── MPUFoundation+Private.h ├── MPULayoutInterpolator.h ├── MPUMarqueeView.h └── MPUMarqueeViewDelegate-Protocol.h ├── MediaPlayerUI ├── MPAVBatteryLevel.h ├── MPAVController.h ├── MPAVRoute.h ├── MPAVRoutingController.h ├── MPAVRoutingControllerDelegate-Protocol.h ├── MPAVRoutingTableViewCell.h ├── MPAVRoutingViewController.h ├── MPAVRoutingViewControllerDelegate-Protocol.h ├── MPUAVRouteHeaderLabel.h ├── MPUAVRouteHeaderView.h ├── MPUChronologicalProgressView.h ├── MPUChronologicalProgressViewDelegate-Protocol.h ├── MPUControlCenterMediaControlsView.h ├── MPUControlCenterMediaControlsViewController.h ├── MPUControlCenterMediaControlsViewDelegate-Protocol.h ├── MPUControlCenterMetadataView.h ├── MPUControlCenterTimeView.h ├── MPUEmptyNowPlayingView.h ├── MPUEmptyNowPlayingViewDelegate-Protocol.h ├── MPUMediaControlsVolumeView.h ├── MPUMediaRemoteControlsView.h ├── MPUMediaRemoteViewController.h ├── MPUNowPlayingArtworkView.h ├── MPUNowPlayingController+Private.h ├── MPUNowPlayingDelegate-Protocol.h ├── MPUNowPlayingMetadata.h ├── MPUNowPlayingMetadataView.h ├── MPUSupportedRemoteControls.h ├── MPUTransportControlMediaRemoteController.h ├── MPUTransportControlMediaRemoteControllerDelegate-Protocol.h ├── MPUTransportControlsView.h ├── MPUTransportControlsViewDataSource-Protocol.h ├── MPUTransportControlsViewDelegate-Protocol.h ├── MPUTransportControlsViewLayoutDelegate-Protocol.h ├── MPUVolumeHUDController.h ├── MPVolumeController.h ├── MPVolumeControllerDelegate-Protocol.h ├── MPWeakTimer.h └── MediaPlayerUI+Private.h ├── MediaRemote └── MediaRemote+Private.h ├── NSBlock.h ├── Polus ├── PLAppsController.h ├── PLContainerView.h ├── PLPrefsHelper.h └── Polus.h ├── Preferences ├── PSListController+Private.h ├── PSSpecifierDataSource.h └── Preferences+Private.h ├── QuartzCore ├── CAAnimationDelegate-Protocol.h ├── CABackdropLayer.h ├── CAFilter+Private.h ├── CALayer+Private.h ├── CAPackage+Private.h ├── CAState+Private.h └── CAStateController+Private.h ├── Sharing ├── SFAirDropDiscoveryController.h └── SFAirDropDiscoveryControllerDelegate-Protocol.h ├── SpringBoard ├── CCUIControlCenterSystemAgent-Protocol.h ├── SBAlert.h ├── SBAnimationSettings.h ├── SBAppSwitcherController.h ├── SBAppSwitcherModel.h ├── SBApplication+Private.h ├── SBApplicationController.h ├── SBBrightnessController+Private.h ├── SBCCButtonLayoutView.h ├── SBCCButtonModule.h ├── SBCCQuickLaunchSectionController.h ├── SBCCRecordScreenShortcut.h ├── SBCCSettingsSectionController.h ├── SBCCShortcutModule.h ├── SBControlCenterContentView.h ├── SBControlCenterController+Private.h ├── SBControlCenterSectionViewController.h ├── SBControlCenterStatusUpdate.h ├── SBControlCenterViewController.h ├── SBDeviceLockController.h ├── SBFolderCloseSettings.h ├── SBFolderOpenSettings.h ├── SBLockScreenActionContext+Private.h ├── SBLockScreenManager+Private.h ├── SBLockScreenViewControllerBase.h ├── SBUIController+Private.h ├── SBUnlockActionContext.h ├── SBWiFiManager+Private.h ├── SpringBoard+Private 2.h └── SpringBoard+Private.h ├── SpringBoardFoundation ├── SBFButton.h └── SpringBoardFoundation+Private.h ├── SpringBoardServices ├── SBSApplicationShortcutCustomImageIcon.h ├── SBSApplicationShortcutIcon.h ├── SBSApplicationShortcutItem.h └── SBSApplicationShortcutTemplateIcon.h ├── SpringBoardUI ├── SBUIAction.h ├── SBUIActionPlatterViewController.h ├── SBUIAppIconForceTouchController.h ├── SBUIAppIconForceTouchControllerDataProvider.h ├── SBUIAppIconForceTouchControllerDataSource-Protocol.h ├── SBUIAppIconForceTouchControllerDelegate-Protocol.h ├── SBUIAppIconForceTouchShortcutViewController.h ├── SBUIAppIconForceTouchShortcutViewControllerDelegate-Protocol.h ├── SBUIChevronView.h ├── SBUIForceTouchGestureRecognizer.h ├── SBUIIconForceTouchController.h ├── SBUIIconForceTouchControllerDataSource-Protocol.h ├── SBUIIconForceTouchControllerDelegate-Protocol.h └── SpringBoardUI+Private.h ├── UIKit ├── UIApplication+VolumeHUD.h ├── UIColor+Private.h ├── UIControl+Private.h ├── UIFont+Private.h ├── UIFontDescriptor+Private.h ├── UIImage+Private.h ├── UIKit+Private.h ├── UINavigationController+Private.h ├── UIPanGestureRecognizer+Private.h ├── UIScreen+Private.h ├── UISlider+Private.h ├── UITableViewCell+Private.h ├── UIView+Private.h ├── UIViewController+Window.h ├── UIVisualEffect+Private.h ├── UIWindow+Orientation.h ├── _UIBackdropView+Private.h ├── _UIBackdropView+Private2.h ├── _UIBackdropView.h ├── _UIBackdropViewSettings+Private.h ├── _UIBackdropViewSettings.h ├── _UIVisualEffectConfig.h ├── _UIVisualEffectLayerConfig.h ├── _UIVisualEffectTintLayerConfig.h └── _UIVisualEffectVibrantLayerConfig.h ├── UserNotificationsUIKit ├── NCAnimatableBlurringView.h ├── NCBlurring-Protocol.h ├── NCVibrantStyling.h └── UserNotificationsUIKit+Private.h ├── Weather ├── City.h ├── SynchronizedDefaultsDelegate-Protocol.h ├── WACurrentForecast.h ├── WAForecastModel.h ├── WATodayAutoupdatingLocationModel.h ├── WATodayModel.h ├── Weather+Private.h ├── WeatherCloudPersistenceDelegate-Protocol.h ├── WeatherCloudPreferences.h ├── WeatherImageLoader.h ├── WeatherPreferences.h └── WeatherPreferencesPersistence-Protocol.h ├── WeatherFoundation ├── WFAirQualityConditions.h ├── WFGeocodeRequest.h ├── WFLocation.h ├── WFTask.h ├── WFTaskIdentifier.h ├── WFTemperature.h ├── WFTemperatureUnitObserver-Protocol.h ├── WFWeatherConditions.h └── WeatherFoundation+Private.h ├── headers.h └── macros.h /MaizeUI/BinPack/MaxRectsBinPack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/MaizeUI/BinPack/MaxRectsBinPack.h -------------------------------------------------------------------------------- /MaizeUI/BinPack/MaxRectsBinPack.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/MaizeUI/BinPack/MaxRectsBinPack.mm -------------------------------------------------------------------------------- /MaizeUI/BinPack/Rect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/MaizeUI/BinPack/Rect.h -------------------------------------------------------------------------------- /MaizeUI/BinPack/Rect.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/MaizeUI/BinPack/Rect.mm -------------------------------------------------------------------------------- /MaizeUI/CornerRadiusAnimationAction.h: -------------------------------------------------------------------------------- 1 | @interface CornerRadiusAnimationAction : NSObject 2 | 3 | @property CABasicAnimation *pendingAnimation; 4 | @property CGFloat priorCornerRadius; 5 | 6 | @end -------------------------------------------------------------------------------- /MaizeUI/MZECABackdropPackageView.h: -------------------------------------------------------------------------------- 1 | #import "MZECAPackageView.h" 2 | 3 | @interface MZECABackdropPackageView : MZECAPackageView 4 | + (Class)layerClass; 5 | @end -------------------------------------------------------------------------------- /MaizeUI/MZECABackdropPackageView.m: -------------------------------------------------------------------------------- 1 | #import "MZECABackdropPackageView.h" 2 | 3 | @implementation MZECABackdropPackageView 4 | 5 | + (Class)layerClass { 6 | return NSClassFromString(@"CABackdropLayer"); 7 | } 8 | 9 | @end -------------------------------------------------------------------------------- /MaizeUI/MZECAContinuousCornerLayer.h: -------------------------------------------------------------------------------- 1 | @interface MZECAContinuousCornerLayer : CALayer 2 | @property (nonatomic, assign) CGFloat continuousCorners; 3 | @end -------------------------------------------------------------------------------- /MaizeUI/MZEControlCenterModulePositionProvider.h: -------------------------------------------------------------------------------- 1 | @interface MZEControlCenterModulePositionProvider : NSObject 2 | - (id)initWithLayoutStyle:(MZELayoutStyle *)layoutStyle; 3 | @end -------------------------------------------------------------------------------- /MaizeUI/MZECurrentActions.h: -------------------------------------------------------------------------------- 1 | @interface MZECurrentActions : NSObject 2 | + (void)setIsSliding:(BOOL)isSliding; 3 | + (BOOL)isSliding; 4 | @end -------------------------------------------------------------------------------- /MaizeUI/MZEExpandedModuleTransition-Protocol.h: -------------------------------------------------------------------------------- 1 | @protocol MZEExpandedModuleTransition 2 | @required 3 | - (CGRect)_contentFrameForExpandedState; 4 | @end -------------------------------------------------------------------------------- /MaizeUI/MZEFontOptions.h: -------------------------------------------------------------------------------- 1 | @interface MZEFontOptions : NSObject 2 | + (UIFont *)roundButtonTitleFont; 3 | + (UIFont *)roundButtonSubtitleFont; 4 | @end -------------------------------------------------------------------------------- /MaizeUI/MZEOptionsManager.h: -------------------------------------------------------------------------------- 1 | 2 | 3 | @interface MZEOptionsManager : NSObject 4 | + (BOOL)isHybridMode; 5 | - (id)init; 6 | @end -------------------------------------------------------------------------------- /MaizeUI/UIView+MZE.h: -------------------------------------------------------------------------------- 1 | @interface UIView (MZE) 2 | @property(nonatomic, setter=_setCornerRadius:) CGFloat _cornerRadius; 3 | @end -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/AirPlayMirroringGlyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/AirPlayMirroringGlyph.png -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/AirPlayMirroringGlyph@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/AirPlayMirroringGlyph@2x.png -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/SettingsIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/SettingsIcon.png -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/ca.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/ca.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/hi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/hi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/hr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/hr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AirPlayMirroringModule/Resources/hu.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AirPlayMirroringModule/Resources/hu.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/AudioModule/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AudioModule/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Modules/AudioModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AudioModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/AudioModule/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/AudioModule/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Modules/CalculatorModule/Resources/AppIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/CalculatorModule/Resources/AppIcon.png -------------------------------------------------------------------------------- /Modules/CalculatorModule/Resources/AppIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/CalculatorModule/Resources/AppIcon@2x.png -------------------------------------------------------------------------------- /Modules/CalculatorModule/Resources/SettingsIconFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/CalculatorModule/Resources/SettingsIconFull.png -------------------------------------------------------------------------------- /Modules/CalculatorModule/Resources/SettingsIconFull@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/CalculatorModule/Resources/SettingsIconFull@2x.png -------------------------------------------------------------------------------- /Modules/CameraModule/Resources/AppIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/CameraModule/Resources/AppIcon.png -------------------------------------------------------------------------------- /Modules/CameraModule/Resources/AppIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/CameraModule/Resources/AppIcon@2x.png -------------------------------------------------------------------------------- /Modules/CameraModule/Resources/SettingsIconFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/CameraModule/Resources/SettingsIconFull.png -------------------------------------------------------------------------------- /Modules/CameraModule/Resources/SettingsIconFull@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/CameraModule/Resources/SettingsIconFull@2x.png -------------------------------------------------------------------------------- /Modules/ClockModule/Resources/AppIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ClockModule/Resources/AppIcon.png -------------------------------------------------------------------------------- /Modules/ClockModule/Resources/AppIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ClockModule/Resources/AppIcon@2x.png -------------------------------------------------------------------------------- /Modules/ClockModule/Resources/SettingsIconFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ClockModule/Resources/SettingsIconFull.png -------------------------------------------------------------------------------- /Modules/ClockModule/Resources/SettingsIconFull@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ClockModule/Resources/SettingsIconFull@2x.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/ConnectivityModule.mm: -------------------------------------------------------------------------------- 1 | 2 | // vim:ft=objc 3 | -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/AirDropGlyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/AirDropGlyph.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/AirDropGlyph@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/AirDropGlyph@2x.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/AirplaneGlyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/AirplaneGlyph.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/AirplaneGlyph@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/AirplaneGlyph@2x.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/HotspotGlyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/HotspotGlyph.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/HotspotGlyph@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/HotspotGlyph@2x.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/ca.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/ca.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/hi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/hi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/hr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/hr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/hu.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/hu.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/ms.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/ms.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/no.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/no.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/ro.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/ro.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/sk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/sk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/ConnectivityModule/Resources/vi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ConnectivityModule/Resources/vi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/NightShift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/NightShift.png -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/NightShift@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/NightShift@2x.png -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/TrueTone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/TrueTone.png -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/TrueTone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/TrueTone@2x.png -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/ca.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/ca.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/en_AU.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/en_AU.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/en_GB.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/en_GB.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/es_419.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/es_419.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/fr_CA.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/fr_CA.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/hi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/hi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/hr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/hr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/hu.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/hu.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/ms.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/ms.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/no.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/no.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/pt_PT.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/pt_PT.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/ro.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/ro.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/sk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/sk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/vi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/vi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/zh_CN.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/zh_CN.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/zh_HK.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/zh_HK.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DisplayModule/Resources/zh_TW.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DisplayModule/Resources/zh_TW.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/ca.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/ca.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/hi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/hi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/hr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/hr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/hu.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/hu.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/ms.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/ms.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/no.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/no.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/ro.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/ro.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/sk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/sk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/DoNotDisturbModule/Resources/vi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/DoNotDisturbModule/Resources/vi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/FlashlightOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/FlashlightOff.png -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/FlashlightOff@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/FlashlightOff@2x.png -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/FlashlightOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/FlashlightOn.png -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/FlashlightOn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/FlashlightOn@2x.png -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/ar.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/ca.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/ca.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/cs.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/el.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/el.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/en_AU.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/en_AU.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/en_GB.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/en_GB.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/es_419.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/es_419.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/fi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/fr_CA.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/fr_CA.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/he.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/he.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/hi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/hi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/hr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/hr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/hu.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/hu.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/id.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/id.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/ko.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/ms.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/ms.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/nl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/no.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/no.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/pl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/pt.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/pt_PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/pt_PT.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/ro.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/ro.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/sk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/sk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/sv.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/th.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/th.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/tr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/uk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/vi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/vi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/zh_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/zh_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/zh_HK.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/zh_HK.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/FlashlightModule/Resources/zh_TW.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/FlashlightModule/Resources/zh_TW.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LocationModule/MZELocationModule.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface MZELocationModule : MZEFlipSwitchToggleModule 4 | - (id)init; 5 | @end -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/ar.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/ca.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/ca.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/cs.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/el.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/el.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/en_AU.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/en_AU.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/en_GB.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/en_GB.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/es_419.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/es_419.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/fi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/fr_CA.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/fr_CA.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/he.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/he.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/hi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/hi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/hr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/hr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/hu.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/hu.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/id.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/id.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/ko.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/ms.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/ms.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/nl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/no.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/no.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/pl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/pl.lproj/InfoPlist.stringsdict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/pl.lproj/InfoPlist.stringsdict -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/pt.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/pt_PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/pt_PT.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/ro.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/ro.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/sk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/sk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/sv.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/th.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/th.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/tr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/uk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/vi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/vi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/zh_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/zh_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/zh_HK.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/zh_HK.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/LowPowerModule/Resources/zh_TW.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/LowPowerModule/Resources/zh_TW.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/AppIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/AppIcon.png -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/AppIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/AppIcon@2x.png -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/SettingsIconFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/SettingsIconFull.png -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/SettingsIconFull@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/SettingsIconFull@2x.png -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/ar.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/ca.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/ca.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/cs.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/el.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/el.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/en_AU.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/en_AU.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/en_GB.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/en_GB.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/es_419.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/es_419.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/fi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/fr_CA.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/fr_CA.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/he.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/he.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/hi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/hi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/hr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/hr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/hu.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/hu.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/id.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/id.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/ko.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/ms.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/ms.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/nl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/no.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/no.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/pl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/pt.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/pt_PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/pt_PT.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/ro.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/ro.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/sk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/sk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/sv.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/th.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/th.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/tr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/uk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/vi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/vi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/zh_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/zh_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/zh_HK.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/zh_HK.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MagnifierModule/Resources/zh_TW.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MagnifierModule/Resources/zh_TW.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/MediaModule/MPAVRoutingTableViewCell+MZE.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface MPAVRoutingTableViewCell (MZE) 4 | @property (nonatomic, assign) BOOL mze_isMZECell; 5 | @end -------------------------------------------------------------------------------- /Modules/MediaModule/MZEMediaEffectLabel.h: -------------------------------------------------------------------------------- 1 | 2 | @interface MZEMediaEffectLabel : UILabel 3 | @property (nonatomic, readwrite) int style; 4 | -(void)setEffects:(int)style; 5 | @end 6 | -------------------------------------------------------------------------------- /Modules/MediaModule/MZEVolumeView.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface MZEVolumeView : UIView 4 | @property (nonatomic, retain, readwrite) MPVolumeView *sliderView; 5 | @end 6 | -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Action-Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Action-Plus.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Action-Plus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Action-Plus@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Action-Star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Action-Star.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Action-Star@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Action-Star@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Action-X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Action-X.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Action-X@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Action-X@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/AirPlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/AirPlay.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/AirPlay@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/AirPlay@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Chevron@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Chevron@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Dislike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Dislike.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Dislike@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Dislike@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Hamburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Hamburger.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Hamburger@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Hamburger@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Like.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Like@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Like@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Live@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Live@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Next.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Next@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Pause.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Pause@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Pause@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Play-Pause@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Play-Pause@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Play.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Play@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Previous.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Previous@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Skip-Backward@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Skip-Backward@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Skip-Forward@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Skip-Forward@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Star-Filled@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Star-Filled@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Star@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Star@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Stop.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/Stop@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/Stop@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/highvol@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/highvol@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/highvol@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/highvol@3x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/lowvol@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/lowvol@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/lowvol@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/lowvol@3x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/microThumb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/microThumb@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/microThumb@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/microThumb@3x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/thumb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/thumb@2x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/thumb@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/thumb@3x.png -------------------------------------------------------------------------------- /Modules/MediaModule/Resources/track@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/MediaModule/Resources/track@2x.png -------------------------------------------------------------------------------- /Modules/OrientationLockModule/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/OrientationLockModule/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Modules/OrientationLockModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/OrientationLockModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/OrientationLockModule/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/OrientationLockModule/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/AppIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/AppIcon.png -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/AppIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/AppIcon@2x.png -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/SettingsIconFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/SettingsIconFull.png -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/SettingsIconFull@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/SettingsIconFull@2x.png -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/ar.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/ca.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/ca.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/cs.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/el.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/el.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/en_AU.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/en_AU.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/en_GB.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/en_GB.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/es_419.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/es_419.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/fi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/fr_CA.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/fr_CA.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/he.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/he.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/hi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/hi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/hr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/hr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/hu.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/hu.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/id.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/id.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/ko.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/ms.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/ms.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/nl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/no.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/no.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/pl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/pt.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/pt_PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/pt_PT.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/ro.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/ro.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/sk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/sk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/sv.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/th.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/th.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/tr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/uk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/vi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/vi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/yue_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/yue_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/zh_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/zh_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/zh_HK.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/zh_HK.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/QuickNoteModule/Resources/zh_TW.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/QuickNoteModule/Resources/zh_TW.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/MZERingerModule.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface MZERingerModule : MZEAnimatedFlipSwitchToggleModule 4 | - (id)init; 5 | @end -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/ar.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/ca.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/ca.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/cs.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/el.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/el.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/en_AU.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/en_AU.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/en_GB.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/en_GB.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/es_419.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/es_419.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/fi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/fr_CA.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/fr_CA.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/he.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/he.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/hi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/hi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/hr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/hr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/hu.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/hu.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/id.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/id.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/ko.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/ms.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/ms.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/nl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/no.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/no.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/pl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/pt.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/pt_PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/pt_PT.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/ro.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/ro.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/sk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/sk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/sv.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/th.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/th.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/tr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/uk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/vi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/vi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/zh_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/zh_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/zh_HK.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/zh_HK.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/RingerModule/Resources/zh_TW.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/RingerModule/Resources/zh_TW.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/Untitled 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/Untitled 2.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/ar.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/ar.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/broadcast_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/broadcast_image@2x.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/ca.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/ca.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/cameraIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/cameraIcon.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/camera_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/camera_image@2x.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/checkmark.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/cs.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/cs.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/da.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/da.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/de.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/de.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/el.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/el.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/en.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/en.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/en_AU.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/en_AU.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/en_GB.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/en_GB.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/es.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/es.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/es_419.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/es_419.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/fi.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/fi.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/fr.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/fr.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/fr_CA.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/fr_CA.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/he.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/he.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/hi.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/hi.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/hr.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/hr.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/hu.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/hu.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/id.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/id.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/it.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/it.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/ja.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/ja.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/ko.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/ko.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/mic_image@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/mic_image@2x.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/ms.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/ms.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/nl.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/nl.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/no.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/no.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/photos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/photos@2x.png -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/pl.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/pl.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/pt.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/pt.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/pt_PT.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/pt_PT.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/ro.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/ro.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/ru.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/ru.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/sk.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/sk.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/sv.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/sv.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/th.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/th.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/tr.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/tr.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/uk.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/uk.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/vi.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/vi.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/zh_CN.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/zh_CN.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/zh_HK.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/zh_HK.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/ScreenRecordingModule/Resources/zh_TW.lproj/Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/ScreenRecordingModule/Resources/zh_TW.lproj/Info.strings -------------------------------------------------------------------------------- /Modules/VPNModule/MZEVPNModule.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface MZEVPNModule : MZEFlipSwitchToggleModule 4 | - (id)init; 5 | @end -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/AppIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/AppIcon.png -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/AppIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/AppIcon@2x.png -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/SettingsIconFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/SettingsIconFull.png -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/SettingsIconFull@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/SettingsIconFull@2x.png -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/ar.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/ca.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/ca.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/cs.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/el.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/el.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/en_AU.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/en_AU.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/en_GB.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/en_GB.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/es_419.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/es_419.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/fi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/fr_CA.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/fr_CA.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/he.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/he.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/hi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/hi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/hr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/hr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/hu.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/hu.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/id.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/id.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/ko.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/ms.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/ms.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/nl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/no.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/no.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/pl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/pt.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/pt_PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/pt_PT.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/ro.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/ro.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/sk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/sk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/sv.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/th.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/th.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/tr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/uk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/vi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/vi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/zh_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/zh_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/zh_HK.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/zh_HK.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/VoiceMemosModule/Resources/zh_TW.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/VoiceMemosModule/Resources/zh_TW.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/AppIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/AppIcon.png -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/AppIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/AppIcon@2x.png -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/SettingsIconFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/SettingsIconFull.png -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/SettingsIconFull@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/SettingsIconFull@2x.png -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/ar.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/ca.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/ca.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/cs.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/el.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/el.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/en_AU.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/en_AU.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/en_GB.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/en_GB.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/es_419.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/es_419.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/fi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/fr_CA.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/fr_CA.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/he.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/he.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/hi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/hi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/hr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/hr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/hu.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/hu.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/id.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/id.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/ko.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/ms.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/ms.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/nl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/no.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/no.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/pl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/pt.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/pt_PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/pt_PT.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/ro.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/ro.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/sk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/sk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/sv.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/th.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/th.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/tr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/uk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/vi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/vi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/zh_CN.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/zh_CN.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/zh_HK.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/zh_HK.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Modules/WalletModule/Resources/zh_TW.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Modules/WalletModule/Resources/zh_TW.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /OtherModeResearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/OtherModeResearch.md -------------------------------------------------------------------------------- /Settings/Resources/SettingsIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/SettingsIcon@1x.png -------------------------------------------------------------------------------- /Settings/Resources/SettingsIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/SettingsIcon@2x.png -------------------------------------------------------------------------------- /Settings/Resources/SettingsIcon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/SettingsIcon@3x.png -------------------------------------------------------------------------------- /Settings/Resources/ar.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/ar.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/ca.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/ca.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/cs.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/cs.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/da.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/da.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/de.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/de.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/el.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/el.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/en.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/en.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/en_AU.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/en_AU.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/en_GB.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/en_GB.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/es.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/es.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/es_419.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/es_419.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/fi.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/fi.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/fr.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/fr.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/fr_CA.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/fr_CA.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/he.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/he.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/hi.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/hi.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/hr.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/hr.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/hu.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/hu.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/id.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/id.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/it.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/it.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/ja.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/ja.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/ko.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/ko.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/ms.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/ms.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/nl.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/nl.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/no.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/no.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/pl.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/pl.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/pt.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/pt.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/pt_PT.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/pt_PT.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/ro.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/ro.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/ru.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/ru.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/sk.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/sk.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/sv.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/sv.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/th.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/th.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/tr.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/tr.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/uk.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/uk.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/vi.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/vi.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/zh_CN.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/zh_CN.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/zh_HK.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/zh_HK.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /Settings/Resources/zh_TW.lproj/ControlCenterSettings.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/Settings/Resources/zh_TW.lproj/ControlCenterSettings.strings -------------------------------------------------------------------------------- /SpringBoard/Maize.plist: -------------------------------------------------------------------------------- 1 | { Filter = { Bundles = ( "com.apple.springboard" ); }; } 2 | -------------------------------------------------------------------------------- /headers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewwiik/Maize/1f22b9e8887cbc3ff8dd19712bf51dbb02d9a1d8/headers/.DS_Store -------------------------------------------------------------------------------- /headers/AVFoundation/AVFoundation+Private.h: -------------------------------------------------------------------------------- 1 | #import "AVFlashlight.h" -------------------------------------------------------------------------------- /headers/Acapella/Acapella.h: -------------------------------------------------------------------------------- 1 | #import "SWAcapellaPrefs.h" -------------------------------------------------------------------------------- /headers/Acapella/SWAcapellaPrefs.h: -------------------------------------------------------------------------------- 1 | @interface SWAcapellaPrefs : NSObject 2 | - (id)initWithKeyPrefix:(NSString *)prefix; 3 | - (BOOL)enabled; 4 | @end -------------------------------------------------------------------------------- /headers/AirPortSettings/AirPortSettings+Private.h: -------------------------------------------------------------------------------- 1 | #import "APNetworksController.h" 2 | #import "APTableCell.h" 3 | #import "WiFiNetwork.h" -------------------------------------------------------------------------------- /headers/AppSupport/RadiosPreferencesDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | @protocol RadiosPreferencesDelegate 2 | @required 3 | -(void)airplaneModeChanged; 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /headers/BluetoothManager/BluetoothDevice.h: -------------------------------------------------------------------------------- 1 | @interface BluetoothDevice : NSObject 2 | -(id)name; 3 | @end -------------------------------------------------------------------------------- /headers/ControlCenterUIKit/ControlCenterUIKit+Private.h: -------------------------------------------------------------------------------- 1 | #import "CCUIControlCenterButton.h" 2 | #import "CCUIControlCenterSlider.h" 3 | #import "CCUIControlCenterVisualEffect.h" 4 | #import "CCUIPunchOutMask.h" 5 | -------------------------------------------------------------------------------- /headers/FlipSwitch/FSSwitchSettingsViewController-Protocol.h: -------------------------------------------------------------------------------- 1 | // @protocol FSSwitchSettingsViewController 2 | // @optional 3 | // - (id)initWithSwitchIdentifier:(NSString *)switchIdentifier; 4 | // @end -------------------------------------------------------------------------------- /headers/FlipSwitch/FlipSwitch+Private.h: -------------------------------------------------------------------------------- 1 | #import "FSSwitchPanel+Private.h" 2 | #import "FSSwitchSettingsViewController-Protocol.h" -------------------------------------------------------------------------------- /headers/FlipSwitch/Flipswitch.h: -------------------------------------------------------------------------------- 1 | #import "FSSwitchPanel.h" 2 | #import "FSSwitchDataSource.h" 3 | #import "FSSwitchState.h" 4 | #import "FSSwitchSettingsViewController.h" 5 | -------------------------------------------------------------------------------- /headers/Foundation/Foundation+Private.h: -------------------------------------------------------------------------------- 1 | #import "__NSBundleTables.h" -------------------------------------------------------------------------------- /headers/MPUFoundation/MPUFoundation+Private.h: -------------------------------------------------------------------------------- 1 | #import "MPULayoutInterpolator.h" 2 | #import "MPUMarqueeView.h" 3 | #import "MPUMarqueeViewDelegate-Protocol.h" 4 | -------------------------------------------------------------------------------- /headers/MPUFoundation/MPUMarqueeViewDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | @protocol MPUMarqueeViewDelegate 2 | @end -------------------------------------------------------------------------------- /headers/MediaPlayerUI/MPAVController.h: -------------------------------------------------------------------------------- 1 | @interface MPAVController : NSObject 2 | @end -------------------------------------------------------------------------------- /headers/MediaPlayerUI/MPUChronologicalProgressView.h: -------------------------------------------------------------------------------- 1 | @interface MPUChronologicalProgressView : UIView 2 | @end -------------------------------------------------------------------------------- /headers/MediaPlayerUI/MPUControlCenterMetadataView.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface MPUControlCenterMetadataView : MPUNowPlayingMetadataView 4 | + (Class)labelClass; 5 | @end -------------------------------------------------------------------------------- /headers/MediaPlayerUI/MPUControlCenterTimeView.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface MPUControlCenterTimeView : MPUChronologicalProgressView 4 | + (Class)timeLabelsClass; 5 | @end -------------------------------------------------------------------------------- /headers/MediaPlayerUI/MPUTransportControlsViewDataSource-Protocol.h: -------------------------------------------------------------------------------- 1 | @protocol MPUTransportControlsViewDataSource 2 | @required 3 | -(id)transportControlsView:(id)arg1 buttonForControlType:(NSInteger)arg2; 4 | 5 | @end -------------------------------------------------------------------------------- /headers/NSBlock.h: -------------------------------------------------------------------------------- 1 | @interface NSBlock : NSObject 2 | - (void)performAfterDelay:(CGFloat)arg1; 3 | - (NSBlock *)copy; 4 | - (void)invoke; 5 | @end -------------------------------------------------------------------------------- /headers/Polus/PLContainerView.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface PLContainerView : CCUIButtonStackPagingView 4 | @end -------------------------------------------------------------------------------- /headers/Polus/Polus.h: -------------------------------------------------------------------------------- 1 | #import "PLAppsController.h" 2 | #import "PLPrefsHelper.h" 3 | #import "PLContainerView.h" -------------------------------------------------------------------------------- /headers/QuartzCore/CAAnimationDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | // @protocol CAAnimationDelegate 2 | // @optional 3 | // -(void)animationDidStop:(id)arg1 finished:(BOOL)arg2; 4 | // -(void)animationDidStart:(id)arg1; 5 | 6 | // @end -------------------------------------------------------------------------------- /headers/QuartzCore/CABackdropLayer.h: -------------------------------------------------------------------------------- 1 | @interface CABackdropLayer : CALayer 2 | @property (retain, nonatomic) NSString *groupName; 3 | @property (assign) CGFloat scale; 4 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBAlert.h: -------------------------------------------------------------------------------- 1 | @interface SBAlert : UIViewController 2 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBAnimationSettings.h: -------------------------------------------------------------------------------- 1 | 2 | @interface SBAnimationSettings : NSObject 3 | - (id)BSAnimationSettings; 4 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBAppSwitcherController.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface SBAppSwitcherController (Private) 4 | -(void)forceDismissAnimated:(BOOL)animated; 5 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBAppSwitcherModel.h: -------------------------------------------------------------------------------- 1 | @interface SBAppSwitcherModel : NSObject 2 | 3 | + (instancetype)sharedInstance; 4 | - (id)snapshotOfFlattenedArrayOfAppIdentifiersWhichIsOnlyTemporary; 5 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBCCButtonLayoutView.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface SBCCButtonLayoutView : SBControlCenterSectionView 4 | - (NSInteger)axis; 5 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBCCButtonModule.h: -------------------------------------------------------------------------------- 1 | @interface SBCCButtonModule : NSObject 2 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBCCQuickLaunchSectionController.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface SBCCQuickLaunchSectionController : SBControlCenterSectionViewController 4 | @end 5 | -------------------------------------------------------------------------------- /headers/SpringBoard/SBCCSettingsSectionController.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface SBCCSettingsSectionController : SBControlCenterSectionViewController 4 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBControlCenterSectionViewController.h: -------------------------------------------------------------------------------- 1 | @interface SBControlCenterSectionViewController : UIViewController 2 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBControlCenterStatusUpdate.h: -------------------------------------------------------------------------------- 1 | @interface SBControlCenterStatusUpdate : NSObject 2 | + (instancetype)statusUpdateWithString:(NSString *)string reason:(NSString *)reason; 3 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBControlCenterViewController.h: -------------------------------------------------------------------------------- 1 | @interface SBControlCenterViewController : UIViewController 2 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SBDeviceLockController.h: -------------------------------------------------------------------------------- 1 | @interface SBDeviceLockController : NSObject 2 | + (instancetype)sharedController; 3 | - (BOOL)isPasscodeLocked; 4 | @end -------------------------------------------------------------------------------- /headers/SpringBoard/SpringBoard+Private.h: -------------------------------------------------------------------------------- 1 | #import "CCUIControlCenterSystemAgent-Protocol.h" 2 | #import "SBControlCenterController.h" 3 | -------------------------------------------------------------------------------- /headers/SpringBoardFoundation/SpringBoardFoundation+Private.h: -------------------------------------------------------------------------------- 1 | #import "SBFButton.h" 2 | -------------------------------------------------------------------------------- /headers/SpringBoardUI/SBUIActionPlatterViewController.h: -------------------------------------------------------------------------------- 1 | @interface SBUIActionPlatterViewController : UIViewController 2 | -(id)initWithActions:(id)arg1 gestureRecognizer:(id)arg2 ; 3 | @end -------------------------------------------------------------------------------- /headers/SpringBoardUI/SBUIForceTouchGestureRecognizer.h: -------------------------------------------------------------------------------- 1 | @interface SBUIForceTouchGestureRecognizer : UILongPressGestureRecognizer 2 | - (id)initWithTarget:(id)target action:(SEL)selector; 3 | @end -------------------------------------------------------------------------------- /headers/UIKit/UIApplication+VolumeHUD.h: -------------------------------------------------------------------------------- 1 | @interface UIApplication (AWPrivate) 2 | -(void)setSystemVolumeHUDEnabled:(BOOL)arg1; 3 | @end -------------------------------------------------------------------------------- /headers/UIKit/UIColor+Private.h: -------------------------------------------------------------------------------- 1 | @interface UIColor (Private) 2 | + (instancetype)systemRedColor; 3 | + (instancetype)systemOrangeColor; 4 | + (instancetype)systemBlueColor; 5 | + (instancetype)systemGreenColor; 6 | @end -------------------------------------------------------------------------------- /headers/UIKit/UIControl+Private.h: -------------------------------------------------------------------------------- 1 | @interface UIControl (MZE) 2 | - (void)addTarget:(id)fp8 action:(SEL)fp12 forEvents:(int)fp16; 3 | @end -------------------------------------------------------------------------------- /headers/UIKit/UIFontDescriptor+Private.h: -------------------------------------------------------------------------------- 1 | @interface UIFontDescriptor (Private) 2 | +(instancetype)preferredFontDescriptorWithTextStyle:(id)arg1 addingSymbolicTraits:(unsigned)arg2 options:(NSUInteger)arg3; 3 | @end -------------------------------------------------------------------------------- /headers/UIKit/UINavigationController+Private.h: -------------------------------------------------------------------------------- 1 | @interface UINavigationController (Private) 2 | @property (nonatomic,readonly) UIViewController * previousViewController; 3 | @end -------------------------------------------------------------------------------- /headers/UIKit/UISlider+Private.h: -------------------------------------------------------------------------------- 1 | @interface UISlider (Private) 2 | - (void)_setThumbEnabled:(BOOL)enabled; 3 | - (void)_rebuildControlThumb:(BOOL)rebuild track:(BOOL)track; 4 | @end -------------------------------------------------------------------------------- /headers/UIKit/UITableViewCell+Private.h: -------------------------------------------------------------------------------- 1 | @interface UITableViewCell (Private) 2 | -(void)_setSeparatorEffect:(id)arg1 ; 3 | @end -------------------------------------------------------------------------------- /headers/UIKit/UIViewController+Window.h: -------------------------------------------------------------------------------- 1 | @interface UIViewController (Window) 2 | -(void)viewWillMoveToWindow:(id)arg1 ; 3 | @end -------------------------------------------------------------------------------- /headers/UIKit/UIVisualEffect+Private.h: -------------------------------------------------------------------------------- 1 | #import "_UIVisualEffectConfig.h" 2 | 3 | @interface UIVisualEffect (Private) 4 | @property (nonatomic,readonly) _UIVisualEffectConfig * effectConfig; 5 | @end -------------------------------------------------------------------------------- /headers/UIKit/UIWindow+Orientation.h: -------------------------------------------------------------------------------- 1 | @interface UIWindow (Orientation) 2 | - (NSInteger)interfaceOrientation; 3 | @end -------------------------------------------------------------------------------- /headers/UserNotificationsUIKit/NCBlurring-Protocol.h: -------------------------------------------------------------------------------- 1 | @protocol NCBlurring 2 | @property (assign,nonatomic) CGFloat inputRadius; 3 | @required 4 | -(void)setInputRadius:(CGFloat)arg1; 5 | -(CGFloat)inputRadius; 6 | 7 | @end -------------------------------------------------------------------------------- /headers/UserNotificationsUIKit/NCVibrantStyling.h: -------------------------------------------------------------------------------- 1 | @interface NCVibrantStyling : NSObject 2 | + (id)vibrantStylingWithStyle:(int)arg1; 3 | @end -------------------------------------------------------------------------------- /headers/UserNotificationsUIKit/UserNotificationsUIKit+Private.h: -------------------------------------------------------------------------------- 1 | #import "NCVibrantStyling.h" 2 | #import "NCBlurring-Protocol.h" 3 | #import "NCAnimatableBlurringView.h" -------------------------------------------------------------------------------- /headers/Weather/SynchronizedDefaultsDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | @protocol SynchronizedDefaultsDelegate 2 | @required 3 | -(void)ubiquitousDefaultsDidChange:(id)arg1; 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /headers/Weather/WeatherCloudPersistenceDelegate-Protocol.h: -------------------------------------------------------------------------------- 1 | @protocol WeatherCloudPersistenceDelegate 2 | @required 3 | -(void)cloudPersistenceDidSynchronize:(id)arg1; 4 | 5 | @end -------------------------------------------------------------------------------- /headers/WeatherFoundation/WFTemperatureUnitObserver-Protocol.h: -------------------------------------------------------------------------------- 1 | @protocol WFTemperatureUnitObserver 2 | @required 3 | -(void)temperatureUnitObserver:(id)arg1 didChangeTemperatureUnitTo:(int)arg2; 4 | 5 | @end --------------------------------------------------------------------------------