├── .gitignore ├── .npmignore ├── README.md ├── Source ├── Frameworks.ios │ ├── AdobeCreativeSDKCore.framework │ │ ├── AdobeCreativeSDKCore │ │ ├── AdobeCreativeSDKCoreResources.bundle │ │ │ ├── Auth.bundle │ │ │ │ ├── Assets.car │ │ │ │ ├── Auth_iPad.storyboardc │ │ │ │ │ ├── AdobeAuthBehanceLinkingNavigationController.nib │ │ │ │ │ ├── AdobeAuthBehanceLinkingViewController.nib │ │ │ │ │ ├── AdobeAuthErrorViewController.nib │ │ │ │ │ ├── AdobeAuthSignInNavigationController.nib │ │ │ │ │ ├── AdobeAuthSignInViewController.nib │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── Lpr-B0-ZCW-view-0kw-OW-kPb.nib │ │ │ │ │ ├── qmB-mZ-zPq-view-HUf-Ge-VtC.nib │ │ │ │ │ └── roc-0F-LzS-view-GpB-qB-qNe.nib │ │ │ │ ├── Auth_iPhone.storyboardc │ │ │ │ │ ├── AdobeAuthBehanceLinkingNavigationController.nib │ │ │ │ │ ├── AdobeAuthBehanceLinkingViewController.nib │ │ │ │ │ ├── AdobeAuthErrorViewController.nib │ │ │ │ │ ├── AdobeAuthSignInNavigationController.nib │ │ │ │ │ ├── AdobeAuthSignInViewController.nib │ │ │ │ │ ├── BtX-A5-Fqy-view-58l-Yd-7Jt.nib │ │ │ │ │ ├── HgU-di-7eq-view-wOk-gc-C5B.nib │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── fmY-FU-B2e-view-nTY-sg-NbH.nib │ │ │ │ ├── Info.plist │ │ │ │ ├── adobelogin.com.cer │ │ │ │ ├── charles-proxy-ssl-proxying-certificate.cer │ │ │ │ ├── cs.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── da.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── de.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── en.lproj │ │ │ │ │ ├── InfoPlist.strings │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── es.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── fi.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── gsorganizationvalg2.cer │ │ │ │ ├── it.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ja.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ko.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── nb.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── nl.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── pl.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── pt.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ru.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── sv.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── tr.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── zh-Hans.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ └── zh-Hant.lproj │ │ │ │ │ └── Localizable.strings │ │ │ ├── Core.bundle │ │ │ │ ├── AdobeClean-Light.otf │ │ │ │ ├── AdobeClean-Regular.otf │ │ │ │ ├── AdobeClean-SemiLight.otf │ │ │ │ ├── character-entities-min.json │ │ │ │ ├── cs.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── da.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── de.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── en.lproj │ │ │ │ │ ├── InfoPlist.strings │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── es.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── fi.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── it.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ja.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ko.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── nb.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── nl.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── pl.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── pt.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ru.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── sv.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── tr.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── zh-Hans.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ └── zh-Hant.lproj │ │ │ │ │ └── Localizable.strings │ │ │ └── framework-version.plist │ │ ├── Docs │ │ │ └── html │ │ │ │ ├── Classes │ │ │ │ ├── AdobeAuthUserProfile.html │ │ │ │ ├── AdobeCreativeSDKVersion.html │ │ │ │ ├── AdobeNetworkError.html │ │ │ │ ├── AdobeNetworkHTTPAsyncRequest.html │ │ │ │ ├── AdobeUXAuthManager.html │ │ │ │ └── AdobeUXInAppPurchase.html │ │ │ │ ├── Constants │ │ │ │ ├── AdobeAuthErrorCode.html │ │ │ │ ├── AdobeAuthUserProfileLicenseStatus.html │ │ │ │ ├── AdobeCCEventLoggingMode.html │ │ │ │ ├── AdobeNetworkErrorCode.html │ │ │ │ └── AdobeNetworkStatus.html │ │ │ │ ├── Protocols │ │ │ │ └── AdobeUXAuthDelegate.html │ │ │ │ ├── css │ │ │ │ ├── styles.css │ │ │ │ └── stylesPrint.css │ │ │ │ ├── hierarchy.html │ │ │ │ ├── img │ │ │ │ ├── button_bar_background.png │ │ │ │ ├── disclosure.png │ │ │ │ ├── disclosure_open.png │ │ │ │ ├── library_background.png │ │ │ │ └── title_background.png │ │ │ │ └── index.html │ │ ├── Headers │ │ │ ├── AdobeAuthError.h │ │ │ ├── AdobeAuthUserProfile.h │ │ │ ├── AdobeCreativeSDKCore.h │ │ │ ├── AdobeCreativeSDKVersion.h │ │ │ ├── AdobeError.h │ │ │ ├── AdobeNetworkError.h │ │ │ ├── AdobeNetworkHTTPAsyncRequest.h │ │ │ ├── AdobeNetworkStatus.h │ │ │ ├── AdobeUXAuthDelegate.h │ │ │ ├── AdobeUXAuthManager.h │ │ │ └── AdobeUXInAppPurchase.h │ │ ├── Info.plist │ │ ├── Modules │ │ │ └── module.modulemap │ │ ├── framework-version.txt │ │ ├── license.txt │ │ └── strip-frameworks.sh │ └── AdobeCreativeSDKImage.framework │ │ ├── AdobeCreativeSDKImage │ │ ├── AdobeCreativeSDKImageResources.bundle │ │ ├── AviarySDKResources.bundle │ │ │ ├── AVYImagingResources.bundle │ │ │ │ ├── Info.plist │ │ │ │ └── LeagueGothic-Regular.ttf │ │ │ ├── AVYKitResources.bundle │ │ │ │ ├── Assets.car │ │ │ │ ├── AviaryBrushColorPalette.plist │ │ │ │ ├── AviaryEditorAppearance.plist │ │ │ │ ├── AviaryFontOptions.plist │ │ │ │ ├── AviaryFontOptions_ar.plist │ │ │ │ ├── AviaryFontOptions_ja.plist │ │ │ │ ├── AviaryFontOptions_ko.plist │ │ │ │ ├── AviaryFontOptions_ru.plist │ │ │ │ ├── AviaryFontOptions_th.plist │ │ │ │ ├── AviaryFontOptions_zh.plist │ │ │ │ ├── AviaryTextColorPalette.plist │ │ │ │ ├── AviaryToolSettings.plist │ │ │ │ ├── Info.plist │ │ │ │ ├── ar.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── cs.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── da.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── de.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── en-GB.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── en.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── es-419.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── es.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── fi.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── free_promo_featured.jpg │ │ │ │ ├── free_promo_featured@2x.jpg │ │ │ │ ├── free_promo_featured@2x~ipad.jpg │ │ │ │ ├── free_promo_featured@3x.jpg │ │ │ │ ├── free_promo_featured~ipad.jpg │ │ │ │ ├── id.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── it.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ja.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ko.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── nb.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── nl.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── pl.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── pt.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ru.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── sv.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── th.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── tr.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── uk.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── zh-Hans.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ └── zh-Hant.lproj │ │ │ │ │ └── Localizable.strings │ │ │ ├── AviaryColorPalatte.plist │ │ │ ├── AviaryContentPackCompiledDatabase.sqlite │ │ │ ├── AviaryFontOptions.plist │ │ │ ├── AviaryFontOptions_ar.plist │ │ │ ├── AviaryFontOptions_ja.plist │ │ │ ├── AviaryFontOptions_ko.plist │ │ │ ├── AviaryFontOptions_ru.plist │ │ │ ├── AviaryFontOptions_th.plist │ │ │ ├── AviaryFontOptions_zh.plist │ │ │ ├── AviarySDKColors.plist │ │ │ ├── AviarySDKContentResources.bundle │ │ │ │ ├── AviaryContentPackInstallInfo.momd │ │ │ │ │ ├── AviaryContentPackPurchaseInfo 2.mom │ │ │ │ │ ├── AviaryContentPackPurchaseInfo 3.mom │ │ │ │ │ ├── AviaryContentPackPurchaseInfo 3.omo │ │ │ │ │ ├── AviaryContentPackPurchaseInfo.mom │ │ │ │ │ └── VersionInfo.plist │ │ │ │ ├── AviaryContentPackV1ToPurchaseInfo.cdm │ │ │ │ ├── AviaryContentPackV2ToPurchaseInfo.cdm │ │ │ │ ├── AviaryContentPackV3ToPurchaseInfo.cdm │ │ │ │ ├── AviaryContentPacks.momd │ │ │ │ │ ├── AviaryContentPacks 1.mom │ │ │ │ │ ├── AviaryContentPacks 2.mom │ │ │ │ │ ├── AviaryContentPacks 3.mom │ │ │ │ │ ├── AviaryContentPacks 3.omo │ │ │ │ │ └── VersionInfo.plist │ │ │ │ ├── AviaryContentPacksDataModel.momd │ │ │ │ │ ├── AviaryContentPacksDataModel 10.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 11.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 12.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 13.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 14.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 15.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 15.omo │ │ │ │ │ ├── AviaryContentPacksDataModel 2.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 3.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 4.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 5.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 6.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 7.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 8.mom │ │ │ │ │ ├── AviaryContentPacksDataModel 9.mom │ │ │ │ │ ├── AviaryContentPacksDataModel.mom │ │ │ │ │ └── VersionInfo.plist │ │ │ │ └── Info.plist │ │ │ ├── AviarySDKToolSettings.plist │ │ │ ├── AviaryTextColorPalatte.plist │ │ │ ├── CCConnected.png │ │ │ ├── CCConnected@2x.png │ │ │ ├── CCConnected@3x.png │ │ │ ├── Info.plist │ │ │ ├── LeagueGothic-Regular.ttf │ │ │ ├── ar.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── branding_background.jpg │ │ │ ├── branding_background@2x.jpg │ │ │ ├── branding_background@3x.jpg │ │ │ ├── bundleVersion.json │ │ │ ├── creative_cloud_connected.png │ │ │ ├── creative_cloud_connected@2x.png │ │ │ ├── creative_cloud_connected@3x.png │ │ │ ├── cs.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── da.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── de.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── en-GB.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── en.lproj │ │ │ │ ├── InfoPlist.strings │ │ │ │ └── Localizable.strings │ │ │ ├── es-419.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── es.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── fi.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── fr.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── id.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── it.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── ja.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── ko.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── logo_creative_cloud_connected.png │ │ │ ├── logo_creative_cloud_connected@2x.png │ │ │ ├── logo_creative_cloud_connected@3x.png │ │ │ ├── nb.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── nl.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── pl.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── profile_close.png │ │ │ ├── profile_close@2x.png │ │ │ ├── profile_close@3x.png │ │ │ ├── profile_icon.png │ │ │ ├── profile_icon@2x.png │ │ │ ├── profile_icon@3x.png │ │ │ ├── pt.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── ru.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── sv.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── th.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── tr.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── uk.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── welcome_logo_adobe.png │ │ │ ├── welcome_logo_adobe@2x.png │ │ │ ├── welcome_logo_adobe@3x.png │ │ │ ├── zh-Hans.lproj │ │ │ │ └── Localizable.strings │ │ │ └── zh-Hant.lproj │ │ │ │ └── Localizable.strings │ │ └── framework-version.plist │ │ ├── Headers │ │ ├── AdobeCreativeSDKImage.h │ │ ├── AdobeImageEditorContext.h │ │ ├── AdobeImageEditorCustomization+Compatibility.h │ │ ├── AdobeImageEditorCustomization.h │ │ ├── AdobeImageEditorLegacySDKCompatibility.h │ │ ├── AdobeImageEditorOpenGLManager.h │ │ ├── AdobeImageEditorProduct.h │ │ ├── AdobeImageEditorSession.h │ │ ├── AdobeUXImageEditorViewController+Compatibility.h │ │ ├── AdobeUXImageEditorViewController+InAppPurchase.h │ │ └── AdobeUXImageEditorViewController.h │ │ ├── Info.plist │ │ ├── Modules │ │ └── module.modulemap │ │ ├── framework-version.txt │ │ ├── license.txt │ │ └── strip-frameworks.sh └── NativeModules.android │ ├── AsyncTaskCompat.java │ └── AsyncTaskCompatHoneycomb.java ├── android ├── .project ├── .settings │ └── org.eclipse.buildship.core.prefs ├── build.gradle ├── libs │ └── commons-imaging-1.0-20170209.001022-116.jar └── src │ └── main │ ├── AndroidManifest.xml │ └── java │ └── com │ └── pomocorp │ └── rnimagetools │ ├── ContentResolver.java │ ├── ImageMetadataTools.java │ ├── RNImageToolsModule.java │ └── RNImageToolsPackage.java ├── docs ├── demo.gif └── install.md ├── index.js ├── ios ├── NSDictionary+Merge.h ├── NSDictionary+Merge.m ├── RNImageTools.h ├── RNImageTools.m ├── RNImageTools.podspec └── RNImageTools.xcodeproj │ └── project.pbxproj ├── package.json └── windows ├── .gitignore ├── .npmignore ├── RNImageTools.sln └── RNImageTools ├── Properties ├── AssemblyInfo.cs └── RNImageTools.rd.xml ├── RNImageTools.csproj ├── RNImageToolsModule.cs ├── RNImageToolsPackage.cs └── project.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/.npmignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/README.md -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCore -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Assets.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Assets.car -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthBehanceLinkingNavigationController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthBehanceLinkingNavigationController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthBehanceLinkingViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthBehanceLinkingViewController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthErrorViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthErrorViewController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthSignInNavigationController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthSignInNavigationController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthSignInViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/AdobeAuthSignInViewController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/Lpr-B0-ZCW-view-0kw-OW-kPb.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/Lpr-B0-ZCW-view-0kw-OW-kPb.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/qmB-mZ-zPq-view-HUf-Ge-VtC.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/qmB-mZ-zPq-view-HUf-Ge-VtC.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/roc-0F-LzS-view-GpB-qB-qNe.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPad.storyboardc/roc-0F-LzS-view-GpB-qB-qNe.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthBehanceLinkingNavigationController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthBehanceLinkingNavigationController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthBehanceLinkingViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthBehanceLinkingViewController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthErrorViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthErrorViewController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthSignInNavigationController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthSignInNavigationController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthSignInViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/AdobeAuthSignInViewController.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/BtX-A5-Fqy-view-58l-Yd-7Jt.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/BtX-A5-Fqy-view-58l-Yd-7Jt.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/HgU-di-7eq-view-wOk-gc-C5B.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/HgU-di-7eq-view-wOk-gc-C5B.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/fmY-FU-B2e-view-nTY-sg-NbH.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Auth_iPhone.storyboardc/fmY-FU-B2e-view-nTY-sg-NbH.nib -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/adobelogin.com.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/adobelogin.com.cer -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/charles-proxy-ssl-proxying-certificate.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/charles-proxy-ssl-proxying-certificate.cer -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/gsorganizationvalg2.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/gsorganizationvalg2.cer -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/nb.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/nb.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Auth.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/AdobeClean-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/AdobeClean-Light.otf -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/AdobeClean-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/AdobeClean-Regular.otf -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/AdobeClean-SemiLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/AdobeClean-SemiLight.otf -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/character-entities-min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/character-entities-min.json -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/nb.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/nb.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/framework-version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/framework-version.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeAuthUserProfile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeAuthUserProfile.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeCreativeSDKVersion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeCreativeSDKVersion.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeNetworkError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeNetworkError.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeNetworkHTTPAsyncRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeNetworkHTTPAsyncRequest.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeUXAuthManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeUXAuthManager.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeUXInAppPurchase.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Classes/AdobeUXInAppPurchase.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeAuthErrorCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeAuthErrorCode.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeAuthUserProfileLicenseStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeAuthUserProfileLicenseStatus.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeCCEventLoggingMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeCCEventLoggingMode.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeNetworkErrorCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeNetworkErrorCode.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeNetworkStatus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Constants/AdobeNetworkStatus.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Protocols/AdobeUXAuthDelegate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/Protocols/AdobeUXAuthDelegate.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/css/styles.css -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/css/stylesPrint.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/css/stylesPrint.css -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/hierarchy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/hierarchy.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/button_bar_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/button_bar_background.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/disclosure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/disclosure.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/disclosure_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/disclosure_open.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/library_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/library_background.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/title_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/title_background.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/index.html -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeAuthError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeAuthError.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeAuthUserProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeAuthUserProfile.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeCreativeSDKCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeCreativeSDKCore.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeCreativeSDKVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeCreativeSDKVersion.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeError.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeNetworkError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeNetworkError.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeNetworkHTTPAsyncRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeNetworkHTTPAsyncRequest.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeNetworkStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeNetworkStatus.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeUXAuthDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeUXAuthDelegate.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeUXAuthManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeUXAuthManager.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeUXInAppPurchase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeUXInAppPurchase.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/framework-version.txt: -------------------------------------------------------------------------------- 1 | Name: CreativeSDKCore 2 | Version: 0.3.2160.1 3 | Branch: origin/master-external/ac0c47f 4 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/license.txt -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/strip-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/strip-frameworks.sh -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImage -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYImagingResources.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYImagingResources.bundle/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYImagingResources.bundle/LeagueGothic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYImagingResources.bundle/LeagueGothic-Regular.ttf -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/Assets.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/Assets.car -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryBrushColorPalette.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryBrushColorPalette.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryEditorAppearance.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryEditorAppearance.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_ar.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_ar.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_ja.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_ja.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_ko.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_ko.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_ru.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_ru.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_th.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_th.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_zh.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryFontOptions_zh.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryTextColorPalette.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryTextColorPalette.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryToolSettings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/AviaryToolSettings.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/en-GB.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/en-GB.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/es-419.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/es-419.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured.jpg -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured@2x.jpg -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured@2x~ipad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured@2x~ipad.jpg -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured@3x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured@3x.jpg -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured~ipad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/free_promo_featured~ipad.jpg -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/nb.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/nb.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AVYKitResources.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryColorPalatte.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryColorPalatte.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryContentPackCompiledDatabase.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryContentPackCompiledDatabase.sqlite -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_ar.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_ar.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_ja.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_ja.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_ko.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_ko.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_ru.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_ru.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_th.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_th.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_zh.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryFontOptions_zh.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKColors.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKColors.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/AviaryContentPackPurchaseInfo 2.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/AviaryContentPackPurchaseInfo 2.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/AviaryContentPackPurchaseInfo 3.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/AviaryContentPackPurchaseInfo 3.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/AviaryContentPackPurchaseInfo 3.omo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/AviaryContentPackPurchaseInfo 3.omo -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/AviaryContentPackPurchaseInfo.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/AviaryContentPackPurchaseInfo.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/VersionInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackInstallInfo.momd/VersionInfo.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackV1ToPurchaseInfo.cdm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackV1ToPurchaseInfo.cdm -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackV2ToPurchaseInfo.cdm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackV2ToPurchaseInfo.cdm -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackV3ToPurchaseInfo.cdm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPackV3ToPurchaseInfo.cdm -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/AviaryContentPacks 1.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/AviaryContentPacks 1.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/AviaryContentPacks 2.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/AviaryContentPacks 2.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/AviaryContentPacks 3.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/AviaryContentPacks 3.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/AviaryContentPacks 3.omo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/AviaryContentPacks 3.omo -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/VersionInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacks.momd/VersionInfo.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 10.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 10.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 11.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 11.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 12.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 12.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 13.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 13.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 14.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 14.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 15.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 15.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 15.omo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 15.omo -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 2.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 2.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 3.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 3.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 4.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 4.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 5.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 5.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 6.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 6.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 7.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 7.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 8.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 8.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 9.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel 9.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel.mom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/AviaryContentPacksDataModel.mom -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/VersionInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/AviaryContentPacksDataModel.momd/VersionInfo.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKContentResources.bundle/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKToolSettings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviarySDKToolSettings.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryTextColorPalatte.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/AviaryTextColorPalatte.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/CCConnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/CCConnected.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/CCConnected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/CCConnected@2x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/CCConnected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/CCConnected@3x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/LeagueGothic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/LeagueGothic-Regular.ttf -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/branding_background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/branding_background.jpg -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/branding_background@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/branding_background@2x.jpg -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/branding_background@3x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/branding_background@3x.jpg -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/bundleVersion.json: -------------------------------------------------------------------------------- 1 | {"version":"4.8.0"} -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/creative_cloud_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/creative_cloud_connected.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/creative_cloud_connected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/creative_cloud_connected@2x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/creative_cloud_connected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/creative_cloud_connected@3x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/en-GB.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/en-GB.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/es-419.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/es-419.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/logo_creative_cloud_connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/logo_creative_cloud_connected.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/logo_creative_cloud_connected@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/logo_creative_cloud_connected@2x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/logo_creative_cloud_connected@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/logo_creative_cloud_connected@3x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/nb.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/nb.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_close.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_close@2x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_close@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_close@3x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_icon.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_icon@2x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/profile_icon@3x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/welcome_logo_adobe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/welcome_logo_adobe.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/welcome_logo_adobe@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/welcome_logo_adobe@2x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/welcome_logo_adobe@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/welcome_logo_adobe@3x.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/framework-version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/framework-version.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeCreativeSDKImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeCreativeSDKImage.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorContext.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorCustomization+Compatibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorCustomization+Compatibility.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorCustomization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorCustomization.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorLegacySDKCompatibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorLegacySDKCompatibility.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorOpenGLManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorOpenGLManager.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorProduct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorProduct.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorSession.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeUXImageEditorViewController+Compatibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeUXImageEditorViewController+Compatibility.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeUXImageEditorViewController+InAppPurchase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeUXImageEditorViewController+InAppPurchase.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeUXImageEditorViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeUXImageEditorViewController.h -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/framework-version.txt: -------------------------------------------------------------------------------- 1 | Name: CreativeSDKImage 2 | Version: 0.3.2160.1 3 | Branch: origin/master-external/19cd826 4 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/license.txt -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/strip-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/strip-frameworks.sh -------------------------------------------------------------------------------- /Source/NativeModules.android/AsyncTaskCompat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/NativeModules.android/AsyncTaskCompat.java -------------------------------------------------------------------------------- /Source/NativeModules.android/AsyncTaskCompatHoneycomb.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/Source/NativeModules.android/AsyncTaskCompatHoneycomb.java -------------------------------------------------------------------------------- /android/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/android/.project -------------------------------------------------------------------------------- /android/.settings/org.eclipse.buildship.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/android/.settings/org.eclipse.buildship.core.prefs -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/libs/commons-imaging-1.0-20170209.001022-116.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/android/libs/commons-imaging-1.0-20170209.001022-116.jar -------------------------------------------------------------------------------- /android/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/android/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/src/main/java/com/pomocorp/rnimagetools/ContentResolver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/android/src/main/java/com/pomocorp/rnimagetools/ContentResolver.java -------------------------------------------------------------------------------- /android/src/main/java/com/pomocorp/rnimagetools/ImageMetadataTools.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/android/src/main/java/com/pomocorp/rnimagetools/ImageMetadataTools.java -------------------------------------------------------------------------------- /android/src/main/java/com/pomocorp/rnimagetools/RNImageToolsModule.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/android/src/main/java/com/pomocorp/rnimagetools/RNImageToolsModule.java -------------------------------------------------------------------------------- /android/src/main/java/com/pomocorp/rnimagetools/RNImageToolsPackage.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/android/src/main/java/com/pomocorp/rnimagetools/RNImageToolsPackage.java -------------------------------------------------------------------------------- /docs/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/docs/demo.gif -------------------------------------------------------------------------------- /docs/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/docs/install.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/index.js -------------------------------------------------------------------------------- /ios/NSDictionary+Merge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/ios/NSDictionary+Merge.h -------------------------------------------------------------------------------- /ios/NSDictionary+Merge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/ios/NSDictionary+Merge.m -------------------------------------------------------------------------------- /ios/RNImageTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/ios/RNImageTools.h -------------------------------------------------------------------------------- /ios/RNImageTools.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/ios/RNImageTools.m -------------------------------------------------------------------------------- /ios/RNImageTools.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/ios/RNImageTools.podspec -------------------------------------------------------------------------------- /ios/RNImageTools.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/ios/RNImageTools.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/package.json -------------------------------------------------------------------------------- /windows/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/windows/.gitignore -------------------------------------------------------------------------------- /windows/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/windows/.npmignore -------------------------------------------------------------------------------- /windows/RNImageTools.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/windows/RNImageTools.sln -------------------------------------------------------------------------------- /windows/RNImageTools/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/windows/RNImageTools/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /windows/RNImageTools/Properties/RNImageTools.rd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/windows/RNImageTools/Properties/RNImageTools.rd.xml -------------------------------------------------------------------------------- /windows/RNImageTools/RNImageTools.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/windows/RNImageTools/RNImageTools.csproj -------------------------------------------------------------------------------- /windows/RNImageTools/RNImageToolsModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/windows/RNImageTools/RNImageToolsModule.cs -------------------------------------------------------------------------------- /windows/RNImageTools/RNImageToolsPackage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/windows/RNImageTools/RNImageToolsPackage.cs -------------------------------------------------------------------------------- /windows/RNImageTools/project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/HEAD/windows/RNImageTools/project.json --------------------------------------------------------------------------------