├── .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: -------------------------------------------------------------------------------- 1 | # Created by .ignore support plugin (hsz.mobi) 2 | ### Xcode template 3 | # Xcode 4 | # 5 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 6 | 7 | ## Build generated 8 | build/ 9 | DerivedData/ 10 | 11 | ## Various settings 12 | *.pbxuser 13 | !default.pbxuser 14 | *.mode1v3 15 | !default.mode1v3 16 | *.mode2v3 17 | !default.mode2v3 18 | *.perspectivev3 19 | !default.perspectivev3 20 | xcuserdata/ 21 | 22 | ## Other 23 | *.moved-aside 24 | *.xccheckout 25 | *.xcscmblueprint 26 | ### Node template 27 | # Logs 28 | logs 29 | *.log 30 | npm-debug.log* 31 | yarn-debug.log* 32 | yarn-error.log* 33 | 34 | # Runtime data 35 | pids 36 | *.pid 37 | *.seed 38 | *.pid.lock 39 | 40 | # Directory for instrumented libs generated by jscoverage/JSCover 41 | lib-cov 42 | 43 | # Coverage directory used by tools like istanbul 44 | coverage 45 | 46 | # nyc test coverage 47 | .nyc_output 48 | 49 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 50 | .grunt 51 | 52 | # Bower dependency directory (https://bower.io/) 53 | bower_components 54 | 55 | # node-waf configuration 56 | .lock-wscript 57 | 58 | # Compiled binary addons (http://nodejs.org/api/addons.html) 59 | build/Release 60 | 61 | # Dependency directories 62 | node_modules/ 63 | jspm_packages/ 64 | 65 | # Typescript v1 declaration files 66 | typings/ 67 | 68 | # Optional npm cache directory 69 | .npm 70 | 71 | # Optional eslint cache 72 | .eslintcache 73 | 74 | # Optional REPL history 75 | .node_repl_history 76 | 77 | # Output of 'npm pack' 78 | *.tgz 79 | 80 | # Yarn Integrity file 81 | .yarn-integrity 82 | 83 | # dotenv environment variables file 84 | .env 85 | 86 | ### Android template 87 | # Built application files 88 | *.apk 89 | *.ap_ 90 | 91 | # Files for the ART/Dalvik VM 92 | *.dex 93 | 94 | # Java class files 95 | *.class 96 | 97 | # Generated files 98 | bin/ 99 | gen/ 100 | out/ 101 | 102 | # Gradle files 103 | .gradle/ 104 | 105 | # Local configuration file (sdk path, etc) 106 | local.properties 107 | 108 | # Proguard folder generated by Eclipse 109 | proguard/ 110 | 111 | # Log Files 112 | 113 | # Android Studio Navigation editor temp files 114 | .navigation/ 115 | 116 | # Android Studio captures folder 117 | captures/ 118 | 119 | # Intellij 120 | *.iml 121 | .idea 122 | 123 | # Keystore files 124 | *.jks 125 | 126 | # External native build folder generated in Android Studio 2.2 and later 127 | .externalNativeBuild 128 | 129 | # Google Services (e.g. APIs or Firebase) 130 | google-services.json 131 | 132 | # Freeline 133 | freeline.py 134 | freeline/ 135 | freeline_project_description.json 136 | ### JetBrains template 137 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm 138 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 139 | 140 | # User-specific stuff: 141 | .idea/**/workspace.xml 142 | .idea/**/tasks.xml 143 | 144 | # Sensitive or high-churn files: 145 | .idea/**/dataSources/ 146 | .idea/**/dataSources.ids 147 | .idea/**/dataSources.xml 148 | .idea/**/dataSources.local.xml 149 | .idea/**/sqlDataSources.xml 150 | .idea/**/dynamic.xml 151 | .idea/**/uiDesigner.xml 152 | 153 | # Gradle: 154 | .idea/**/gradle.xml 155 | .idea/**/libraries 156 | 157 | # Mongo Explorer plugin: 158 | .idea/**/mongoSettings.xml 159 | 160 | ## File-based project format: 161 | *.iws 162 | 163 | ## Plugin-specific files: 164 | 165 | # IntelliJ 166 | /out/ 167 | 168 | # mpeltonen/sbt-idea plugin 169 | .idea_modules/ 170 | 171 | # JIRA plugin 172 | atlassian-ide-plugin.xml 173 | 174 | # Crashlytics plugin (for Android Studio and IntelliJ) 175 | com_crashlytics_export_strings.xml 176 | crashlytics.properties 177 | crashlytics-build.properties 178 | fabric.properties 179 | ### Objective-C template 180 | # Xcode 181 | # 182 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 183 | 184 | ## Build generated 185 | 186 | ## Various settings 187 | 188 | ## Other 189 | 190 | ## Obj-C/Swift specific 191 | *.hmap 192 | *.ipa 193 | *.dSYM.zip 194 | *.dSYM 195 | 196 | # CocoaPods 197 | # 198 | # We recommend against adding the Pods directory to your .gitignore. However 199 | # you should judge for yourself, the pros and cons are mentioned at: 200 | # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control 201 | # 202 | # Pods/ 203 | 204 | # Carthage 205 | # 206 | # Add this line if you want to avoid checking in source code from Carthage dependencies. 207 | # Carthage/Checkouts 208 | 209 | Carthage/Build 210 | 211 | # fastlane 212 | # 213 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 214 | # screenshots whenever they are needed. 215 | # For more information about the recommended setup visit: 216 | # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md 217 | 218 | fastlane/report.xml 219 | fastlane/Preview.html 220 | fastlane/screenshots 221 | fastlane/test_output 222 | 223 | # Code Injection 224 | # 225 | # After new code Injection tools there's a generated folder /iOSInjectionProject 226 | # https://github.com/johnno1962/injectionforxcode 227 | 228 | iOSInjectionProject/ 229 | -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | # Created by .ignore support plugin (hsz.mobi) 2 | ### Xcode template 3 | # Xcode 4 | # 5 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 6 | 7 | ## Build generated 8 | build/ 9 | DerivedData/ 10 | 11 | ## Various settings 12 | *.pbxuser 13 | !default.pbxuser 14 | *.mode1v3 15 | !default.mode1v3 16 | *.mode2v3 17 | !default.mode2v3 18 | *.perspectivev3 19 | !default.perspectivev3 20 | xcuserdata/ 21 | 22 | ## Other 23 | *.moved-aside 24 | *.xccheckout 25 | *.xcscmblueprint 26 | ### Node template 27 | # Logs 28 | logs 29 | *.log 30 | npm-debug.log* 31 | yarn-debug.log* 32 | yarn-error.log* 33 | 34 | # Runtime data 35 | pids 36 | *.pid 37 | *.seed 38 | *.pid.lock 39 | 40 | # Directory for instrumented libs generated by jscoverage/JSCover 41 | lib-cov 42 | 43 | # Coverage directory used by tools like istanbul 44 | coverage 45 | 46 | # nyc test coverage 47 | .nyc_output 48 | 49 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 50 | .grunt 51 | 52 | # Bower dependency directory (https://bower.io/) 53 | bower_components 54 | 55 | # node-waf configuration 56 | .lock-wscript 57 | 58 | # Compiled binary addons (http://nodejs.org/api/addons.html) 59 | build/Release 60 | 61 | # Dependency directories 62 | node_modules/ 63 | jspm_packages/ 64 | 65 | # Typescript v1 declaration files 66 | typings/ 67 | 68 | # Optional npm cache directory 69 | .npm 70 | 71 | # Optional eslint cache 72 | .eslintcache 73 | 74 | # Optional REPL history 75 | .node_repl_history 76 | 77 | # Output of 'npm pack' 78 | *.tgz 79 | 80 | # Yarn Integrity file 81 | .yarn-integrity 82 | 83 | # dotenv environment variables file 84 | .env 85 | 86 | ### Android template 87 | # Built application files 88 | *.apk 89 | *.ap_ 90 | 91 | # Files for the ART/Dalvik VM 92 | *.dex 93 | 94 | # Java class files 95 | *.class 96 | 97 | # Generated files 98 | bin/ 99 | gen/ 100 | out/ 101 | 102 | # Gradle files 103 | .gradle/ 104 | 105 | # Local configuration file (sdk path, etc) 106 | local.properties 107 | 108 | # Proguard folder generated by Eclipse 109 | proguard/ 110 | 111 | # Log Files 112 | 113 | # Android Studio Navigation editor temp files 114 | .navigation/ 115 | 116 | # Android Studio captures folder 117 | captures/ 118 | 119 | # Intellij 120 | *.iml 121 | .idea 122 | 123 | # Keystore files 124 | *.jks 125 | 126 | # External native build folder generated in Android Studio 2.2 and later 127 | .externalNativeBuild 128 | 129 | # Google Services (e.g. APIs or Firebase) 130 | google-services.json 131 | 132 | # Freeline 133 | freeline.py 134 | freeline/ 135 | freeline_project_description.json 136 | ### JetBrains template 137 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm 138 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 139 | 140 | # User-specific stuff: 141 | .idea/**/workspace.xml 142 | .idea/**/tasks.xml 143 | 144 | # Sensitive or high-churn files: 145 | .idea/**/dataSources/ 146 | .idea/**/dataSources.ids 147 | .idea/**/dataSources.xml 148 | .idea/**/dataSources.local.xml 149 | .idea/**/sqlDataSources.xml 150 | .idea/**/dynamic.xml 151 | .idea/**/uiDesigner.xml 152 | 153 | # Gradle: 154 | .idea/**/gradle.xml 155 | .idea/**/libraries 156 | 157 | # Mongo Explorer plugin: 158 | .idea/**/mongoSettings.xml 159 | 160 | ## File-based project format: 161 | *.iws 162 | 163 | ## Plugin-specific files: 164 | 165 | # IntelliJ 166 | /out/ 167 | 168 | # mpeltonen/sbt-idea plugin 169 | .idea_modules/ 170 | 171 | # JIRA plugin 172 | atlassian-ide-plugin.xml 173 | 174 | # Crashlytics plugin (for Android Studio and IntelliJ) 175 | com_crashlytics_export_strings.xml 176 | crashlytics.properties 177 | crashlytics-build.properties 178 | fabric.properties 179 | ### Objective-C template 180 | # Xcode 181 | # 182 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 183 | 184 | ## Build generated 185 | 186 | ## Various settings 187 | 188 | ## Other 189 | 190 | ## Obj-C/Swift specific 191 | *.hmap 192 | *.ipa 193 | *.dSYM.zip 194 | *.dSYM 195 | 196 | # CocoaPods 197 | # 198 | # We recommend against adding the Pods directory to your .gitignore. However 199 | # you should judge for yourself, the pros and cons are mentioned at: 200 | # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control 201 | # 202 | # Pods/ 203 | 204 | # Carthage 205 | # 206 | # Add this line if you want to avoid checking in source code from Carthage dependencies. 207 | # Carthage/Checkouts 208 | 209 | Carthage/Build 210 | 211 | # fastlane 212 | # 213 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 214 | # screenshots whenever they are needed. 215 | # For more information about the recommended setup visit: 216 | # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md 217 | 218 | fastlane/report.xml 219 | fastlane/Preview.html 220 | fastlane/screenshots 221 | fastlane/test_output 222 | 223 | # Code Injection 224 | # 225 | # After new code Injection tools there's a generated folder /iOSInjectionProject 226 | # https://github.com/johnno1962/injectionforxcode 227 | 228 | iOSInjectionProject/ 229 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/AdobeClean-SemiLight.otf -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/Core.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCoreResources.bundle/framework-version.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Branch 6 | origin/master-external 7 | BuildNumber 8 | 2160.1 9 | Dependencies 10 | 11 | 12 | Name 13 | CreativeSDKCore 14 | SHA 15 | ac0c47f 16 | Version 17 | 0.3 18 | 19 | 20 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/css/stylesPrint.css: -------------------------------------------------------------------------------- 1 | 2 | header { 3 | display: none; 4 | } 5 | 6 | div.main-navigation, div.navigation-top { 7 | display: none; 8 | } 9 | 10 | div#overview_contents, div#contents.isShowingTOC, div#contents { 11 | overflow: visible; 12 | position: relative; 13 | top: 0px; 14 | border: none; 15 | left: 0; 16 | } 17 | #tocContainer.isShowingTOC { 18 | display: none; 19 | } 20 | nav { 21 | display: none; 22 | } -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/hierarchy.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AdobeCreativeSDKCore.framework Hierarchy 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 |

AdobeCreativeSDKCore.framework

14 | Adobe Systems Incorporated 15 |
16 | 17 | 20 | 21 |
22 |
23 |
24 | 27 | 32 |
33 | 34 |
35 |

Class Hierarchy

36 | 37 | 58 | 59 |
60 | 61 | 62 | 63 |
64 | 65 |

Protocol References

66 | 71 | 72 | 73 |

Constant References

74 | 87 | 88 | 89 |
90 | 91 |
92 | 95 | 105 |
106 |
107 | 108 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/button_bar_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/img/title_background.png -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Docs/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AdobeCreativeSDKCore.framework Reference 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 |

AdobeCreativeSDKCore.framework

14 | Adobe Systems Incorporated 15 |
16 | 17 | 20 | 21 |
22 |
23 |
24 | 27 | 32 |
33 | 34 | 35 | 36 | 37 | 38 |
39 |

Class References

40 | 55 |
56 | 57 | 58 | 59 |
60 | 61 |

Protocol References

62 | 67 | 68 | 69 |

Constant References

70 | 83 | 84 | 85 |
86 | 87 |
88 | 91 | 101 |
102 |
103 | 104 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeAuthError.h: -------------------------------------------------------------------------------- 1 | /****************************************************************************** 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2014 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains the property of 10 | * Adobe Systems Incorporated and its suppliers, if any. The intellectual and 11 | * technical concepts contained herein are proprietary to Adobe Systems 12 | * Incorporated and its suppliers and are protected by trade secret or 13 | * copyright law. Dissemination of this information or reproduction of this 14 | * material is strictly forbidden unless prior written permission is obtained 15 | * from Adobe Systems Incorporated. 16 | * 17 | * THIS FILE IS PART OF THE CREATIVE SDK PUBLIC API 18 | * 19 | ******************************************************************************/ 20 | 21 | /** 22 | * 23 | * AdobeAuthErrorCode is an enumerated type that specifies the type of error that 24 | * may occur during the authentication process. 25 | * 26 | * See AdobeUXAuthManager 27 | * 28 | */ 29 | 30 | #ifndef AdobeAuthErrorHeader 31 | #define AdobeAuthErrorHeader 32 | 33 | #import 34 | 35 | extern NSString *const AdobeAuthErrorDomain; 36 | 37 | typedef NS_ENUM (NSInteger, AdobeAuthErrorCode) 38 | { 39 | /** Indicates that the authentication process failed because the application cannot connect to the Internet. */ 40 | AdobeAuthErrorCodeOffline = kCFURLErrorNotConnectedToInternet, 41 | /** no error */ 42 | AdobeAuthErrorCodeNoError = 0, 43 | /** Indicates that the authentication process has been cancelled by the user. */ 44 | AdobeAuthErrorCodeUserCancelled = 1, 45 | /** Indicates that the login process cannot proceed without user interactions. */ 46 | AdobeAuthErrorCodeUserInteractionRequired = 2, 47 | /** Indicates that a valid username and password is not provided. */ 48 | AdobeAuthErrorCodeUsernameAndPasswordRequired = 3, 49 | /** Indicates that a Device ID is required to continue with the authentication process. */ 50 | AdobeAuthErrorCodeDeviceIDRequired = 4, 51 | /** Indicates that a Client ID is required to continue with the authentication process. */ 52 | AdobeAuthErrorCodeClientIDRequired = 5, 53 | /** Invalid argument */ 54 | AdobeAuthErrorCodeInvalidArgument = 6, 55 | /** Indicates that the user is not entitled to send assets to a desktop application. */ 56 | AdobeAuthErrorCodeUserNotEntitled = 7, 57 | /** Indicates that valid user credentials are required. */ 58 | AdobeAuthErrorCodeUserCredentialsRequired = 8, 59 | /** Indicates that the user is already authenticated. */ 60 | AdobeAuthErrorCodeUserAlreadyAuthenticated = 9, 61 | /** Indicates that the API is not available. */ 62 | AdobeAuthErrorCodeAPINotAvailable = 10, 63 | /** Indicates that an aunknow error has occured during the authentication process. */ 64 | AdobeAuthErrorCodeUnknownError = 99 65 | }; 66 | 67 | @interface AdobeAuthError : NSObject 68 | 69 | @end 70 | 71 | #endif 72 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeAuthUserProfile.h: -------------------------------------------------------------------------------- 1 | /****************************************************************************** 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2013 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains the property of 10 | * Adobe Systems Incorporated and its suppliers, if any. The intellectual and 11 | * technical concepts contained herein are proprietary to Adobe Systems 12 | * Incorporated and its suppliers and are protected by trade secret or 13 | * copyright law. Dissemination of this information or reproduction of this 14 | * material is strictly forbidden unless prior written permission is obtained 15 | * from Adobe Systems Incorporated. 16 | * 17 | * THIS FILE IS PART OF THE CREATIVE SDK PUBLIC API 18 | * 19 | ******************************************************************************/ 20 | 21 | #ifndef AdobeAuthUserProfileHeader 22 | #define AdobeAuthUserProfileHeader 23 | 24 | #import 25 | /** 26 | * Used to indicate the current license status of a given user. 27 | */ 28 | typedef NS_ENUM(NSUInteger, AdobeAuthUserProfileLicenseStatus) { 29 | 30 | /** 31 | * Indicates the license status is in an unknown state. 32 | */ 33 | AdobeAuthUserProfileLicenseStatusUnknown, 34 | 35 | /** 36 | * Indicates this is a free user. 37 | */ 38 | AdobeAuthUserProfileLicenseStatusFree, 39 | 40 | /** 41 | * Indicates the user's account is in the trial period. 42 | */ 43 | AdobeAuthUserProfileLicenseStatusTrial, 44 | 45 | /** 46 | * Indicates the user is a paying user. 47 | */ 48 | AdobeAuthUserProfileLicenseStatusPaid 49 | }; 50 | 51 | /** 52 | * 53 | * AdobeAuthUserProfile contains the properties of the currently logged in user as obtained by calling 54 | * [AdobeUXAuthManager sharedManager].userProfile. 55 | * 56 | * See AdobeUXAuthManager 57 | * 58 | */ 59 | @interface AdobeAuthUserProfile : NSObject 60 | 61 | /** 62 | * The user ID. 63 | */ 64 | @property (nonatomic, readonly, strong) NSString *adobeID; 65 | 66 | /** 67 | * The country code for the user. 68 | */ 69 | @property (nonatomic, readonly, strong) NSString *countryCode; 70 | 71 | /** 72 | * Whether the application key is in developer mode. 73 | */ 74 | @property (nonatomic, readonly) BOOL developerMode; 75 | 76 | /** 77 | * The display name of the user. 78 | */ 79 | @property (nonatomic, readonly, strong) NSString *displayName; 80 | 81 | /** 82 | * The email address of the user. 83 | */ 84 | @property (nonatomic, readonly, strong) NSString *email; 85 | 86 | /** 87 | * Whether or not the email address has been verified. 88 | */ 89 | @property (nonatomic, readonly) BOOL emailVerified; 90 | 91 | /** 92 | * The first name of the user. 93 | */ 94 | @property (nonatomic, readonly, strong) NSString *firstName; 95 | 96 | /** 97 | * The full name of the user. 98 | */ 99 | @property (nonatomic, readonly, strong) NSString *fullName; 100 | 101 | /** 102 | * Whether the user is for an enterprise user. 103 | */ 104 | @property (nonatomic, readonly) BOOL isEnterpriseUser; 105 | 106 | /** 107 | * Indicates the license status of the user. 108 | */ 109 | @property (nonatomic, readonly) AdobeAuthUserProfileLicenseStatus licenseStatus; 110 | 111 | /** 112 | * The last name of the user. 113 | */ 114 | @property (nonatomic, readonly, strong) NSString *lastName; 115 | 116 | /** 117 | * The preferred languages of the user. 118 | */ 119 | @property (nonatomic, readonly, strong) NSArray *preferredLanguages; 120 | 121 | /** 122 | * The object in a readable format. Useful for debugging but should not be used publicly. 123 | */ 124 | - (NSString *)description; 125 | 126 | @end 127 | 128 | #endif 129 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeCreativeSDKCore.h: -------------------------------------------------------------------------------- 1 | /****************************************************************************** 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2016 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains the property of 10 | * Adobe Systems Incorporated and its suppliers, if any. The intellectual and 11 | * technical concepts contained herein are proprietary to Adobe Systems 12 | * Incorporated and its suppliers and are protected by trade secret or 13 | * copyright law. Dissemination of this information or reproduction of this 14 | * material is strictly forbidden unless prior written permission is obtained 15 | * from Adobe Systems Incorporated. 16 | * 17 | * THIS FILE IS PART OF THE CREATIVE SDK PUBLIC API 18 | * 19 | ******************************************************************************/ 20 | 21 | #import 22 | 23 | //! Project version number for AdobeCreativeSDKCore. 24 | FOUNDATION_EXPORT double AdobeCreativeSDKCoreVersionNumber; 25 | 26 | //! Project version string for AdobeCreativeSDKCore. 27 | FOUNDATION_EXPORT const unsigned char AdobeCreativeSDKCoreVersionString[]; 28 | 29 | #import 30 | #import 31 | #import 32 | #import 33 | #import 34 | #import 35 | #import 36 | #import 37 | #import 38 | #import 39 | 40 | 41 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeCreativeSDKVersion.h: -------------------------------------------------------------------------------- 1 | /****************************************************************************** 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2013 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains the property of 10 | * Adobe Systems Incorporated and its suppliers, if any. The intellectual and 11 | * technical concepts contained herein are proprietary to Adobe Systems 12 | * Incorporated and its suppliers and are protected by trade secret or 13 | * copyright law. Dissemination of this information or reproduction of this 14 | * material is strictly forbidden unless prior written permission is obtained 15 | * from Adobe Systems Incorporated. 16 | ******************************************************************************/ 17 | 18 | #ifndef AdobeCreativeSDKVersionHeader 19 | #define AdobeCreativeSDKVersionHeader 20 | 21 | #import 22 | 23 | /** 24 | Check for the USE_CSDK_COMPONENTS macro definition in the project. 25 | This has been deprecated and is no longer necessary. 26 | In the next Public SDK release, this should be removed. 27 | */ 28 | #ifdef USE_CSDK_COMPONENTS 29 | #error "Use of the USE_CSDK_COMPONENTS Preprocessor Macro has been deprecated. Remove it from your project." 30 | #endif 31 | 32 | /** 33 | * AdobeCreativeSDKVersion allows the client to obtain version information for each 34 | * CreativeSDK framework linked into their app. 35 | */ 36 | @interface AdobeCreativeSDKVersion : NSObject 37 | 38 | /** 39 | * Get the version information for all of the Creative SDK frameworks linked into your app. 40 | * 41 | * @return An NSArray of NSDictionaries that contain framwork version information. 42 | * The returned array contains one dictionary for each framework linked into the client app. 43 | * 44 | * @note Each dictionary in the array has three keys: "Name", "Version", and "Branch", each of which 45 | * have string values. "Name" is the name of the framework, "Version" is the version of the framework, 46 | * and "Branch" refers to the code branch from which the framework was built. 47 | */ 48 | + (NSArray *)frameworkVersions; 49 | 50 | @end 51 | 52 | #endif 53 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeError.h: -------------------------------------------------------------------------------- 1 | /************************************************************************* 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2014 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains 10 | * the property of Adobe Systems Incorporated and its suppliers, 11 | * if any. The intellectual and technical concepts contained 12 | * herein are proprietary to Adobe Systems Incorporated and its 13 | * suppliers and are protected by trade secret or copyright law. 14 | * Dissemination of this information or reproduction of this material 15 | * is strictly forbidden unless prior written permission is obtained 16 | * from Adobe Systems Incorporated. 17 | **************************************************************************/ 18 | 19 | #ifndef AdobeErrorHeader 20 | #define AdobeErrorHeader 21 | 22 | #import 23 | 24 | /** These keys may appear in the NSError userInfo dictionary for errors 25 | * in the AdobeErrorDomains. 26 | */ 27 | 28 | extern NSString *const AdobeErrorPathKey; /**< userInfo key returning an NSString* containing 29 | * the path of a local file that caused the error. */ 30 | extern NSString *const AdobeErrorOtherErrorsKey; /**< userInfo key returning an NSArray containing 31 | * other errors that happened in parallel. */ 32 | extern NSString *const AdobeErrorComponentErrorsKey; /**< userInfo key returning an NSDictionary containing 33 | * the component IDs associated with the individual errors. */ 34 | extern NSString *const AdobeErrorDetailsStringKey; /**< userInfo key returning an NSString. containing 35 | * a clear text description of the problem. */ 36 | 37 | #endif 38 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeNetworkHTTPAsyncRequest.h: -------------------------------------------------------------------------------- 1 | /****************************************************************************** 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2015 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains the property of 10 | * Adobe Systems Incorporated and its suppliers, if any. The intellectual and 11 | * technical concepts contained herein are proprietary to Adobe Systems 12 | * Incorporated and its suppliers and are protected by trade secret or 13 | * copyright law. Dissemination of this information or reproduction of this 14 | * material is strictly forbidden unless prior written permission is obtained 15 | * from Adobe Systems Incorporated. 16 | ******************************************************************************/ 17 | 18 | #ifndef AdobeNetworkHTTPAsyncRequestHeader 19 | #define AdobeNetworkHTTPAsyncRequestHeader 20 | 21 | #import 22 | 23 | /** 24 | * AdobeNetworkHTTPAsyncRequest is the class by which asynchronous network operations are managed. 25 | * 26 | * It allows clients to: 27 | * 28 | * - Change the priority of asynchronous network requests that have not yet been started. 29 | * - Cancel asynchronous network requests. 30 | */ 31 | @interface AdobeNetworkHTTPAsyncRequest : NSObject 32 | 33 | /** 34 | * The request ID. 35 | */ 36 | @property (nonatomic, readonly, strong) NSString *GUID; 37 | 38 | /** 39 | * Whether the request is active. 40 | */ 41 | @property (nonatomic, readonly, assign, getter = isActive) BOOL active; 42 | 43 | /** 44 | * @abstract get and set the request's priority 45 | * 46 | * @discussion Allows setting the request's priority relative to other queued requests. Setting this 47 | * property has no effect if the request is already executing. 48 | */ 49 | @property NSOperationQueuePriority priority; 50 | 51 | /** 52 | * @abstract Cancels the asynchronous request. 53 | * 54 | * @discussion Call cancel to cancel an asynchronous request. If the asynchronous request has not completed, 55 | * i.e. neither the error or completion blocks have been called, then cancel will cancel 56 | * the request and the cancellation block will be called upon successful cancellation. Note that it is possible 57 | * to receive a completion or error callback after cancel has been called in the event when the asynchronous 58 | * request completes before the cancellation can be processed. 59 | */ 60 | - (void)cancel; 61 | 62 | @end 63 | 64 | #endif /* ifndef AdobeNetworkHTTPAsyncRequestHeader */ -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeNetworkStatus.h: -------------------------------------------------------------------------------- 1 | /************************************************************************* 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2014 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains 10 | * the property of Adobe Systems Incorporated and its suppliers, 11 | * if any. The intellectual and technical concepts contained 12 | * herein are proprietary to Adobe Systems Incorporated and its 13 | * suppliers and are protected by trade secret or copyright law. 14 | * Dissemination of this information or reproduction of this material 15 | * is strictly forbidden unless prior written permission is obtained 16 | * from Adobe Systems Incorporated. 17 | **************************************************************************/ 18 | 19 | #ifndef AdobeNetworkStatusHeader 20 | #define AdobeNetworkStatusHeader 21 | 22 | #import 23 | 24 | /** 25 | * The network reachability status. 26 | */ 27 | 28 | typedef NS_ENUM (NSInteger, AdobeNetworkStatus) 29 | { 30 | /** Network is unreachable */ 31 | AdobeNetworkNotReachable = 1 << 0, 32 | /** Network is reachable via WiFi */ 33 | AdobeNetworkReachableViaWiFi = 1 << 1, 34 | /** Network is reachable via WWAN */ 35 | AdobeNetworkReachableViaWWAN = 1 << 2 36 | }; 37 | 38 | #endif 39 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeUXAuthDelegate.h: -------------------------------------------------------------------------------- 1 | /************************************************************************* 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2016 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains 10 | * the property of Adobe Systems Incorporated and its suppliers, 11 | * if any. The intellectual and technical concepts contained 12 | * herein are proprietary to Adobe Systems Incorporated and its 13 | * suppliers and are protected by trade secret or copyright law. 14 | * Dissemination of this information or reproduction of this material 15 | * is strictly forbidden unless prior written permission is obtained 16 | * from Adobe Systems Incorporated. 17 | * 18 | **************************************************************************/ 19 | 20 | #ifndef AdobeAuthDelegateHeader 21 | #define AdobeAuthDelegateHeader 22 | 23 | @protocol AdobeUXAuthDelegate 24 | 25 | @optional 26 | 27 | /** 28 | * Called when the Creative SDK detects an authentication event that requires user interaction. 29 | * The Creative SDK will not complete any additional server actions until the user interaction is 30 | * completed. "Terms of Use acceptance" and "Email verification" are examples of such events. 31 | * The client must dispatch the delegate code on the main thread as needed. 32 | * 33 | * The client application is expected to save the event dictionary and use it to open the user 34 | * interaction URL when it's convenient to display UI. The client can also choose to logout. 35 | * The CSDK will open the user interaction URL on a subsequent login. The application will logout 36 | * if the delegate method is not implemented. AdobeUXAuthManager openContinuableAuthenticationURLForError: 37 | * must be used to open the URL. 38 | * 39 | * @param event Dictionary that contains the information needed to open the user interaction web page. 40 | */ 41 | - (void)detectedContinuableAuthenticationEvent:(NSDictionary *)event; 42 | 43 | @end 44 | 45 | #endif -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Headers/AdobeUXInAppPurchase.h: -------------------------------------------------------------------------------- 1 | /************************************************************************* 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2014 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains 10 | * the property of Adobe Systems Incorporated and its suppliers, 11 | * if any. The intellectual and technical concepts contained 12 | * herein are proprietary to Adobe Systems Incorporated and its 13 | * suppliers and are protected by trade secret or copyright law. 14 | * Dissemination of this information or reproduction of this material 15 | * is strictly forbidden unless prior written permission is obtained 16 | * from Adobe Systems Incorporated. 17 | **************************************************************************/ 18 | 19 | #ifndef AdobeUXInAppPurchaseHeader 20 | #define AdobeUXInAppPurchaseHeader 21 | 22 | #import 23 | 24 | /** 25 | * Provides an upgrade status information to the invoking application after the upgrade goes through a success or failure. 26 | * 27 | * @param title A short title that will be shown to the user. 28 | * 29 | * @param message A short message that will be shown to the user. 30 | * 31 | * @param error A short error message that will be shown to the user whenever there is a purchase error. 32 | */ 33 | typedef void (^AdobeUXInAppPurchaseBlock)(NSString *title, NSString *message, NSError *error); 34 | 35 | /** 36 | * This class provides a way to prompt the user to upgrade their Creative Cloud subscription via 37 | * the current application. 38 | */ 39 | @interface AdobeUXInAppPurchase : NSObject 40 | 41 | + (instancetype)sharedHandler; 42 | 43 | /** 44 | * Called in the current UIApplicationDelegate's -application:openURL:sourceApplication:annotation: method 45 | * This method provides storage upgrade success or failure information to your application. 46 | * 47 | * @param url The @c NSURL that was passed as the URL parameter of -application:openURL:sourceApplication:annotation: 48 | * 49 | * @param sourceApplication The @c NSString that was passed as the sourceApplication parameter of 50 | * -application:openURL:sourceApplication:annotation: 51 | * 52 | * @param completion A completion block of type AdobeUXInAppPurchaseBlock that is called upon success or failure. 53 | * 54 | * @return Returns YES if the URL can be handled by the receiver, otherwise returns NO. 55 | */ 56 | - (BOOL)handleOpenURL:(NSURL *)url 57 | fromApplication:(NSString *)sourceApplication 58 | withCompletion:(AdobeUXInAppPurchaseBlock)completion; 59 | 60 | /** 61 | * Checks whether the currently authenticated user is eligible for storage upgrade. 62 | * 63 | * @param completion A completion block that indicates whether or not a storage upgrade is available. This block is 64 | * called from the application's main thread. 65 | * 66 | * @note upgradeAvailable will be NO in the event that the user is offline or the server is unreachable. 67 | */ 68 | - (void)checkUpgradeAvailability:(void (^)(BOOL upgradeAvailable))completion; 69 | 70 | /** 71 | * Initiates a storage upgrade. If the user has the Creative Cloud Application installed, it will be opened; if not, the user will 72 | * be presented with the Creative Cloud's application page in a popover (iPad) or modal (iPhone/iPod) view controller. 73 | * 74 | * @return Returns YES in the event that either the Creative Cloud Application was opened or its App Store page was presented. 75 | * Returns NO if the App Store page cannot be loaded. 76 | * 77 | */ 78 | - (BOOL)performStorageUpgrade; 79 | 80 | @end 81 | 82 | #endif 83 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKCore.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module AdobeCreativeSDKCore { 2 | umbrella header "AdobeCreativeSDKCore.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /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/strip-frameworks.sh: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # 3 | # Copyright 2015 Realm Inc. 4 | # 5 | # Licensed under the Apache License, Version 2.0 (the "License"); 6 | # you may not use this file except in compliance with the License. 7 | # You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | # 17 | ################################################################################ 18 | 19 | # This script strips all non-valid architectures from dynamic libraries in 20 | # the application's `Frameworks` directory. 21 | # 22 | # The following environment variables are required: 23 | # 24 | # BUILT_PRODUCTS_DIR 25 | # FRAMEWORKS_FOLDER_PATH 26 | # VALID_ARCHS 27 | # EXPANDED_CODE_SIGN_IDENTITY 28 | 29 | echo "BUILT_PRODUCTS_DIR: $BUILT_PRODUCTS_DIR" 30 | echo "FRAMEWORKS_FOLDER_PATH: $FRAMEWORKS_FOLDER_PATH" 31 | echo "VALID_ARCHS: $VALID_ARCHS" 32 | echo "EXPANDED_CODE_SIGN_IDENTITY: $EXPANDED_CODE_SIGN_IDENTITY" 33 | 34 | 35 | # Signs a framework with the provided identity 36 | code_sign() { 37 | # Use the current code_sign_identitiy 38 | echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" 39 | echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements $1" 40 | /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1" 41 | } 42 | 43 | # Set working directory to product’s embedded frameworks 44 | cd "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}" 45 | 46 | if [ "$ACTION" = "install" ]; then 47 | echo "Copy .bcsymbolmap files to .xcarchive" 48 | find . -name '*.bcsymbolmap' -type f -exec mv {} "${CONFIGURATION_BUILD_DIR}" \; 49 | else 50 | # Delete *.bcsymbolmap files from framework bundle unless archiving 51 | find . -name '*.bcsymbolmap' -type f -exec rm -rf "{}" +\; 52 | fi 53 | 54 | echo "Stripping frameworks" 55 | 56 | for file in $(find . -type f -perm +111); do 57 | # Skip non-dynamic libraries 58 | if ! [[ "$(file "$file")" == *"dynamically linked shared library"* ]]; then 59 | continue 60 | fi 61 | 62 | FRAMEWORK_DIR=`dirname $file` 63 | 64 | plist_updated="" 65 | 66 | # remove CFBundleSupportedPlatforms from framework 67 | plistval=$(/usr/libexec/PlistBuddy -c 'print ":CFBundleSupportedPlatforms"' "$FRAMEWORK_DIR/Info.plist" 2>/dev/null || printf '') 68 | echo "CFBundleSupportedPlatforms for $FRAMEWORK_DIR/Info.plist" 69 | echo "Bundle Info: $plistval" 70 | if [[ "$plistval" != "" ]]; then 71 | /usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" "$FRAMEWORK_DIR/Info.plist" 72 | echo "Removing CFBundleSupportedPlatforms from framework plist: $FRAMEWORK_DIR/Info.plist" 73 | plist_updated="true" 74 | fi 75 | 76 | # remove CFBundleSupportedPlatforms from all embedded bundle plists 77 | for BUNDLE in $(find "$FRAMEWORK_DIR" -name '*.bundle' -type d); do 78 | for BUNDLE_PLIST in $(find "$BUNDLE" -name 'Info.plist' -type f -d 1); do 79 | plistval=$(/usr/libexec/PlistBuddy -c 'print ":CFBundleSupportedPlatforms"' "$BUNDLE_PLIST" 2>/dev/null || printf '') 80 | echo "CFBundleSupportedPlatforms for $FRAMEWORK_DIR/Info.plist" 81 | echo "Bundle Info: $plistval" 82 | if [[ "$plistval" != "" ]]; then 83 | /usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" "$BUNDLE_PLIST" 84 | echo "Removing CFBundleSupportedPlatforms from embedded bundle plist: $BUNDLE_PLIST" 85 | plist_updated="true" 86 | fi 87 | done 88 | done 89 | 90 | # Get architectures for current file 91 | echo "Current architectures for file: ${file}" 92 | lipo -info "${file}" 93 | archs="$(lipo -info "${file}" | rev | cut -d ':' -f1 | rev)" 94 | stripped="" 95 | for arch in $archs; do 96 | if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then 97 | # Strip non-valid architectures in-place 98 | lipo -remove "$arch" -output "$file" "$file" || exit 1 99 | stripped="$stripped $arch" 100 | fi 101 | done 102 | if [[ "$stripped" != "" || "$plist_updated" != "" ]]; then 103 | echo "Stripped $file of architectures:$stripped" 104 | if [ "${CODE_SIGNING_REQUIRED}" == "YES" ]; then 105 | code_sign "${file}" 106 | fi 107 | fi 108 | done 109 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/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/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/AviarySDKResources.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/AdobeCreativeSDKImageResources.bundle/framework-version.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Branch 6 | origin/master-external 7 | BuildNumber 8 | 2160.1 9 | Dependencies 10 | 11 | 12 | Name 13 | CreativeSDKImage 14 | SHA 15 | 19cd826 16 | Version 17 | 0.3 18 | 19 | 20 | -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeCreativeSDKImage.h: -------------------------------------------------------------------------------- 1 | /****************************************************************************** 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2016 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains the property of 10 | * Adobe Systems Incorporated and its suppliers, if any. The intellectual and 11 | * technical concepts contained herein are proprietary to Adobe Systems 12 | * Incorporated and its suppliers and are protected by trade secret or 13 | * copyright law. Dissemination of this information or reproduction of this 14 | * material is strictly forbidden unless prior written permission is obtained 15 | * from Adobe Systems Incorporated. 16 | * 17 | * THIS FILE IS PART OF THE CREATIVE SDK PUBLIC API 18 | * 19 | ******************************************************************************/ 20 | 21 | #import 22 | 23 | //! Project version number for AdobeCreativeSDKImage. 24 | FOUNDATION_EXPORT double AdobeCreativeSDKImageVersionNumber; 25 | 26 | //! Project version string for AdobeCreativeSDKImage. 27 | FOUNDATION_EXPORT const unsigned char AdobeCreativeSDKImageVersionString[]; 28 | 29 | #import 30 | 31 | #import 32 | #import 33 | #import 34 | #import 35 | #import 36 | #import 37 | 38 | #import 39 | 40 | #import 41 | #import 42 | #import -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorOpenGLManager.h: -------------------------------------------------------------------------------- 1 | /************************************************************************* 2 | * ADOBE CONFIDENTIAL 3 | * ___________________ 4 | * 5 | * Copyright 2014 Adobe Systems Incorporated 6 | * All Rights Reserved. 7 | * 8 | * NOTICE: All information contained herein is, and remains 9 | * the property of Adobe Systems Incorporated and its suppliers, 10 | * if any. The intellectual and technical concepts contained 11 | * herein are proprietary to Adobe Systems Incorporated and its 12 | * suppliers and are protected by all applicable intellectual property 13 | * laws, including trade secret and copyright laws. 14 | * Dissemination of this information or reproduction of this material 15 | * is strictly forbidden unless prior written permission is obtained 16 | * from Adobe Systems Incorporated. 17 | **************************************************************************/ 18 | 19 | 20 | #import 21 | 22 | NS_ASSUME_NONNULL_BEGIN 23 | 24 | /** 25 | The Image SDK processes images using OpenGL when possible. Before this happens, some OpenGL must be loaded, which takes can some time. 26 | This class provides a few class methods to help control that loading and unloading behavior. 27 | 28 | Developers may call beginOpenGLLoad to begin OpenGL loading before launching any the Image SDK. This will reduce the already very 29 | fast load time down to basically nothing. 30 | 31 | Once OpenGL data is loaded, the SDK's default behavior is to retain that data for the lifetime of the app. This allows 32 | the SDK to provide the best user experience possible. The data is fairly small in size, and it resides in GPU memory, 33 | so you likely won't see it in your profiler. 34 | 35 | Should you have a need to release the OpenGL data, the requestOpenGLDataPurge method sets an internal flag that causes OpenGL 36 | data to be unloaded when it is no longer needed. If for whatever reason you change your mind about the unload, 37 | cancelOpenGLDataPurgeRequest will cancel the request if data has not already been unloaded. 38 | 39 | Calls to requestOpenGLDataPurge only apply to the currently loaded OpenGL data, so if you wish to always purge, you would need to call 40 | requestOpenGLDataPurge every time you launch the editor. In this case a better solution would be use the `purgeGPUMemoryWhenPossible` 41 | class method on AdobeImageEditorCustomization, which causes Open GL data to be purged whenever possible. This option defaults to NO 42 | in order to optimize performance. 43 | */ 44 | 45 | @interface AdobeImageEditorOpenGLManager : NSObject 46 | 47 | /** 48 | Sets whether to purge GPU memory when possible 49 | */ 50 | 51 | + (void)setPurgeGPUMemoryWhenPossible:(BOOL)purgeGPUMemory; 52 | + (BOOL)willPurgeGPUMemoryWhenPossible; 53 | 54 | /** 55 | If necessary OpenGL data has not been loaded, this call begins the OpenGL load process. 56 | */ 57 | + (void)beginOpenGLLoad; 58 | 59 | /** 60 | Sets a flag that tells the current OpenGL data to be unloaded when possible. 61 | 62 | Calls to requestOpenGLDataPurge only apply to the currently loaded OpenGL data, so if you wish to always purge, you would need to call 63 | requestOpenGLDataPurge every time you launch the editor. In this case a better solution would be use the `purgeGPUMemoryWhenPossible` 64 | class method on AdobeImageEditorCustomization, which causes Open GL data to be purged whenever possible. This option defaults to NO 65 | in order to optimize performance. 66 | */ 67 | + (void)requestOpenGLDataPurge; 68 | 69 | /** 70 | If a call has been made to requestOpenGLDataPurge and OpenGL data has not yet been unloaded, this method causes the request to be cancelled. 71 | */ 72 | + (void)cancelOpenGLDataPurgeRequest; 73 | 74 | @end 75 | 76 | NS_ASSUME_NONNULL_END -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorProduct.h: -------------------------------------------------------------------------------- 1 | /************************************************************************* 2 | * ADOBE CONFIDENTIAL 3 | * ___________________ 4 | * 5 | * Copyright 2014 Adobe Systems Incorporated 6 | * All Rights Reserved. 7 | * 8 | * NOTICE: All information contained herein is, and remains 9 | * the property of Adobe Systems Incorporated and its suppliers, 10 | * if any. The intellectual and technical concepts contained 11 | * herein are proprietary to Adobe Systems Incorporated and its 12 | * suppliers and are protected by all applicable intellectual property 13 | * laws, including trade secret and copyright laws. 14 | * Dissemination of this information or reproduction of this material 15 | * is strictly forbidden unless prior written permission is obtained 16 | * from Adobe Systems Incorporated. 17 | **************************************************************************/ 18 | 19 | NS_ASSUME_NONNULL_BEGIN 20 | 21 | /** 22 | This class encapsulates information about non-consumable, in-app 23 | purchaseable products produced by Aviary and made available to users. This 24 | class is used in conjunction with the AdobeImageEditorInAppPurchaseManagerDelegate 25 | protocol methods. 26 | */ 27 | @interface AdobeImageEditorProduct : NSObject 28 | 29 | @end 30 | 31 | @interface AdobeImageEditorProduct (Compatibility) 32 | 33 | /** 34 | The name of the product in English. 35 | 36 | This should match the name entered into iTunes Connect for this product. 37 | */ 38 | @property (nonatomic, copy, readonly) NSString *productName; 39 | 40 | /** 41 | The description of the product in English. 42 | 43 | This should match the 44 | description entered into iTunes Connect for this product. 45 | */ 46 | @property (nonatomic, copy, readonly) NSString *productDescription; 47 | 48 | /** 49 | The internal product identifier. 50 | 51 | This key is guaranteed to be unique among all in-app purchase product 52 | identifiers used internally by the SDK. This key should *not* be entered 53 | into iTunes Connect. Create a new key, and implement the 54 | AdobeImageEditorInAppPurchaseManager protocol methods to pass your unique 55 | identifier to the SDK. See the iOS SDK In-App Purchase Guide for more 56 | information. 57 | */ 58 | @property (nonatomic, copy, readonly) NSString *internalProductIdentifier; 59 | 60 | @end 61 | 62 | NS_ASSUME_NONNULL_END -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeImageEditorSession.h: -------------------------------------------------------------------------------- 1 | /************************************************************************* 2 | * ADOBE CONFIDENTIAL 3 | * ___________________ 4 | * 5 | * Copyright 2014 Adobe Systems Incorporated 6 | * All Rights Reserved. 7 | * 8 | * NOTICE: All information contained herein is, and remains 9 | * the property of Adobe Systems Incorporated and its suppliers, 10 | * if any. The intellectual and technical concepts contained 11 | * herein are proprietary to Adobe Systems Incorporated and its 12 | * suppliers and are protected by all applicable intellectual property 13 | * laws, including trade secret and copyright laws. 14 | * Dissemination of this information or reproduction of this material 15 | * is strictly forbidden unless prior written permission is obtained 16 | * from Adobe Systems Incorporated. 17 | **************************************************************************/ 18 | 19 | #import 20 | #import 21 | 22 | NS_ASSUME_NONNULL_BEGIN 23 | 24 | @class AdobeImageEditorContext; 25 | 26 | /** 27 | Photo Editor Sessions are obtained from instances of 28 | AdobeUXImageEditorViewController through the `session` property. A session 29 | tracks and stores all user actions taken in the 30 | AdobeUXImageEditorViewController it was obtained from. 31 | */ 32 | @interface AdobeImageEditorSession : NSObject 33 | 34 | @end 35 | 36 | @interface AdobeImageEditorSession (Compatibility) 37 | 38 | /** Specifies whether the session is still open. 39 | 40 | Value will be YES if the generating AdobeUXImageEditorViewController has 41 | not been dismissed. 42 | */ 43 | @property (nonatomic, assign, readonly, getter=isOpen) BOOL open; 44 | 45 | /** Specifies if the session has been cancelled. 46 | 47 | Value will be YES if the user has invalided all actions by pressing 48 | "Cancel" in the generating AdobeUXImageEditorViewController. 49 | */ 50 | @property (nonatomic, assign, readonly, getter=isCancelled) BOOL cancelled; 51 | 52 | /** Specifies whether the session contains any actions. 53 | 54 | Value will be YES if the user has modified the image in the generating 55 | AdobeUXImageEditorViewController. 56 | */ 57 | @property (nonatomic, assign, readonly, getter=isModified) BOOL modified; 58 | 59 | /** 60 | Generates a new AdobeImageEditorContext. 61 | 62 | Contexts may be used to replay the session's actions on images. 63 | See AdobeImageEditorContext for more information. 64 | 65 | @param image The image to generate the context with. 66 | @return A new photo editor context. 67 | 68 | @warning Calling this method from any thread other in the main thread may result 69 | in undefined behavior. 70 | */ 71 | - (AdobeImageEditorContext *)createContextWithImage:(UIImage *)image; 72 | 73 | /** 74 | Generates a new AFPhotoEditorContext with a maximum size. 75 | 76 | @param image The image to generate the context with. 77 | @param size The maximum size the context should render the image at. 78 | @return A new photo editor context that can be used to replay the session's 79 | actions. See AFPhotoEditorContext. 80 | 81 | @warning Calling this method from any thread other in the main thread may 82 | result in undefined behavior. 83 | */ 84 | - (AdobeImageEditorContext *)createContextWithImage:(UIImage *)image 85 | maxSize:(CGSize)size; 86 | 87 | @end 88 | 89 | NS_ASSUME_NONNULL_END -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeUXImageEditorViewController+Compatibility.h: -------------------------------------------------------------------------------- 1 | /************************************************************************* 2 | * ADOBE CONFIDENTIAL 3 | * ___________________ 4 | * 5 | * Copyright 2014 Adobe Systems Incorporated 6 | * All Rights Reserved. 7 | * 8 | * NOTICE: All information contained herein is, and remains 9 | * the property of Adobe Systems Incorporated and its suppliers, 10 | * if any. The intellectual and technical concepts contained 11 | * herein are proprietary to Adobe Systems Incorporated and its 12 | * suppliers and are protected by all applicable intellectual property 13 | * laws, including trade secret and copyright laws. 14 | * Dissemination of this information or reproduction of this material 15 | * is strictly forbidden unless prior written permission is obtained 16 | * from Adobe Systems Incorporated. 17 | **************************************************************************/ 18 | 19 | /* 20 | All constants and compatibility aliases definted in this file 21 | are meant to provide a bridge between implementations of the legacy 22 | Aviary SDK and the Adobe Image SDK. Officially, the Aviary APIs are 23 | considered deprecated and are here for your convenience. These may be removed 24 | in future releases of the SDK. 25 | */ 26 | 27 | #import "AdobeUXImageEditorViewController.h" 28 | 29 | NS_ASSUME_NONNULL_BEGIN 30 | 31 | @class AdobeImageEditorSession; 32 | 33 | /** 34 | Options for defining a set of premium add ons to enable. Deprecated. 35 | */ 36 | typedef NS_OPTIONS(NSUInteger, AdobeImageEditorPremiumAddOn) { 37 | /** The option indicating no premium add ons.*/ 38 | AdobeImageEditorPremiumAddOnNone = 0, 39 | /** The option indicating the high resolution premium add on.*/ 40 | AdobeImageEditorPremiumAddOnHiRes = 1 << 0, 41 | /** The option indicating the white labeling premium add on.*/ 42 | AdobeImageEditorPremiumAddOnWhiteLabel = 1 << 1, 43 | }; 44 | 45 | @interface AdobeUXImageEditorViewController (Deprecated) 46 | 47 | + (void)setAPIKey:(NSString *)apiKey secret:(NSString *)secret 48 | DEPRECATED_MSG_ATTRIBUTE("Please use the -setAuthenticationParametersWithClientID:withClientSecret: " 49 | "method on the AdobeUXAuthManager singleton."); 50 | 51 | /** 52 | This method is provided purely for compatibility with the legacy Aviary SDK. 53 | Calls to this API have no effect. High resolution output is now free for all 54 | SDK integrations. White labelling is no longer offered in the Creative SDK. 55 | 56 | @param premiumAddOns bitmask of the add-ons to enable 57 | */ 58 | + (void)setPremiumAddOns:(AdobeImageEditorPremiumAddOn)premiumAddOns 59 | DEPRECATED_MSG_ATTRIBUTE("The Aviary premium add-on APIs have been " 60 | "deprecated and have no effect. This method " 61 | "is provided for source compatibility."); 62 | 63 | /** 64 | An AdobeImageEditorSession instance that tracks user actions within the photo editor. This can 65 | be used for high-resolution processing. Usage of this property for generating high resolution output 66 | has been deprecated in favor of the `-enqueueHighResolutionRenderWithImage:maximumSize:completion:` 67 | and `-enqueueHighResolutionRenderWithImage:completion:` methods. 68 | */ 69 | @property (nonatomic, strong, readonly) AdobeImageEditorSession *session 70 | DEPRECATED_MSG_ATTRIBUTE("This property has been deprecated for high resolution output " 71 | "in favor of -enqueueHighResolutionRenderWithImage:completion."); 72 | @end 73 | 74 | NS_ASSUME_NONNULL_END -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Headers/AdobeUXImageEditorViewController+InAppPurchase.h: -------------------------------------------------------------------------------- 1 | /************************************************************************* 2 | * 3 | * ADOBE CONFIDENTIAL 4 | * ___________________ 5 | * 6 | * Copyright 2014 Adobe Systems Incorporated 7 | * All Rights Reserved. 8 | * 9 | * NOTICE: All information contained herein is, and remains 10 | * the property of Adobe Systems Incorporated and its suppliers, 11 | * if any. The intellectual and technical concepts contained 12 | * herein are proprietary to Adobe Systems Incorporated and its 13 | * suppliers and are protected by trade secret or copyright law. 14 | * Dissemination of this information or reproduction of this material 15 | * is strictly forbidden unless prior written permission is obtained 16 | * from Adobe Systems Incorporated. 17 | * 18 | **************************************************************************/ 19 | 20 | #import "AdobeUXImageEditorViewController.h" 21 | 22 | NS_ASSUME_NONNULL_BEGIN 23 | 24 | @protocol AdobeImageEditorInAppPurchaseManager; 25 | @protocol AdobeImageEditorInAppPurchaseManagerDelegate; 26 | @class AdobeImageEditorProduct; 27 | 28 | DEPRECATED_MSG_ATTRIBUTE("This protocol has been deprecated and will no longer be called " 29 | "except for legacy Aviary IAP integrations.") 30 | @protocol AdobeImageEditorInAppPurchaseManagerDelegate 31 | @optional 32 | 33 | /** 34 | Deprecated. 35 | 36 | If implemented by the photo editor's delegate, this method will be called 37 | just before requesting information about products available through in-app 38 | purchase via the StoreKit API. If you wish to provide a custom product identifier, 39 | then this method should return the product identifier registered in iTunes 40 | Connect for the provided product. 41 | 42 | @param manager The in app purchase manager. 43 | @param product The product for which to return the product identifier 44 | registered in iTunes Connect. 45 | @return The product identifier registered in iTunes Connect. 46 | 47 | @see AdobeImageEditorProduct 48 | */ 49 | - (NSString *)inAppPurchaseManager:(id)manager 50 | productIdentifierForProduct:(AdobeImageEditorProduct *)product DEPRECATED_ATTRIBUTE; 51 | 52 | @end 53 | 54 | /** 55 | This protocol is implemented by the object returned by 56 | [AdobeUXImageEditorViewController inAppPurchaseManager]. You should 57 | call these methods to activate and deactivate in-app purchase. 58 | 59 | @see AdobeUXImageEditorViewController (InAppPurchase) 60 | */ 61 | @protocol AdobeImageEditorInAppPurchaseManager 62 | 63 | /** 64 | Deprecated. 65 | 66 | A delegate for handling in-app purchase-related callbacks, including mapping 67 | internal product identifiers to developer-provided identifiers registered in 68 | iTunes Connect. 69 | 70 | @see AdobeImageEditorInAppPurchaseManagerDelegate 71 | */ 72 | @property (nonatomic, weak, nullable) id delegate DEPRECATED_ATTRIBUTE; 73 | 74 | /** 75 | Indicates whether manager is observing transactions. 76 | 77 | @return YES if the in-app purchase manager is observing transactions (in-app 78 | purchase is enabled), NO otherwise. 79 | */ 80 | @property (nonatomic, assign, readonly, getter=isObservingTransactions) BOOL observingTransactions; 81 | 82 | /** 83 | Call this method to start observing transactions. After calling this method, 84 | isObservingTransactions will return YES. 85 | */ 86 | - (void)startObservingTransactions; 87 | 88 | /** 89 | Call this method to stop observing transactions. After calling this method, 90 | isObservingTransactions will return NO. 91 | */ 92 | - (void)stopObservingTransactions; 93 | 94 | @end 95 | 96 | @interface AdobeUXImageEditorViewController (InAppPurchase) 97 | 98 | /** 99 | The handler object for purchasing consumable content. In order for in-app 100 | purchase to function correctly, you must add the object returned by this method 101 | as an observer of the default SKPaymentQueue. In your app delegate's 102 | -finishedLaunchingWithOptions: method, you should call startObservingTransactions 103 | on the in app purchase manager. 104 | 105 | Please see the iOS SDK In-App Purchase Guide for more information about 106 | in-app purchases. 107 | 108 | @see AdobeImageEditorInAppPurchaseManager 109 | @see AdobeImageEditorInAppPurchaseManagerDelegate 110 | @see [AdobeImageEditorInAppPurchaseManager startObservingTransactions] and 111 | [AdobeImageEditorInAppPurchaseManager stopObservingTransactions] 112 | 113 | @return The manager. 114 | */ 115 | + (id)inAppPurchaseManager; 116 | 117 | @end 118 | 119 | NS_ASSUME_NONNULL_END -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Info.plist -------------------------------------------------------------------------------- /Source/Frameworks.ios/AdobeCreativeSDKImage.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module AdobeCreativeSDKImage { 2 | umbrella header "AdobeCreativeSDKImage.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /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/strip-frameworks.sh: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # 3 | # Copyright 2015 Realm Inc. 4 | # 5 | # Licensed under the Apache License, Version 2.0 (the "License"); 6 | # you may not use this file except in compliance with the License. 7 | # You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | # 17 | ################################################################################ 18 | 19 | # This script strips all non-valid architectures from dynamic libraries in 20 | # the application's `Frameworks` directory. 21 | # 22 | # The following environment variables are required: 23 | # 24 | # BUILT_PRODUCTS_DIR 25 | # FRAMEWORKS_FOLDER_PATH 26 | # VALID_ARCHS 27 | # EXPANDED_CODE_SIGN_IDENTITY 28 | 29 | echo "BUILT_PRODUCTS_DIR: $BUILT_PRODUCTS_DIR" 30 | echo "FRAMEWORKS_FOLDER_PATH: $FRAMEWORKS_FOLDER_PATH" 31 | echo "VALID_ARCHS: $VALID_ARCHS" 32 | echo "EXPANDED_CODE_SIGN_IDENTITY: $EXPANDED_CODE_SIGN_IDENTITY" 33 | 34 | 35 | # Signs a framework with the provided identity 36 | code_sign() { 37 | # Use the current code_sign_identitiy 38 | echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" 39 | echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements $1" 40 | /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1" 41 | } 42 | 43 | # Set working directory to product’s embedded frameworks 44 | cd "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}" 45 | 46 | if [ "$ACTION" = "install" ]; then 47 | echo "Copy .bcsymbolmap files to .xcarchive" 48 | find . -name '*.bcsymbolmap' -type f -exec mv {} "${CONFIGURATION_BUILD_DIR}" \; 49 | else 50 | # Delete *.bcsymbolmap files from framework bundle unless archiving 51 | find . -name '*.bcsymbolmap' -type f -exec rm -rf "{}" +\; 52 | fi 53 | 54 | echo "Stripping frameworks" 55 | 56 | for file in $(find . -type f -perm +111); do 57 | # Skip non-dynamic libraries 58 | if ! [[ "$(file "$file")" == *"dynamically linked shared library"* ]]; then 59 | continue 60 | fi 61 | 62 | FRAMEWORK_DIR=`dirname $file` 63 | 64 | plist_updated="" 65 | 66 | # remove CFBundleSupportedPlatforms from framework 67 | plistval=$(/usr/libexec/PlistBuddy -c 'print ":CFBundleSupportedPlatforms"' "$FRAMEWORK_DIR/Info.plist" 2>/dev/null || printf '') 68 | echo "CFBundleSupportedPlatforms for $FRAMEWORK_DIR/Info.plist" 69 | echo "Bundle Info: $plistval" 70 | if [[ "$plistval" != "" ]]; then 71 | /usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" "$FRAMEWORK_DIR/Info.plist" 72 | echo "Removing CFBundleSupportedPlatforms from framework plist: $FRAMEWORK_DIR/Info.plist" 73 | plist_updated="true" 74 | fi 75 | 76 | # remove CFBundleSupportedPlatforms from all embedded bundle plists 77 | for BUNDLE in $(find "$FRAMEWORK_DIR" -name '*.bundle' -type d); do 78 | for BUNDLE_PLIST in $(find "$BUNDLE" -name 'Info.plist' -type f -d 1); do 79 | plistval=$(/usr/libexec/PlistBuddy -c 'print ":CFBundleSupportedPlatforms"' "$BUNDLE_PLIST" 2>/dev/null || printf '') 80 | echo "CFBundleSupportedPlatforms for $FRAMEWORK_DIR/Info.plist" 81 | echo "Bundle Info: $plistval" 82 | if [[ "$plistval" != "" ]]; then 83 | /usr/libexec/PlistBuddy -c "Delete :CFBundleSupportedPlatforms" "$BUNDLE_PLIST" 84 | echo "Removing CFBundleSupportedPlatforms from embedded bundle plist: $BUNDLE_PLIST" 85 | plist_updated="true" 86 | fi 87 | done 88 | done 89 | 90 | # Get architectures for current file 91 | echo "Current architectures for file: ${file}" 92 | lipo -info "${file}" 93 | archs="$(lipo -info "${file}" | rev | cut -d ':' -f1 | rev)" 94 | stripped="" 95 | for arch in $archs; do 96 | if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then 97 | # Strip non-valid architectures in-place 98 | lipo -remove "$arch" -output "$file" "$file" || exit 1 99 | stripped="$stripped $arch" 100 | fi 101 | done 102 | if [[ "$stripped" != "" || "$plist_updated" != "" ]]; then 103 | echo "Stripped $file of architectures:$stripped" 104 | if [ "${CODE_SIGNING_REQUIRED}" == "YES" ]; then 105 | code_sign "${file}" 106 | fi 107 | fi 108 | done 109 | -------------------------------------------------------------------------------- /Source/NativeModules.android/AsyncTaskCompat.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2014 The Android Open Source Project 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | package android.support.v4.os; 17 | import android.os.AsyncTask; 18 | import android.os.Build; 19 | /** 20 | * Helper for accessing features in {@link android.os.AsyncTask} 21 | * introduced after API level 4 in a backwards compatible fashion. 22 | */ 23 | public final class AsyncTaskCompat { 24 | /** 25 | * Executes the task with the specified parameters, allowing multiple tasks to run in parallel 26 | * on a pool of threads managed by {@link android.os.AsyncTask}. 27 | * 28 | * @param task The {@link android.os.AsyncTask} to execute. 29 | * @param params The parameters of the task. 30 | * @return the instance of AsyncTask. 31 | */ 32 | public static AsyncTask executeParallel( 33 | AsyncTask task, 34 | Params... params) { 35 | if (task == null) { 36 | throw new IllegalArgumentException("task can not be null"); 37 | } 38 | if (Build.VERSION.SDK_INT >= 11) { 39 | // From API 11 onwards, we need to manually select the THREAD_POOL_EXECUTOR 40 | AsyncTaskCompatHoneycomb.executeParallel(task, params); 41 | } else { 42 | // Before API 11, all tasks were run in parallel 43 | task.execute(params); 44 | } 45 | return task; 46 | } 47 | private AsyncTaskCompat() {} 48 | } -------------------------------------------------------------------------------- /Source/NativeModules.android/AsyncTaskCompatHoneycomb.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2014 The Android Open Source Project 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | package android.support.v4.os; 17 | import android.os.AsyncTask; 18 | /** 19 | * Implementation of AsyncTask compatibility that can call Honeycomb APIs. 20 | */ 21 | class AsyncTaskCompatHoneycomb { 22 | static void executeParallel( 23 | AsyncTask task, 24 | Params... params) { 25 | task.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, params); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /android/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | android 4 | Project android created by Buildship. 5 | 6 | 7 | 8 | 9 | org.eclipse.buildship.core.gradleprojectbuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.buildship.core.gradleprojectnature 16 | 17 | 18 | -------------------------------------------------------------------------------- /android/.settings/org.eclipse.buildship.core.prefs: -------------------------------------------------------------------------------- 1 | connection.project.dir= 2 | eclipse.preferences.version=1 3 | -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- 1 | 2 | buildscript { 3 | repositories { 4 | jcenter() 5 | } 6 | 7 | dependencies { 8 | classpath 'com.android.tools.build:gradle:1.3.1' 9 | } 10 | } 11 | 12 | apply plugin: 'com.android.library' 13 | 14 | android { 15 | compileSdkVersion 23 16 | buildToolsVersion "23.0.1" 17 | 18 | defaultConfig { 19 | minSdkVersion 16 20 | targetSdkVersion 22 21 | versionCode 1 22 | versionName "1.0" 23 | manifestPlaceholders = [appPackageName: "${applicationId}"] 24 | } 25 | lintOptions { 26 | abortOnError false 27 | } 28 | } 29 | 30 | allprojects { 31 | repositories { 32 | mavenCentral() 33 | maven { 34 | url "https://repository.apache.org/content/repositories/snapshots/" 35 | } 36 | } 37 | } 38 | 39 | dependencies { 40 | compile fileTree(dir: "libs", include: ["*.jar"]) 41 | 42 | compile 'commons-io:commons-io:2.4' 43 | 44 | //https://github.com/CreativeSDK/android-getting-started-samples/blob/master/image-editor-ui/code/app/build.gradle 45 | compile 'com.adobe.creativesdk.foundation:auth:0.9.1251' 46 | compile 'com.adobe.creativesdk:image:4.8.4' 47 | compile 'com.localytics.android:library:3.8.0' 48 | 49 | compile 'com.facebook.react:react-native:+' 50 | } 51 | -------------------------------------------------------------------------------- /android/libs/commons-imaging-1.0-20170209.001022-116.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/android/libs/commons-imaging-1.0-20170209.001022-116.jar -------------------------------------------------------------------------------- /android/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /android/src/main/java/com/pomocorp/rnimagetools/ContentResolver.java: -------------------------------------------------------------------------------- 1 | package com.pomocorp.rnimagetools; 2 | 3 | import android.content.Context; 4 | import android.database.Cursor; 5 | import android.net.Uri; 6 | import android.provider.MediaStore; 7 | 8 | import org.apache.commons.io.FileUtils; 9 | import org.apache.commons.io.IOUtils; 10 | 11 | import java.io.File; 12 | import java.io.IOException; 13 | import java.net.URL; 14 | 15 | public class ContentResolver { 16 | private Context reactContext; 17 | 18 | public ContentResolver(Context reactContext) { 19 | this.reactContext = reactContext; 20 | } 21 | 22 | public String resolveUri(Uri uri) { 23 | /* 24 | content://com.android.providers.media.documents/document/image%3A519 25 | content://media/external/images/media/430 26 | ... or maybe (like from dropbox) 27 | file:///storage/emulated/0/Android/data/com.dropbox.android/files/u3578267/scratch/testing/2015-04-26%2017.00.22.jpg 28 | */ 29 | 30 | String scheme = uri.getScheme(); 31 | if (scheme == null) { 32 | return uri.getPath(); 33 | } else if ("file".equals(scheme)) { 34 | return uri.getPath(); 35 | } else if ("content".equals(scheme)) { 36 | Cursor cursor = reactContext.getContentResolver().query(uri, new String[]{MediaStore.Images.Media.DATA}, null, null, null); 37 | 38 | if (cursor == null) { // not from the local database 39 | return uri.toString(); 40 | } else { 41 | cursor.moveToFirst(); 42 | try { 43 | int idx = cursor.getColumnIndexOrThrow(MediaStore.Images.Media.DATA); 44 | String filePath = cursor.getString(idx); 45 | return new File(filePath).toURI().toString(); 46 | } finally { 47 | cursor.close(); 48 | } 49 | } 50 | } else { 51 | return uri.toString(); 52 | } 53 | } 54 | 55 | public byte[] readBytes(File file) throws IOException { 56 | return readBytes(file.getAbsolutePath()); 57 | } 58 | 59 | public byte[] readBytes(String uri) throws IOException { 60 | String realFilePath = resolveUri(Uri.parse(uri)); 61 | 62 | if (realFilePath.startsWith("/") || realFilePath.startsWith("file:/")) { 63 | File file = new File(Uri.parse(realFilePath).getPath()); 64 | return FileUtils.readFileToByteArray(file); 65 | } else { 66 | return IOUtils.toByteArray(new URL(realFilePath)); 67 | } 68 | } 69 | } 70 | -------------------------------------------------------------------------------- /android/src/main/java/com/pomocorp/rnimagetools/ImageMetadataTools.java: -------------------------------------------------------------------------------- 1 | package com.pomocorp.rnimagetools; 2 | 3 | import android.support.annotation.Nullable; 4 | 5 | import com.facebook.react.bridge.WritableMap; 6 | import com.facebook.react.bridge.WritableNativeArray; 7 | import com.facebook.react.bridge.WritableNativeMap; 8 | 9 | import org.apache.commons.imaging.ImageReadException; 10 | import org.apache.commons.imaging.ImageWriteException; 11 | import org.apache.commons.imaging.Imaging; 12 | import org.apache.commons.imaging.common.ImageMetadata; 13 | import org.apache.commons.imaging.formats.jpeg.JpegImageMetadata; 14 | import org.apache.commons.imaging.formats.png.InterlaceMethod; 15 | import org.apache.commons.imaging.formats.tiff.TiffField; 16 | import org.apache.commons.imaging.formats.tiff.TiffImageMetadata; 17 | import org.apache.commons.imaging.formats.tiff.constants.TiffTagConstants; 18 | import org.apache.commons.imaging.formats.tiff.taginfos.TagInfo; 19 | import org.apache.commons.imaging.formats.tiff.write.TiffOutputDirectory; 20 | import org.apache.commons.imaging.formats.tiff.write.TiffOutputField; 21 | import org.apache.commons.imaging.formats.tiff.write.TiffOutputSet; 22 | 23 | import java.io.IOException; 24 | 25 | public class ImageMetadataTools { 26 | private JpegImageMetadata jpegImageMetadata; 27 | 28 | public ImageMetadataTools(JpegImageMetadata jpegImageMetadata) { 29 | this.jpegImageMetadata = jpegImageMetadata; 30 | } 31 | 32 | @Nullable 33 | public static ImageMetadataTools createImageMetadata(byte[] bytes) throws IOException, ImageReadException { 34 | ImageMetadata metadata = Imaging.getMetadata(bytes); 35 | if(metadata == null) 36 | return null; 37 | 38 | if (metadata instanceof JpegImageMetadata) { 39 | JpegImageMetadata jpegImageMetadata = (JpegImageMetadata) metadata; 40 | return new ImageMetadataTools(jpegImageMetadata); 41 | } else { 42 | return null; 43 | } 44 | } 45 | 46 | public WritableMap asMap() throws ImageWriteException { 47 | TiffOutputSet exifData = jpegImageMetadata.getExif().getOutputSet(); 48 | 49 | WritableNativeMap map = new WritableNativeMap(); 50 | 51 | for (TiffOutputDirectory directory : exifData.getDirectories()) { 52 | WritableNativeMap dir = new WritableNativeMap(); 53 | 54 | for (TiffOutputField field : directory.getFields()) { 55 | TagInfo tagInfo = field.tagInfo; 56 | 57 | TiffField exifValue = jpegImageMetadata.findEXIFValue(tagInfo); 58 | if (exifValue == null) 59 | continue; 60 | 61 | Object value = exifValue.getValueDescription(); 62 | if (value == null) 63 | continue; 64 | 65 | dir.putString(tagInfo.name, value.toString()); 66 | } 67 | 68 | map.putMap(directory.description(), dir); 69 | } 70 | 71 | return map; 72 | } 73 | 74 | public int orientation() { 75 | TiffField exifValue = jpegImageMetadata.findEXIFValue(TiffTagConstants.TIFF_TAG_ORIENTATION); 76 | if(exifValue == null) 77 | return 0; 78 | Object value = exifValue.getValueDescription(); 79 | return value == null ? 0 : Integer.valueOf(value.toString()); 80 | } 81 | 82 | @Nullable 83 | public String timestamp() { 84 | TiffField exifValue = jpegImageMetadata.findEXIFValue(TiffTagConstants.TIFF_TAG_DATE_TIME); 85 | if(exifValue == null) 86 | return null; 87 | Object value = exifValue.getValueDescription(); 88 | return value == null ? null : value.toString(); 89 | } 90 | 91 | public WritableMap location() throws ImageReadException { 92 | TiffImageMetadata.GPSInfo gps = jpegImageMetadata.getExif().getGPS(); 93 | 94 | WritableNativeMap map = new WritableNativeMap(); 95 | if(gps == null) 96 | return map; 97 | 98 | map.putDouble("longitude", gps.getLongitudeAsDegreesEast()); 99 | map.putDouble("latitude", gps.getLatitudeAsDegreesNorth()); 100 | return map; 101 | } 102 | } 103 | -------------------------------------------------------------------------------- /android/src/main/java/com/pomocorp/rnimagetools/RNImageToolsPackage.java: -------------------------------------------------------------------------------- 1 | package com.pomocorp.rnimagetools; 2 | 3 | import com.facebook.react.ReactPackage; 4 | import com.facebook.react.bridge.JavaScriptModule; 5 | import com.facebook.react.bridge.NativeModule; 6 | import com.facebook.react.bridge.ReactApplicationContext; 7 | import com.facebook.react.uimanager.ViewManager; 8 | 9 | import java.util.Arrays; 10 | import java.util.Collections; 11 | import java.util.List; 12 | 13 | public class RNImageToolsPackage implements ReactPackage { 14 | @Override 15 | public List createNativeModules(ReactApplicationContext reactContext) { 16 | return Arrays.asList(new RNImageToolsModule(reactContext)); 17 | } 18 | 19 | public List> createJSModules() { 20 | return Collections.emptyList(); 21 | } 22 | 23 | @Override 24 | public List createViewManagers(ReactApplicationContext reactContext) { 25 | return Collections.emptyList(); 26 | } 27 | } -------------------------------------------------------------------------------- /docs/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npomfret/react-native-image-tools/87d72ea1f28f3aaafbab2fd9f7cc07a101588076/docs/demo.gif -------------------------------------------------------------------------------- /docs/install.md: -------------------------------------------------------------------------------- 1 | ## Getting started 2 | 3 | A working project can be found in the the [example app](https://github.com/npomfret/rn-image-tools-example). 4 | 5 | No npm package yet... 6 | 7 | npm install react-native-image-tools@https://github.com/npomfret/react-native-image-tools.git --save 8 | react-native link react-native-image-tools 9 | 10 | _(Optional)_ Get your Adobe ID key (client id, secret key and redirect url) for the Abode Creative SDK 11 | from [abobe.io](https://www.adobe.io/console/integrations/new). It will work without it, but you will 12 | get a pop up warning when the image editor is launched. **Before releasing your app** you will need 13 | to submit your app to Adobe for [review](https://creativesdk.zendesk.com/hc/en-us/articles/204601215-How-to-complete-the-Production-Client-ID-Request). 14 | 15 | ## For iOS 16 | 17 | (official docs [here](https://creativesdk.adobe.com/docs/ios/#/articles/gettingstarted/index.html)) 18 | 19 | * Download the [Adobe Creative SDK](https://creativesdk.adobe.com/downloads.html) for iOS. 20 | * Create a folder called `Frameworks` at the root of your iOS project and copy _AdobeCreativeSDKImage.framework_ and _AdobeCreativeSDKCore.framework_ to it 21 | * in xCode: 22 | * under _General_ > _Embeded Binaries_, click _+_, click _Add Other_, browse to the frameworks directory and add them both 23 | * under _Build Settings_ > _Framework Search Paths_ add `$(PROJECT_DIR)/Frameworks` 24 | * under _Build Phases_ > click _+_, click _New Run Script Phase_ (note that the order of the build phases is crucial; this _Run Script_ phase **must** come after the _Embed Frameworks_ phase), add this text: 25 | `${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/AdobeCreativeSDKCore.framework/strip-frameworks.sh` 26 | * clean and build 27 | 28 | ## For Android 29 | 30 | (official docs [here](https://creativesdk.adobe.com/docs/android/#/articles/gettingstarted/index.html)) 31 | 32 | * Import Modules to `settings.gradle`: 33 | ``` 34 | ... 35 | include ':react-native-image-tools' 36 | project(':react-native-image-tools').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-image-tools/android') 37 | ... 38 | ``` 39 | 40 | * Add some maven repos to your root level `build.gradle`: 41 | 42 | ``` 43 | allprojects { 44 | repositories { 45 | ... 46 | maven { 47 | url 'https://repo.adobe.com/nexus/content/repositories/releases/' 48 | } 49 | maven { 50 | url 'http://maven.localytics.com/public' 51 | } 52 | ... 53 | } 54 | } 55 | ``` 56 | 57 | * To your app `build.gradle`, add the following: 58 | 59 | ``` 60 | android { 61 | ... 62 | defaultConfig { 63 | ... 64 | manifestPlaceholders = [appPackageName: "${applicationId}"] 65 | multiDexEnabled true 66 | } 67 | 68 | packagingOptions { 69 | exclude 'META-INF/rxjava.properties' 70 | } 71 | 72 | dependencies { 73 | compile 'com.android.support:multidex:1.0.3' 74 | implementation fileTree(dir: "libs", include: ["*.jar"]) 75 | configurations { 76 | cleanedAnnotations 77 | compile.exclude group: 'org.jetbrains' , module:'annotations' 78 | } 79 | configurations.all { 80 | exclude group: 'com.android.support', module: 'support-v13' 81 | } 82 | implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" 83 | implementation "com.android.support:design:${rootProject.ext.supportLibVersion}" 84 | compile project(':react-native-image-tools') 85 | ... 86 | } 87 | } 88 | ``` 89 | 90 | * To your `MainApplication.java` add: 91 | 92 | ``` 93 | 94 | ... 95 | import com.pomocorp.rnimagetools.RNImageToolsPackage; 96 | import com.adobe.creativesdk.foundation.AdobeCSDKFoundation; 97 | import com.adobe.creativesdk.foundation.auth.IAdobeAuthClientCredentials; 98 | ... 99 | 100 | //add IAdobeAuthClientCredentials to the implements list 101 | public class MainApplication extends Application implements ReactApplication, IAdobeAuthClientCredentials { 102 | ... 103 | 104 | protected List getPackages() { 105 | return Arrays.asList( 106 | ... 107 | new RNImageToolsPackage() 108 | ... 109 | ); 110 | } 111 | 112 | @Override 113 | public void onCreate() { 114 | ... 115 | MultiDex.install(getBaseContext()); // oppotional, for some case this might cause an error 116 | AdobeCSDKFoundation.initializeCSDKFoundation(getApplicationContext()); 117 | ... 118 | } 119 | 120 | @Override 121 | public String getClientID() { 122 | return "your client id here"; 123 | } 124 | 125 | @Override 126 | public String getClientSecret() { 127 | return "your client secret here"; 128 | } 129 | 130 | @Override 131 | public String getRedirectURI() { 132 | return "your client redirect here"; 133 | } 134 | 135 | @Override 136 | public String[] getAdditionalScopesList() { 137 | return new String[]{"email", "profile", "address"}; 138 | } 139 | } 140 | ``` 141 | 142 | * Add both AsyncTaskCompat.java & AsyncTaskCompatHoneycomb.java to your android/app/src/main/java/com/yourproject/ 143 | -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | 2 | import { NativeModules } from 'react-native'; 3 | 4 | const { RNImageTools } = NativeModules; 5 | 6 | export default RNImageTools; 7 | -------------------------------------------------------------------------------- /ios/NSDictionary+Merge.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface NSDictionary (Merge) 4 | 5 | + (NSDictionary *) dictionaryByMerging: (NSDictionary *) dict1 with: (NSDictionary *) dict2; 6 | - (NSDictionary *) dictionaryByMergingWith: (NSDictionary *) dict; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /ios/NSDictionary+Merge.m: -------------------------------------------------------------------------------- 1 | #import "NSDictionary+Merge.h" 2 | 3 | @implementation NSDictionary (Merge) 4 | 5 | //thanks to: http://stackoverflow.com/questions/4011781/deep-combine-nsdictionaries 6 | 7 | + (NSDictionary *) dictionaryByMerging: (NSDictionary *) dict1 with: (NSDictionary *) dict2 { 8 | NSMutableDictionary * result = [NSMutableDictionary dictionaryWithDictionary:dict1]; 9 | 10 | [dict2 enumerateKeysAndObjectsUsingBlock: ^(id key, id obj, BOOL *stop) { 11 | if (![dict1 objectForKey:key]) { 12 | [result setObject: obj forKey: key]; 13 | } else if ([obj isKindOfClass:[NSDictionary class]]) { 14 | NSDictionary * newVal = [[dict1 objectForKey: key] dictionaryByMergingWith: (NSDictionary *) obj]; 15 | [result setObject: newVal forKey: key]; 16 | } 17 | }]; 18 | 19 | return (NSDictionary *) [result mutableCopy]; 20 | } 21 | 22 | - (NSDictionary *) dictionaryByMergingWith: (NSDictionary *) dict { 23 | return [[self class] dictionaryByMerging: self with: dict]; 24 | } 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /ios/RNImageTools.h: -------------------------------------------------------------------------------- 1 | 2 | #import 3 | #import 4 | #import 5 | 6 | @interface RNImageTools : RCTEventEmitter 7 | 8 | @end 9 | 10 | -------------------------------------------------------------------------------- /ios/RNImageTools.podspec: -------------------------------------------------------------------------------- 1 | 2 | Pod::Spec.new do |s| 3 | s.name = "RNImageTools" 4 | s.version = "1.0.0" 5 | s.summary = "RNImageTools" 6 | s.description = <<-DESC 7 | RNImageTools 8 | DESC 9 | s.homepage = "" 10 | s.license = "MIT" 11 | # s.license = { :type => "MIT", :file => "FILE_LICENSE" } 12 | s.author = { "author" => "author@domain.cn" } 13 | s.platform = :ios, "7.0" 14 | s.source = { :git => "https://github.com/author/RNImageTools.git", :tag => "master" } 15 | s.source_files = "RNImageTools/**/*.{h,m}" 16 | s.requires_arc = true 17 | 18 | 19 | s.dependency "React" 20 | #s.dependency "others" 21 | 22 | end 23 | 24 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "react-native-image-tools", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "keywords": [ 10 | "react-native" 11 | ], 12 | "author": "", 13 | "license": "" 14 | } -------------------------------------------------------------------------------- /windows/.gitignore: -------------------------------------------------------------------------------- 1 | *AppPackages* 2 | *BundleArtifacts* 3 | *ReactAssets* 4 | 5 | #OS junk files 6 | [Tt]humbs.db 7 | *.DS_Store 8 | 9 | #Visual Studio files 10 | *.[Oo]bj 11 | *.user 12 | *.aps 13 | *.pch 14 | *.vspscc 15 | *.vssscc 16 | *_i.c 17 | *_p.c 18 | *.ncb 19 | *.suo 20 | *.tlb 21 | *.tlh 22 | *.bak 23 | *.[Cc]ache 24 | *.ilk 25 | *.log 26 | *.lib 27 | *.sbr 28 | *.sdf 29 | *.opensdf 30 | *.opendb 31 | *.unsuccessfulbuild 32 | ipch/ 33 | [Oo]bj/ 34 | [Bb]in 35 | [Dd]ebug*/ 36 | [Rr]elease*/ 37 | Ankh.NoLoad 38 | 39 | #MonoDevelop 40 | *.pidb 41 | *.userprefs 42 | 43 | #Tooling 44 | _ReSharper*/ 45 | *.resharper 46 | [Tt]est[Rr]esult* 47 | *.sass-cache 48 | 49 | #Project files 50 | [Bb]uild/ 51 | 52 | #Subversion files 53 | .svn 54 | 55 | # Office Temp Files 56 | ~$* 57 | 58 | # vim Temp Files 59 | *~ 60 | 61 | #NuGet 62 | packages/ 63 | *.nupkg 64 | 65 | #ncrunch 66 | *ncrunch* 67 | *crunch*.local.xml 68 | 69 | # visual studio database projects 70 | *.dbmdl 71 | 72 | #Test files 73 | *.testsettings 74 | 75 | #Other files 76 | *.DotSettings 77 | .vs/ 78 | *project.lock.json 79 | -------------------------------------------------------------------------------- /windows/.npmignore: -------------------------------------------------------------------------------- 1 | *AppPackages* 2 | *BundleArtifacts* 3 | *ReactAssets* 4 | 5 | #OS junk files 6 | [Tt]humbs.db 7 | *.DS_Store 8 | 9 | #Visual Studio files 10 | *.[Oo]bj 11 | *.user 12 | *.aps 13 | *.pch 14 | *.vspscc 15 | *.vssscc 16 | *_i.c 17 | *_p.c 18 | *.ncb 19 | *.suo 20 | *.tlb 21 | *.tlh 22 | *.bak 23 | *.[Cc]ache 24 | *.ilk 25 | *.log 26 | *.lib 27 | *.sbr 28 | *.sdf 29 | *.opensdf 30 | *.opendb 31 | *.unsuccessfulbuild 32 | ipch/ 33 | [Oo]bj/ 34 | [Bb]in 35 | [Dd]ebug*/ 36 | [Rr]elease*/ 37 | Ankh.NoLoad 38 | 39 | #MonoDevelop 40 | *.pidb 41 | *.userprefs 42 | 43 | #Tooling 44 | _ReSharper*/ 45 | *.resharper 46 | [Tt]est[Rr]esult* 47 | *.sass-cache 48 | 49 | #Project files 50 | [Bb]uild/ 51 | 52 | #Subversion files 53 | .svn 54 | 55 | # Office Temp Files 56 | ~$* 57 | 58 | # vim Temp Files 59 | *~ 60 | 61 | #NuGet 62 | packages/ 63 | *.nupkg 64 | 65 | #ncrunch 66 | *ncrunch* 67 | *crunch*.local.xml 68 | 69 | # visual studio database projects 70 | *.dbmdl 71 | 72 | #Test files 73 | *.testsettings 74 | 75 | #Other files 76 | *.DotSettings 77 | .vs/ 78 | *project.lock.json 79 | -------------------------------------------------------------------------------- /windows/RNImageTools.sln: -------------------------------------------------------------------------------- 1 | Microsoft Visual Studio Solution File, Format Version 12.00 2 | # Visual Studio 14 3 | VisualStudioVersion = 14.0.25123.0 4 | MinimumVisualStudioVersion = 10.0.40219.1 5 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RNImageTools", "RNImageTools\RNImageTools.csproj", "{A4D06920-08C9-11E7-B302-93623964A3B8}" 6 | EndProject 7 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactNative", "..\node_modules\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj", "{C7673AD5-E3AA-468C-A5FD-FA38154E205C}" 8 | EndProject 9 | Global 10 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 11 | Debug|Any CPU = Debug|Any CPU 12 | Debug|ARM = Debug|ARM 13 | Debug|x64 = Debug|x64 14 | Debug|x86 = Debug|x86 15 | Development|Any CPU = Development|Any CPU 16 | Development|ARM = Development|ARM 17 | Development|x64 = Development|x64 18 | Development|x86 = Development|x86 19 | Release|Any CPU = Release|Any CPU 20 | Release|ARM = Release|ARM 21 | Release|x64 = Release|x64 22 | Release|x86 = Release|x86 23 | EndGlobalSection 24 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 25 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 26 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Debug|Any CPU.Build.0 = Debug|Any CPU 27 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Debug|ARM.ActiveCfg = Debug|ARM 28 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Debug|ARM.Build.0 = Debug|ARM 29 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Debug|x64.ActiveCfg = Debug|x64 30 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Debug|x64.Build.0 = Debug|x64 31 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Debug|x86.ActiveCfg = Debug|x86 32 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Debug|x86.Build.0 = Debug|x86 33 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Development|Any CPU.ActiveCfg = Development|Any CPU 34 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Development|Any CPU.Build.0 = Development|Any CPU 35 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Development|ARM.ActiveCfg = Development|ARM 36 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Development|ARM.Build.0 = Development|ARM 37 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Development|x64.ActiveCfg = Development|x64 38 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Development|x64.Build.0 = Development|x64 39 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Development|x86.ActiveCfg = Development|x86 40 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Development|x86.Build.0 = Development|x86 41 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Release|Any CPU.ActiveCfg = Release|Any CPU 42 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Release|Any CPU.Build.0 = Release|Any CPU 43 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Release|ARM.ActiveCfg = Release|ARM 44 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Release|ARM.Build.0 = Release|ARM 45 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Release|x64.ActiveCfg = Release|x64 46 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Release|x64.Build.0 = Release|x64 47 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Release|x86.ActiveCfg = Release|x86 48 | {A4D06920-08C9-11E7-B302-93623964A3B8}.Release|x86.Build.0 = Release|x86 49 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 50 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|Any CPU.Build.0 = Debug|Any CPU 51 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|ARM.ActiveCfg = Debug|ARM 52 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|ARM.Build.0 = Debug|ARM 53 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|x64.ActiveCfg = Debug|x64 54 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|x64.Build.0 = Debug|x64 55 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|x86.ActiveCfg = Debug|x86 56 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|x86.Build.0 = Debug|x86 57 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|Any CPU.ActiveCfg = Debug|Any CPU 58 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|Any CPU.Build.0 = Debug|Any CPU 59 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|ARM.ActiveCfg = Debug|ARM 60 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|ARM.Build.0 = Debug|ARM 61 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|x64.ActiveCfg = Debug|x64 62 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|x64.Build.0 = Debug|x64 63 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|x86.ActiveCfg = Debug|x86 64 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|x86.Build.0 = Debug|x86 65 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|Any CPU.ActiveCfg = Release|Any CPU 66 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|Any CPU.Build.0 = Release|Any CPU 67 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|ARM.ActiveCfg = Release|ARM 68 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|ARM.Build.0 = Release|ARM 69 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|x64.ActiveCfg = Release|x64 70 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|x64.Build.0 = Release|x64 71 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|x86.ActiveCfg = Release|x86 72 | {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|x86.Build.0 = Release|x86 73 | EndGlobalSection 74 | GlobalSection(SolutionProperties) = preSolution 75 | HideSolutionNode = FALSE 76 | EndGlobalSection 77 | EndGlobal 78 | -------------------------------------------------------------------------------- /windows/RNImageTools/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("RNImageTools")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("RNImageTools")] 13 | [assembly: AssemblyCopyright("Copyright © 2016")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Version information for an assembly consists of the following four values: 18 | // 19 | // Major Version 20 | // Minor Version 21 | // Build Number 22 | // Revision 23 | // 24 | // You can specify all the values or you can default the Build and Revision Numbers 25 | // by using the '*' as shown below: 26 | // [assembly: AssemblyVersion("1.0.*")] 27 | [assembly: AssemblyVersion("1.0.0.0")] 28 | [assembly: AssemblyFileVersion("1.0.0.0")] 29 | [assembly: ComVisible(false)] 30 | -------------------------------------------------------------------------------- /windows/RNImageTools/Properties/RNImageTools.rd.xml: -------------------------------------------------------------------------------- 1 | 2 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /windows/RNImageTools/RNImageToolsModule.cs: -------------------------------------------------------------------------------- 1 | using ReactNative.Bridge; 2 | using System; 3 | using System.Collections.Generic; 4 | using Windows.ApplicationModel.Core; 5 | using Windows.UI.Core; 6 | 7 | namespace Com.Reactlibrary.RNImageTools 8 | { 9 | /// 10 | /// A module that allows JS to share data. 11 | /// 12 | class RNImageToolsModule : NativeModuleBase 13 | { 14 | /// 15 | /// Instantiates the . 16 | /// 17 | internal RNImageToolsModule() 18 | { 19 | 20 | } 21 | 22 | /// 23 | /// The name of the native module. 24 | /// 25 | public override string Name 26 | { 27 | get 28 | { 29 | return "RNImageTools"; 30 | } 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /windows/RNImageTools/RNImageToolsPackage.cs: -------------------------------------------------------------------------------- 1 | using ReactNative.Bridge; 2 | using ReactNative.Modules.Core; 3 | using ReactNative.UIManager; 4 | using System; 5 | using System.Collections.Generic; 6 | 7 | namespace Com.Reactlibrary.RNImageTools 8 | { 9 | /// 10 | /// Package defining core framework modules (e.g., ). 11 | /// It should be used for modules that require special integration with 12 | /// other framework parts (e.g., with the list of packages to load view 13 | /// managers from). 14 | /// 15 | public class RNImageToolsPackage : IReactPackage 16 | { 17 | /// 18 | /// Creates the list of native modules to register with the react 19 | /// instance. 20 | /// 21 | /// The react application context. 22 | /// The list of native modules. 23 | public IReadOnlyList CreateNativeModules(ReactContext reactContext) 24 | { 25 | return new List 26 | { 27 | new RNImageToolsModule(), 28 | }; 29 | } 30 | 31 | /// 32 | /// Creates the list of JavaScript modules to register with the 33 | /// react instance. 34 | /// 35 | /// The list of JavaScript modules. 36 | public IReadOnlyList CreateJavaScriptModulesConfig() 37 | { 38 | return new List(0); 39 | } 40 | 41 | /// 42 | /// Creates the list of view managers that should be registered with 43 | /// the . 44 | /// 45 | /// The react application context. 46 | /// The list of view managers. 47 | public IReadOnlyList CreateViewManagers( 48 | ReactContext reactContext) 49 | { 50 | return new List(0); 51 | } 52 | } 53 | } 54 | -------------------------------------------------------------------------------- /windows/RNImageTools/project.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0" 4 | }, 5 | "frameworks": { 6 | "uap10.0": {} 7 | }, 8 | "runtimes": { 9 | "win10-arm": {}, 10 | "win10-arm-aot": {}, 11 | "win10-x86": {}, 12 | "win10-x86-aot": {}, 13 | "win10-x64": {}, 14 | "win10-x64-aot": {} 15 | } 16 | } 17 | --------------------------------------------------------------------------------