├── .github ├── ISSUE_TEMPLATE.md ├── empty │ └── blank.swift ├── headers │ ├── AVAudioSettings.h │ └── AVVideoSettings.h └── stale.yml ├── .gitignore ├── CHANGELOG.md ├── Example ├── Example │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon-76@2x.png │ │ │ ├── Icon-83@2x.png │ │ │ ├── Icon@2x.png │ │ │ ├── Icon@3x.png │ │ │ └── iTunesArtwork.png │ │ ├── Contents.json │ │ ├── cam_back_arrow.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_back_arrow.png │ │ │ ├── cam_back_arrow@2x.png │ │ │ └── cam_back_arrow@3x.png │ │ ├── cam_upload_check.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_check.png │ │ │ ├── cam_upload_check@2x.png │ │ │ └── cam_upload_check@3x.png │ │ ├── cam_upload_cross.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_cross.png │ │ │ ├── cam_upload_cross@2x.png │ │ │ └── cam_upload_cross@3x.png │ │ ├── cam_upload_logo_camera_roll.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_logo_camera_roll.png │ │ │ ├── cam_upload_logo_camera_roll@2x.png │ │ │ └── cam_upload_logo_camera_roll@3x.png │ │ ├── cam_upload_logo_facebook.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_logo_facebook.png │ │ │ ├── cam_upload_logo_facebook@2x.png │ │ │ └── cam_upload_logo_facebook@3x.png │ │ ├── cam_upload_logo_instagram.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_logo_instagram.png │ │ │ ├── cam_upload_logo_instagram@2x.png │ │ │ └── cam_upload_logo_instagram@3x.png │ │ ├── cam_upload_logo_mail.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_logo_mail.png │ │ │ ├── cam_upload_logo_mail@2x.png │ │ │ └── cam_upload_logo_mail@3x.png │ │ ├── cam_upload_logo_message.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_logo_message.png │ │ │ ├── cam_upload_logo_message@2x.png │ │ │ └── cam_upload_logo_message@3x.png │ │ ├── cam_upload_logo_sdk_example.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_logo_sdk_example.png │ │ │ ├── cam_upload_logo_sdk_example@2x.png │ │ │ └── cam_upload_logo_sdk_example@3x.png │ │ ├── cam_upload_logo_twitter.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_logo_twitter.png │ │ │ ├── cam_upload_logo_twitter@2x.png │ │ │ └── cam_upload_logo_twitter@3x.png │ │ ├── cam_upload_pin.imageset │ │ │ ├── Contents.json │ │ │ ├── cam_upload_pin.png │ │ │ ├── cam_upload_pin@2x.png │ │ │ └── cam_upload_pin@3x.png │ │ ├── lookup_example.imageset │ │ │ ├── Contents.json │ │ │ └── lookup_example.png │ │ └── test_image.imageset │ │ │ ├── Contents.json │ │ │ └── test_image.jpg │ ├── Colors.xcassets │ │ ├── Contents.json │ │ ├── Pixel SDK Background Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Camera Overlay Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Destructive Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Face Up Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Gray 1 Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Gray 2 Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Gray 3 Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Gray 4 Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Gray 5 Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Label Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Label Inactive Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Placeholder Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Shadow Color.colorset │ │ │ └── Contents.json │ │ ├── Pixel SDK Theme Color.colorset │ │ │ └── Contents.json │ │ └── Pixel SDK White Color.colorset │ │ │ └── Contents.json │ ├── Extra │ │ ├── .headers │ │ │ ├── arm64 copy.swift │ │ │ ├── arm64-apple-ios copy.swift │ │ │ ├── arm64-apple-ios-e copy.swift │ │ │ ├── arm64-apple-ios-e.swift │ │ │ ├── arm64-apple-ios.swift │ │ │ ├── arm64-e copy.swift │ │ │ ├── arm64-e.swift │ │ │ ├── arm64.swift │ │ │ ├── x86_64 copy.swift │ │ │ ├── x86_64-apple-ios-simulator copy.swift │ │ │ ├── x86_64-apple-ios-simulator-e copy.swift │ │ │ ├── x86_64-apple-ios-simulator-e.swift │ │ │ ├── x86_64-apple-ios-simulator.swift │ │ │ ├── x86_64-e copy.swift │ │ │ ├── x86_64-e.swift │ │ │ └── x86_64.swift │ │ ├── LocationManager.swift │ │ ├── MKPlacemark+Additions.swift │ │ ├── PHAsset+Additions.swift │ │ ├── PHPhotoLibrary+Additions.swift │ │ ├── RPCircularProgress.swift │ │ └── TouchDetectionView.swift │ ├── Info.plist │ ├── Localizations │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ ├── ar.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── ca.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── cs.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── da.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── de.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── el.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── en-GB.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── en.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── es-419.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── es-ES.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── es.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── fi.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── fr-CA.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── fr-FR.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── fr.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── he.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── hi.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── hr.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── hu.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── id.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── it.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── ja.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── ko.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── ms.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── nb.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── nl.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── pl.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── pt-BR.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── pt-PT.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── pt.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── ro.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── ru.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── sk.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── sv.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── th.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── tr.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── uk.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── vi.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── zh-HK.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ ├── zh-Hans.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ │ └── zh-Hant.lproj │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── Main.strings │ ├── Post │ │ ├── ExpandingTextViewCell.swift │ │ ├── PostController.swift │ │ ├── PostController.xib │ │ ├── PostDescriptionCell.swift │ │ ├── PostDescriptionCell.xib │ │ ├── PostShareCell.swift │ │ ├── PostShareCell.xib │ │ ├── PostTagLocationCell.swift │ │ ├── PostTagLocationCell.xib │ │ ├── SearchController.swift │ │ └── SearchController.xib │ ├── SessionFilterExample1.swift │ ├── SessionFilterExample2.swift │ ├── Sharing │ │ ├── ShareCameraRoll.swift │ │ ├── ShareFacebook.swift │ │ ├── ShareInstagram.swift │ │ ├── ShareMail.swift │ │ ├── ShareManager.swift │ │ ├── ShareMessage.swift │ │ └── ShareTwitter.swift │ ├── ViewController.swift │ ├── test_1.mov │ ├── test_2.mp4 │ └── test_3.mp4 └── PixelSDKExample.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── joshbernfeld.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── xcshareddata │ └── xcschemes │ └── PixelSDKExample.xcscheme ├── LANGUAGES.md ├── LICENSE.md ├── Package.swift ├── PixelSDK.podspec ├── PixelSDK.xcframework ├── Info.plist ├── ios-arm64 │ └── PixelSDK.framework │ │ ├── Assets.car │ │ ├── CameraBottomController.nib │ │ ├── CameraController.nib │ │ ├── CameraFilterControllerCell.nib │ │ ├── objects-12.3+.nib │ │ └── runtime.nib │ │ ├── CameraTopController.nib │ │ ├── ContainerController.nib │ │ ├── DetailDisplay.nib │ │ ├── EditAdjustController.nib │ │ ├── EditAdjustControllerCell.nib │ │ ├── objects-12.3+.nib │ │ └── runtime.nib │ │ ├── EditAdjustPositionController.nib │ │ ├── EditAdjustPositionControllerCell.nib │ │ ├── objects-12.3+.nib │ │ └── runtime.nib │ │ ├── EditController.nib │ │ ├── EditFilterController.nib │ │ ├── EditFilterControllerCell.nib │ │ ├── objects-12.3+.nib │ │ └── runtime.nib │ │ ├── EditIntensitySliderController.nib │ │ ├── EditSegmentSelectorController.nib │ │ ├── EditSegmentSelectorControllerAddCell.nib │ │ ├── objects-12.3+.nib │ │ └── runtime.nib │ │ ├── EditSegmentSelectorControllerCell.nib │ │ ├── objects-12.3+.nib │ │ └── runtime.nib │ │ ├── EditTrimController.nib │ │ ├── Headers │ │ ├── AVCaptureDevice+Additions.h │ │ ├── CalloutView.h │ │ ├── CameraFocusUtilities.h │ │ ├── JSONSerializationHelper.h │ │ ├── NSObject+Exception.h │ │ ├── NSObject+LoadFromNib.h │ │ ├── OrientationHelper.h │ │ ├── PixelSDK-Swift.h │ │ ├── PixelSDK.h │ │ ├── TPCircularBuffer.h │ │ └── UICollectionViewOffsetLock.h │ │ ├── Info.plist │ │ ├── LibraryAlbumBrowserControllerCell.nib │ │ ├── LibraryController.nib │ │ ├── LibraryPhotoBrowserControllerCell.nib │ │ ├── objects-12.3+.nib │ │ └── runtime.nib │ │ ├── LibraryPhotoBrowserHeaderCell.nib │ │ ├── Modules │ │ ├── PixelSDK.swiftmodule │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ └── arm64-apple-ios.swiftinterface-e │ │ └── module.modulemap │ │ ├── PixelSDK │ │ ├── PreviewCropController.nib │ │ ├── SessionFilterSpeedController.nib │ │ ├── SliderHorizontal.nib │ │ ├── SliderVertical.nib │ │ ├── TextCalloutViewController.nib │ │ ├── ar.lproj │ │ └── Localizable.strings │ │ ├── ca.lproj │ │ └── Localizable.strings │ │ ├── cs.lproj │ │ └── Localizable.strings │ │ ├── da.lproj │ │ └── Localizable.strings │ │ ├── de.lproj │ │ └── Localizable.strings │ │ ├── default.metallib │ │ ├── el.lproj │ │ └── Localizable.strings │ │ ├── en-GB.lproj │ │ └── Localizable.strings │ │ ├── en.lproj │ │ └── Localizable.strings │ │ ├── es-419.lproj │ │ └── Localizable.strings │ │ ├── es-ES.lproj │ │ └── Localizable.strings │ │ ├── es.lproj │ │ └── Localizable.strings │ │ ├── fi.lproj │ │ └── Localizable.strings │ │ ├── fr-CA.lproj │ │ └── Localizable.strings │ │ ├── fr-FR.lproj │ │ └── Localizable.strings │ │ ├── fr.lproj │ │ └── Localizable.strings │ │ ├── he.lproj │ │ └── Localizable.strings │ │ ├── hi.lproj │ │ └── Localizable.strings │ │ ├── hr.lproj │ │ └── Localizable.strings │ │ ├── hu.lproj │ │ └── Localizable.strings │ │ ├── id.lproj │ │ └── Localizable.strings │ │ ├── it.lproj │ │ └── Localizable.strings │ │ ├── ja.lproj │ │ └── Localizable.strings │ │ ├── ko.lproj │ │ └── Localizable.strings │ │ ├── ms.lproj │ │ └── Localizable.strings │ │ ├── nb.lproj │ │ └── Localizable.strings │ │ ├── nl.lproj │ │ └── Localizable.strings │ │ ├── pl.lproj │ │ └── Localizable.strings │ │ ├── pt-BR.lproj │ │ └── Localizable.strings │ │ ├── pt-PT.lproj │ │ └── Localizable.strings │ │ ├── pt.lproj │ │ └── Localizable.strings │ │ ├── ro.lproj │ │ └── Localizable.strings │ │ ├── ru.lproj │ │ └── Localizable.strings │ │ ├── sk.lproj │ │ └── Localizable.strings │ │ ├── sv.lproj │ │ └── Localizable.strings │ │ ├── th.lproj │ │ └── Localizable.strings │ │ ├── tr.lproj │ │ └── Localizable.strings │ │ ├── uk.lproj │ │ └── Localizable.strings │ │ ├── vi.lproj │ │ └── Localizable.strings │ │ ├── zh-HK.lproj │ │ └── Localizable.strings │ │ ├── zh-Hans.lproj │ │ └── Localizable.strings │ │ └── zh-Hant.lproj │ │ └── Localizable.strings └── ios-arm64_x86_64-simulator │ └── PixelSDK.framework │ ├── Assets.car │ ├── CameraBottomController.nib │ ├── CameraController.nib │ ├── CameraFilterControllerCell.nib │ ├── objects-12.3+.nib │ └── runtime.nib │ ├── CameraTopController.nib │ ├── ContainerController.nib │ ├── DetailDisplay.nib │ ├── EditAdjustController.nib │ ├── EditAdjustControllerCell.nib │ ├── objects-12.3+.nib │ └── runtime.nib │ ├── EditAdjustPositionController.nib │ ├── EditAdjustPositionControllerCell.nib │ ├── objects-12.3+.nib │ └── runtime.nib │ ├── EditController.nib │ ├── EditFilterController.nib │ ├── EditFilterControllerCell.nib │ ├── objects-12.3+.nib │ └── runtime.nib │ ├── EditIntensitySliderController.nib │ ├── EditSegmentSelectorController.nib │ ├── EditSegmentSelectorControllerAddCell.nib │ ├── objects-12.3+.nib │ └── runtime.nib │ ├── EditSegmentSelectorControllerCell.nib │ ├── objects-12.3+.nib │ └── runtime.nib │ ├── EditTrimController.nib │ ├── Headers │ ├── AVCaptureDevice+Additions.h │ ├── CalloutView.h │ ├── CameraFocusUtilities.h │ ├── JSONSerializationHelper.h │ ├── NSObject+Exception.h │ ├── NSObject+LoadFromNib.h │ ├── OrientationHelper.h │ ├── PixelSDK-Swift.h │ ├── PixelSDK.h │ ├── TPCircularBuffer.h │ └── UICollectionViewOffsetLock.h │ ├── Info.plist │ ├── LibraryAlbumBrowserControllerCell.nib │ ├── LibraryController.nib │ ├── LibraryPhotoBrowserControllerCell.nib │ ├── objects-12.3+.nib │ └── runtime.nib │ ├── LibraryPhotoBrowserHeaderCell.nib │ ├── Modules │ ├── PixelSDK.swiftmodule │ │ ├── arm64-apple-ios-simulator.swiftdoc │ │ ├── arm64-apple-ios-simulator.swiftinterface │ │ ├── arm64-apple-ios-simulator.swiftinterface-e │ │ ├── x86_64-apple-ios-simulator.swiftdoc │ │ ├── x86_64-apple-ios-simulator.swiftinterface │ │ └── x86_64-apple-ios-simulator.swiftinterface-e │ └── module.modulemap │ ├── PixelSDK │ ├── PreviewCropController.nib │ ├── SessionFilterSpeedController.nib │ ├── SliderHorizontal.nib │ ├── SliderVertical.nib │ ├── TextCalloutViewController.nib │ ├── _CodeSignature │ └── CodeResources │ ├── ar.lproj │ └── Localizable.strings │ ├── ca.lproj │ └── Localizable.strings │ ├── cs.lproj │ └── Localizable.strings │ ├── da.lproj │ └── Localizable.strings │ ├── de.lproj │ └── Localizable.strings │ ├── default.metallib │ ├── el.lproj │ └── Localizable.strings │ ├── en-GB.lproj │ └── Localizable.strings │ ├── en.lproj │ └── Localizable.strings │ ├── es-419.lproj │ └── Localizable.strings │ ├── es-ES.lproj │ └── Localizable.strings │ ├── es.lproj │ └── Localizable.strings │ ├── fi.lproj │ └── Localizable.strings │ ├── fr-CA.lproj │ └── Localizable.strings │ ├── fr-FR.lproj │ └── Localizable.strings │ ├── fr.lproj │ └── Localizable.strings │ ├── he.lproj │ └── Localizable.strings │ ├── hi.lproj │ └── Localizable.strings │ ├── hr.lproj │ └── Localizable.strings │ ├── hu.lproj │ └── Localizable.strings │ ├── id.lproj │ └── Localizable.strings │ ├── it.lproj │ └── Localizable.strings │ ├── ja.lproj │ └── Localizable.strings │ ├── ko.lproj │ └── Localizable.strings │ ├── ms.lproj │ └── Localizable.strings │ ├── nb.lproj │ └── Localizable.strings │ ├── nl.lproj │ └── Localizable.strings │ ├── pl.lproj │ └── Localizable.strings │ ├── pt-BR.lproj │ └── Localizable.strings │ ├── pt-PT.lproj │ └── Localizable.strings │ ├── pt.lproj │ └── Localizable.strings │ ├── ro.lproj │ └── Localizable.strings │ ├── ru.lproj │ └── Localizable.strings │ ├── sk.lproj │ └── Localizable.strings │ ├── sv.lproj │ └── Localizable.strings │ ├── th.lproj │ └── Localizable.strings │ ├── tr.lproj │ └── Localizable.strings │ ├── uk.lproj │ └── Localizable.strings │ ├── vi.lproj │ └── Localizable.strings │ ├── zh-HK.lproj │ └── Localizable.strings │ ├── zh-Hans.lproj │ └── Localizable.strings │ └── zh-Hant.lproj │ └── Localizable.strings ├── README.md └── lookup.png /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | ### What are the steps to reproduce? 2 | 3 | 4 | ### What did you expect to happen? 5 | 6 | 7 | ### What happened instead? 8 | 9 | 10 | -------------------------------------------------------------------------------- /.github/empty/blank.swift: -------------------------------------------------------------------------------- 1 | // DO NOT DELETE. Used by Swift Package Manager. 2 | // 3 | // blank.swift 4 | // PixelSDK 5 | // 6 | // Created by Josh Bernfeld on 1/19/22. 7 | 8 | import Foundation 9 | -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- 1 | # Number of days of inactivity before an issue becomes stale 2 | daysUntilStale: 6 3 | # Number of days of inactivity before a stale issue is closed 4 | daysUntilClose: 2 5 | # Only issues or pull requests with all of these labels are check if stale 6 | onlyLabels: 7 | - "needs info" 8 | # Issues with these labels will never be considered stale 9 | exemptLabels: 10 | - pinned 11 | - security 12 | # Label to use when marking an issue as stale 13 | staleLabel: stale 14 | # Comment to post when marking an issue as stale. Set to `false` to disable 15 | markComment: > 16 | This issue has been automatically marked as stale because it has not had 17 | recent activity. It will be closed after 2 days if no further activity occurs. Thank you 18 | for your contributions. 19 | # Comment to post when closing a stale issue. Set to `false` to disable 20 | closeComment: false 21 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | Package.resolved 2 | .swiftpm 3 | .xcuserdatad 4 | .xcuserstate 5 | -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "iphone", 5 | "scale" : "2x", 6 | "size" : "20x20" 7 | }, 8 | { 9 | "idiom" : "iphone", 10 | "scale" : "3x", 11 | "size" : "20x20" 12 | }, 13 | { 14 | "idiom" : "iphone", 15 | "scale" : "2x", 16 | "size" : "29x29" 17 | }, 18 | { 19 | "idiom" : "iphone", 20 | "scale" : "3x", 21 | "size" : "29x29" 22 | }, 23 | { 24 | "idiom" : "iphone", 25 | "scale" : "2x", 26 | "size" : "40x40" 27 | }, 28 | { 29 | "idiom" : "iphone", 30 | "scale" : "3x", 31 | "size" : "40x40" 32 | }, 33 | { 34 | "filename" : "Icon@2x.png", 35 | "idiom" : "iphone", 36 | "scale" : "2x", 37 | "size" : "60x60" 38 | }, 39 | { 40 | "filename" : "Icon@3x.png", 41 | "idiom" : "iphone", 42 | "scale" : "3x", 43 | "size" : "60x60" 44 | }, 45 | { 46 | "idiom" : "ipad", 47 | "scale" : "1x", 48 | "size" : "20x20" 49 | }, 50 | { 51 | "idiom" : "ipad", 52 | "scale" : "2x", 53 | "size" : "20x20" 54 | }, 55 | { 56 | "idiom" : "ipad", 57 | "scale" : "1x", 58 | "size" : "29x29" 59 | }, 60 | { 61 | "idiom" : "ipad", 62 | "scale" : "2x", 63 | "size" : "29x29" 64 | }, 65 | { 66 | "idiom" : "ipad", 67 | "scale" : "1x", 68 | "size" : "40x40" 69 | }, 70 | { 71 | "idiom" : "ipad", 72 | "scale" : "2x", 73 | "size" : "40x40" 74 | }, 75 | { 76 | "idiom" : "ipad", 77 | "scale" : "1x", 78 | "size" : "76x76" 79 | }, 80 | { 81 | "filename" : "Icon-76@2x.png", 82 | "idiom" : "ipad", 83 | "scale" : "2x", 84 | "size" : "76x76" 85 | }, 86 | { 87 | "filename" : "Icon-83@2x.png", 88 | "idiom" : "ipad", 89 | "scale" : "2x", 90 | "size" : "83.5x83.5" 91 | }, 92 | { 93 | "filename" : "iTunesArtwork.png", 94 | "idiom" : "ios-marketing", 95 | "scale" : "1x", 96 | "size" : "1024x1024" 97 | } 98 | ], 99 | "info" : { 100 | "author" : "xcode", 101 | "version" : 1 102 | } 103 | } 104 | -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Icon-83@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/AppIcon.appiconset/Icon-83@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/AppIcon.appiconset/Icon@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/AppIcon.appiconset/Icon@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/iTunesArtwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/AppIcon.appiconset/iTunesArtwork.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_back_arrow.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "cam_back_arrow.png", 5 | "idiom" : "universal", 6 | "language-direction" : "left-to-right", 7 | "scale" : "1x" 8 | }, 9 | { 10 | "filename" : "cam_back_arrow@2x.png", 11 | "idiom" : "universal", 12 | "language-direction" : "left-to-right", 13 | "scale" : "2x" 14 | }, 15 | { 16 | "filename" : "cam_back_arrow@3x.png", 17 | "idiom" : "universal", 18 | "language-direction" : "left-to-right", 19 | "scale" : "3x" 20 | } 21 | ], 22 | "info" : { 23 | "author" : "xcode", 24 | "version" : 1 25 | }, 26 | "properties" : { 27 | "template-rendering-intent" : "template" 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_back_arrow.imageset/cam_back_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_back_arrow.imageset/cam_back_arrow.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_back_arrow.imageset/cam_back_arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_back_arrow.imageset/cam_back_arrow@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_back_arrow.imageset/cam_back_arrow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_back_arrow.imageset/cam_back_arrow@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_check.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_check.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_check@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_check@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_check.imageset/cam_upload_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_check.imageset/cam_upload_check.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_check.imageset/cam_upload_check@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_check.imageset/cam_upload_check@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_check.imageset/cam_upload_check@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_check.imageset/cam_upload_check@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_cross.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_cross.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_cross@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_cross@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | }, 23 | "properties" : { 24 | "template-rendering-intent" : "template" 25 | } 26 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_cross.imageset/cam_upload_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_cross.imageset/cam_upload_cross.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_cross.imageset/cam_upload_cross@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_cross.imageset/cam_upload_cross@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_cross.imageset/cam_upload_cross@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_cross.imageset/cam_upload_cross@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_camera_roll.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_logo_camera_roll.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_logo_camera_roll@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_logo_camera_roll@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_camera_roll.imageset/cam_upload_logo_camera_roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_camera_roll.imageset/cam_upload_logo_camera_roll.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_camera_roll.imageset/cam_upload_logo_camera_roll@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_camera_roll.imageset/cam_upload_logo_camera_roll@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_camera_roll.imageset/cam_upload_logo_camera_roll@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_camera_roll.imageset/cam_upload_logo_camera_roll@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_facebook.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_logo_facebook.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_logo_facebook@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_logo_facebook@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_facebook.imageset/cam_upload_logo_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_facebook.imageset/cam_upload_logo_facebook.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_facebook.imageset/cam_upload_logo_facebook@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_facebook.imageset/cam_upload_logo_facebook@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_facebook.imageset/cam_upload_logo_facebook@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_facebook.imageset/cam_upload_logo_facebook@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_instagram.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_logo_instagram.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_logo_instagram@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_logo_instagram@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_instagram.imageset/cam_upload_logo_instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_instagram.imageset/cam_upload_logo_instagram.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_instagram.imageset/cam_upload_logo_instagram@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_instagram.imageset/cam_upload_logo_instagram@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_instagram.imageset/cam_upload_logo_instagram@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_instagram.imageset/cam_upload_logo_instagram@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_mail.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_logo_mail.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_logo_mail@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_logo_mail@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_mail.imageset/cam_upload_logo_mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_mail.imageset/cam_upload_logo_mail.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_mail.imageset/cam_upload_logo_mail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_mail.imageset/cam_upload_logo_mail@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_mail.imageset/cam_upload_logo_mail@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_mail.imageset/cam_upload_logo_mail@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_message.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_logo_message.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_logo_message@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_logo_message@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_message.imageset/cam_upload_logo_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_message.imageset/cam_upload_logo_message.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_message.imageset/cam_upload_logo_message@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_message.imageset/cam_upload_logo_message@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_message.imageset/cam_upload_logo_message@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_message.imageset/cam_upload_logo_message@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_sdk_example.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_logo_sdk_example.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_logo_sdk_example@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_logo_sdk_example@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_sdk_example.imageset/cam_upload_logo_sdk_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_sdk_example.imageset/cam_upload_logo_sdk_example.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_sdk_example.imageset/cam_upload_logo_sdk_example@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_sdk_example.imageset/cam_upload_logo_sdk_example@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_sdk_example.imageset/cam_upload_logo_sdk_example@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_sdk_example.imageset/cam_upload_logo_sdk_example@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_twitter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_logo_twitter.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_logo_twitter@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_logo_twitter@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_twitter.imageset/cam_upload_logo_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_twitter.imageset/cam_upload_logo_twitter.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_twitter.imageset/cam_upload_logo_twitter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_twitter.imageset/cam_upload_logo_twitter@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_twitter.imageset/cam_upload_logo_twitter@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_logo_twitter.imageset/cam_upload_logo_twitter@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_pin.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "cam_upload_pin.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "cam_upload_pin@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "cam_upload_pin@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | }, 23 | "properties" : { 24 | "template-rendering-intent" : "template" 25 | } 26 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_pin.imageset/cam_upload_pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_pin.imageset/cam_upload_pin.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_pin.imageset/cam_upload_pin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_pin.imageset/cam_upload_pin@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_pin.imageset/cam_upload_pin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/cam_upload_pin.imageset/cam_upload_pin@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/lookup_example.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "lookup_example.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/lookup_example.imageset/lookup_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/lookup_example.imageset/lookup_example.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/test_image.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "test_image.jpg", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/test_image.imageset/test_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Assets.xcassets/test_image.imageset/test_image.jpg -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Background Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "color" : { 5 | "platform" : "ios", 6 | "reference" : "systemBackgroundColor" 7 | }, 8 | "idiom" : "universal" 9 | }, 10 | { 11 | "appearances" : [ 12 | { 13 | "appearance" : "luminosity", 14 | "value" : "dark" 15 | } 16 | ], 17 | "color" : { 18 | "platform" : "ios", 19 | "reference" : "systemBackgroundColor" 20 | }, 21 | "idiom" : "universal" 22 | } 23 | ], 24 | "info" : { 25 | "author" : "xcode", 26 | "version" : 1 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Camera Overlay Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "color-space" : "srgb", 11 | "components" : { 12 | "red" : "240", 13 | "alpha" : "1.000", 14 | "blue" : "13", 15 | "green" : "227" 16 | } 17 | } 18 | }, 19 | { 20 | "idiom" : "universal", 21 | "appearances" : [ 22 | { 23 | "appearance" : "luminosity", 24 | "value" : "dark" 25 | } 26 | ], 27 | "color" : { 28 | "color-space" : "srgb", 29 | "components" : { 30 | "red" : "240", 31 | "alpha" : "1.000", 32 | "blue" : "23", 33 | "green" : "237" 34 | } 35 | } 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Destructive Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "color-space" : "srgb", 11 | "components" : { 12 | "red" : "255", 13 | "alpha" : "1.000", 14 | "blue" : "103", 15 | "green" : "88" 16 | } 17 | } 18 | }, 19 | { 20 | "idiom" : "universal", 21 | "appearances" : [ 22 | { 23 | "appearance" : "luminosity", 24 | "value" : "dark" 25 | } 26 | ], 27 | "color" : { 28 | "color-space" : "srgb", 29 | "components" : { 30 | "red" : "255", 31 | "alpha" : "1.000", 32 | "blue" : "113", 33 | "green" : "98" 34 | } 35 | } 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Face Up Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "color-space" : "srgb", 11 | "components" : { 12 | "red" : "255", 13 | "alpha" : "1.000", 14 | "blue" : "0", 15 | "green" : "235" 16 | } 17 | } 18 | }, 19 | { 20 | "idiom" : "universal", 21 | "appearances" : [ 22 | { 23 | "appearance" : "luminosity", 24 | "value" : "dark" 25 | } 26 | ], 27 | "color" : { 28 | "color-space" : "display-p3", 29 | "components" : { 30 | "red" : "0.811", 31 | "alpha" : "1.000", 32 | "blue" : "0.097", 33 | "green" : "0.709" 34 | } 35 | } 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 1 Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "platform" : "ios", 11 | "reference" : "systemGrayColor" 12 | } 13 | }, 14 | { 15 | "idiom" : "universal", 16 | "appearances" : [ 17 | { 18 | "appearance" : "luminosity", 19 | "value" : "dark" 20 | } 21 | ], 22 | "color" : { 23 | "platform" : "ios", 24 | "reference" : "systemGrayColor" 25 | } 26 | } 27 | ] 28 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 2 Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "platform" : "ios", 11 | "reference" : "systemGray2Color" 12 | } 13 | }, 14 | { 15 | "idiom" : "universal", 16 | "appearances" : [ 17 | { 18 | "appearance" : "luminosity", 19 | "value" : "dark" 20 | } 21 | ], 22 | "color" : { 23 | "platform" : "ios", 24 | "reference" : "systemGray2Color" 25 | } 26 | } 27 | ] 28 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 3 Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "platform" : "ios", 11 | "reference" : "systemGray3Color" 12 | } 13 | }, 14 | { 15 | "idiom" : "universal", 16 | "appearances" : [ 17 | { 18 | "appearance" : "luminosity", 19 | "value" : "dark" 20 | } 21 | ], 22 | "color" : { 23 | "platform" : "ios", 24 | "reference" : "systemGray3Color" 25 | } 26 | } 27 | ] 28 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 4 Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "platform" : "ios", 11 | "reference" : "systemGray4Color" 12 | } 13 | }, 14 | { 15 | "idiom" : "universal", 16 | "appearances" : [ 17 | { 18 | "appearance" : "luminosity", 19 | "value" : "dark" 20 | } 21 | ], 22 | "color" : { 23 | "platform" : "ios", 24 | "reference" : "systemGray4Color" 25 | } 26 | } 27 | ] 28 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 5 Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "platform" : "ios", 11 | "reference" : "systemGray5Color" 12 | } 13 | }, 14 | { 15 | "idiom" : "universal", 16 | "appearances" : [ 17 | { 18 | "appearance" : "luminosity", 19 | "value" : "dark" 20 | } 21 | ], 22 | "color" : { 23 | "platform" : "ios", 24 | "reference" : "systemGray5Color" 25 | } 26 | } 27 | ] 28 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Label Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "color-space" : "srgb", 11 | "components" : { 12 | "red" : "40", 13 | "alpha" : "1.000", 14 | "blue" : "40", 15 | "green" : "40" 16 | } 17 | } 18 | }, 19 | { 20 | "idiom" : "universal", 21 | "appearances" : [ 22 | { 23 | "appearance" : "luminosity", 24 | "value" : "dark" 25 | } 26 | ], 27 | "color" : { 28 | "color-space" : "srgb", 29 | "components" : { 30 | "red" : "240", 31 | "alpha" : "1.000", 32 | "blue" : "245", 33 | "green" : "240" 34 | } 35 | } 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Label Inactive Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "color-space" : "srgb", 11 | "components" : { 12 | "red" : "153", 13 | "alpha" : "1.000", 14 | "blue" : "158", 15 | "green" : "153" 16 | } 17 | } 18 | }, 19 | { 20 | "idiom" : "universal", 21 | "appearances" : [ 22 | { 23 | "appearance" : "luminosity", 24 | "value" : "dark" 25 | } 26 | ], 27 | "color" : { 28 | "color-space" : "srgb", 29 | "components" : { 30 | "red" : "140", 31 | "alpha" : "1.000", 32 | "blue" : "145", 33 | "green" : "140" 34 | } 35 | } 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Placeholder Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "platform" : "ios", 11 | "reference" : "systemGray6Color" 12 | } 13 | }, 14 | { 15 | "idiom" : "universal", 16 | "appearances" : [ 17 | { 18 | "appearance" : "luminosity", 19 | "value" : "dark" 20 | } 21 | ], 22 | "color" : { 23 | "platform" : "ios", 24 | "reference" : "systemGray6Color" 25 | } 26 | } 27 | ] 28 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Shadow Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "color-space" : "srgb", 11 | "components" : { 12 | "red" : "0", 13 | "alpha" : "0.350", 14 | "blue" : "0", 15 | "green" : "0" 16 | } 17 | } 18 | }, 19 | { 20 | "idiom" : "universal", 21 | "appearances" : [ 22 | { 23 | "appearance" : "luminosity", 24 | "value" : "dark" 25 | } 26 | ], 27 | "color" : { 28 | "color-space" : "srgb", 29 | "components" : { 30 | "red" : "255", 31 | "alpha" : "0.200", 32 | "blue" : "255", 33 | "green" : "255" 34 | } 35 | } 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Theme Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "color-space" : "srgb", 11 | "components" : { 12 | "red" : "76", 13 | "alpha" : "1.000", 14 | "blue" : "240", 15 | "green" : "171" 16 | } 17 | } 18 | }, 19 | { 20 | "idiom" : "universal", 21 | "appearances" : [ 22 | { 23 | "appearance" : "luminosity", 24 | "value" : "dark" 25 | } 26 | ], 27 | "color" : { 28 | "color-space" : "srgb", 29 | "components" : { 30 | "red" : "86", 31 | "alpha" : "1.000", 32 | "blue" : "245", 33 | "green" : "181" 34 | } 35 | } 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK White Color.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | }, 6 | "colors" : [ 7 | { 8 | "idiom" : "universal", 9 | "color" : { 10 | "color-space" : "srgb", 11 | "components" : { 12 | "red" : "1.000", 13 | "alpha" : "1.000", 14 | "blue" : "1.000", 15 | "green" : "1.000" 16 | } 17 | } 18 | }, 19 | { 20 | "idiom" : "universal", 21 | "appearances" : [ 22 | { 23 | "appearance" : "luminosity", 24 | "value" : "dark" 25 | } 26 | ], 27 | "color" : { 28 | "color-space" : "srgb", 29 | "components" : { 30 | "red" : "245", 31 | "alpha" : "1.000", 32 | "blue" : "245", 33 | "green" : "245" 34 | } 35 | } 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /Example/Example/Extra/MKPlacemark+Additions.swift: -------------------------------------------------------------------------------- 1 | // 2 | // MKPlacemark+Additions.swift 3 | // PixelSDKExample 4 | // 5 | // Created by Josh Bernfeld on 8/12/19. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import UIKit 11 | import MapKit 12 | import Contacts 13 | 14 | extension MKPlacemark { 15 | var formattedAddress: String? { 16 | guard let postalAddress = postalAddress else { return nil } 17 | return CNPostalAddressFormatter.string(from: postalAddress, style: .mailingAddress).replacingOccurrences(of: "\n", with: " ") 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Example/Example/Extra/PHAsset+Additions.swift: -------------------------------------------------------------------------------- 1 | // 2 | // PHAsset+Additions.swift 3 | // PixelSDKExample 4 | // 5 | // Created by Josh Bernfeld on 11/21/19. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import UIKit 11 | import Photos 12 | import Dispatch 13 | 14 | extension PHAsset { 15 | /// Obtain the legacy "assets-library" URL from PHAsset. This is the same method used by the facebook-ios-sdk. 16 | /// Source: https://github.com/facebook/facebook-ios-sdk/blob/master/FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.m 17 | func requestAssetsLibraryURL(completion: @escaping (URL?) -> Void) { 18 | self.requestAssetURL { (filePathURL) in 19 | guard let filePathURL = filePathURL else { 20 | completion(nil) 21 | return 22 | } 23 | 24 | let pathExtension = filePathURL.pathExtension 25 | let localIdentifier = self.localIdentifier 26 | if let range = localIdentifier.range(of: "/") { 27 | let uuid = localIdentifier[.. Void) { 39 | let options = PHVideoRequestOptions() 40 | options.version = .current 41 | options.deliveryMode = .automatic 42 | options.isNetworkAccessAllowed = true 43 | 44 | PHImageManager.default().requestAVAsset(forVideo: self, options: options) { (avAsset, audioMix, info) in 45 | DispatchQueue.main.async { 46 | guard let avAsset = avAsset as? AVURLAsset else { 47 | completion(nil) 48 | return 49 | } 50 | 51 | completion(avAsset.url) 52 | } 53 | } 54 | } 55 | } 56 | -------------------------------------------------------------------------------- /Example/Example/Extra/PHPhotoLibrary+Additions.swift: -------------------------------------------------------------------------------- 1 | // 2 | // PHPhotoLibrary+Additions.swift 3 | // PixelSDKExample 4 | // 5 | // Created by Josh Bernfeld on 4/2/20. 6 | // Copyright © 2020 Foodworthy, Inc. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import Photos 11 | 12 | internal extension PHPhotoLibrary { 13 | enum AuthorizationStatus { 14 | case denied 15 | case restricted 16 | case authorized 17 | case unknown 18 | } 19 | 20 | class func authorize(completion: ((AuthorizationStatus) -> Void)?) { 21 | let status = PHPhotoLibrary.authorizationStatus() 22 | switch status { 23 | case .authorized: 24 | completion?(.authorized) 25 | case .denied: 26 | completion?(.denied) 27 | case .restricted: 28 | completion?(.restricted) 29 | case .notDetermined: 30 | PHPhotoLibrary.requestAuthorization({ (status) in 31 | DispatchQueue.main.async { 32 | switch status { 33 | case .restricted: 34 | completion?(.restricted) 35 | case .denied: 36 | completion?(.denied) 37 | case .authorized: 38 | completion?(.authorized) 39 | default: 40 | completion?(.unknown) 41 | } 42 | } 43 | }) 44 | default: 45 | completion?(.unknown) 46 | } 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /Example/Example/Extra/TouchDetectionView.swift: -------------------------------------------------------------------------------- 1 | // 2 | // TouchDetectionView.swift 3 | // PixelSDKExample 4 | // 5 | // Created by Josh Bernfeld on 11/25/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import UIKit 11 | 12 | protocol TouchDetectionViewDelegate: AnyObject { 13 | // Use this to detect touches anywhere in this view, including on buttons 14 | // Use cases for this are extremely rare, and normally you should be using a UIGestureRecognizer 15 | // Caution, don't rely on this being called only once per touch. 16 | func touchReceived(_ point: CGPoint, with event: UIEvent?) 17 | } 18 | 19 | class TouchDetectionView: UIView { 20 | weak var delegate: TouchDetectionViewDelegate? 21 | 22 | override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? { 23 | self.delegate?.touchReceived(point, with: event) 24 | 25 | return super.hitTest(point, with: event) 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /Example/Example/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleDisplayName 8 | Example 9 | CFBundleExecutable 10 | $(EXECUTABLE_NAME) 11 | CFBundleIdentifier 12 | $(PRODUCT_BUNDLE_IDENTIFIER) 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | $(PRODUCT_NAME) 17 | CFBundlePackageType 18 | APPL 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleVersion 22 | $(CURRENT_PROJECT_VERSION) 23 | LSApplicationQueriesSchemes 24 | 25 | instagram 26 | fbshareextension 27 | twitter 28 | 29 | LSRequiresIPhoneOS 30 | 31 | NSCameraUsageDescription 32 | Camera access is needed so you can take photos. 33 | NSLocationWhenInUseUsageDescription 34 | To search for nearby locations, MapSearch needs to access your location when running. 35 | NSMicrophoneUsageDescription 36 | Microphone access is needed so you can record video with sound. 37 | NSPhotoLibraryUsageDescription 38 | Photo access is needed so you can select photos from your library. 39 | UILaunchStoryboardName 40 | LaunchScreen 41 | UIMainStoryboardFile 42 | Main 43 | UIRequiredDeviceCapabilities 44 | 45 | armv7 46 | 47 | UISupportedInterfaceOrientations 48 | 49 | UIInterfaceOrientationPortrait 50 | 51 | UISupportedInterfaceOrientations~ipad 52 | 53 | UIInterfaceOrientationPortrait 54 | UIInterfaceOrientationPortraitUpsideDown 55 | UIInterfaceOrientationLandscapeLeft 56 | UIInterfaceOrientationLandscapeRight 57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /Example/Example/Localizations/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "تحتاج إلى منح إذن الوصول إلى الكاميرا؛ حتى تتمكَّن من التقاط الصور."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "للبحث عن المواقع القريبة، يحتاج تطبيق MapSearch إلى الوصول إلى موقعك في أثناء استخدامه."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "تحتاج إلى منح إذن الوصول إلى الميكروفون؛ حتى تتمكَّن من تسجيل مقاطع فيديو بالصوت."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "تحتاج إلى منح إذن الوصول إلى الصور؛ حتى تتمكَّن من اختيار الصور من مكتبتك."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ar.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "Controller كاميرا الصور فقط"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "المحتوى المربع فقط"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "View Controller مخصَّص في شريط علامات التبويب"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "Session تحرير Controller مع عرض فيديو مخصَّص"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "تبديل ترميز الفيديو باستخدام الفلاتر"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "مُحرِّر كامل مع فلاتر تأثيرات بصرية"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "Controller المكتبة فقط"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "محتوى الفيديو فقط"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "محتوى الصور فقط"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "مُحرِّر كامل مع فلاتر مخصَّصة"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "Controller كاميرا الفيديو فقط"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "Session تحرير Controller مع عرض صورة مخصَّصة"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "مُحرِّر كامل مع فلاتر Standard"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "المحتوى العمودي فقط"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ca.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Cal que permetis l'accés a la càmera per poder fer fotos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Per cercar ubicacions properes, MapSearch necessita tenir accés a la ubicació mentre s'estigui executant."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Cal que permetis l'accés al micròfon per poder enregistrar vídeos amb so."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Cal que permetis l'accés a les fotos per poder seleccionar fotos de la biblioteca."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ca.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/ca.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Přístup k fotoaparátu je nutný, abyste mohli pořizovat fotografie."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Chcete-li vyhledávat místa v okolí, musí mít MapSearch přístup k vaší poloze."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Přístup k mikrofonu je nutný k tomu, abyste mohli nahrávat video se zvukem."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Přístup k fotografiím je nutný k tomu, abyste si mohli vybírat fotografie z knihovny."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/cs.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "Pouze Controller fotoaparátu"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "Pouze čtvercový obsah"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "Vlastní View Controller v panelu záložek"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "Controller editace pomocí vlastní video Session"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "Převést video s filtry"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "Plný editor s filtry vizuálních efektů"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "Pouze Controller knihovny"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "Pouze video"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "Pouze fotografie"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "Plný editor s vlastními filtry"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "Pouze Controller videokamery"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "Controller editace pomocí vlastní obrázkové Session"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "Plný editor s filtry Standard"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "Pouze na výšku"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Kameraadgang er nødvendig, så du kan tage fotos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "For at søge efter steder i nærheden skal MapSearch have adgang til din placering, når du kører."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Mikrofonadgang er nødvendig, så du kan optage video med lyd."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Fotoadgang er nødvendig, så du kan vælge fotos fra dit bibliotek."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Der Kamerazugriff ist erforderlich, damit Sie Fotos aufnehmen können."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Um nach Orten in der Nähe suchen zu können, muss MapSearch beim Ausführen auf Ihre Standortdaten zugreifen."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Der Mikrofonzugriff ist erforderlich, damit Sie Videos mit Ton aufnehmen können."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Der Fotozugriff ist erforderlich, damit Sie Fotos aus Ihren Aufnahmen auswählen können."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/el.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Απαιτείται πρόσβαση στην κάμερα, για να τραβάτε φωτογραφίες."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Για να αναζητάτε κοντινές τοποθεσίες, το MapSearch πρέπει να έχει πρόσβαση στην τοποθεσία σας."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Απαιτείται πρόσβαση μικροφώνου, για εγγράψετε βίντεο με ήχο."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Απαιτείται πρόσβαση στις φωτογραφίες, για να επιλέγετε φωτογραφίες από τη βιβλιοθήκη σας."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/en-GB.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Camera access is needed so you can take photos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "To search for nearby locations, MapSearch needs to access your location when running."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Microphone access is needed so you can record video with sound."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Photo access is needed so you can select photos from your library."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/en-GB.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/en-GB.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/en-GB.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "Only Photo Camera Controller"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "Square Content Only"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "Custom View Controller in Tab Bar"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "Edit Controller w/ Custom Video Session"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "Transcode Video w/ Filters"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "Full Editor with Visual Effect Filters"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "Only Library Controller"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "Video Content Only"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "Image Content Only"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "Full Editor with Custom Filters"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "Only Video Camera Controller"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "Edit Controller w/ Custom Image Session"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "Full Editor with Standard Filters"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "Portrait Content Only"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Camera access is needed so you can take photos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "To search for nearby locations, MapSearch needs to access your location when running."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Microphone access is needed so you can record video with sound."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Photo access is needed so you can select photos from your library."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/en.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "Only Photo Camera Controller"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "Square Content Only"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "Custom View Controller in Tab Bar"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "Edit Controller w/ Custom Video Session"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "Transcode Video w/ Filters"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "Full Editor with Visual Effect Filters"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "Only Library Controller"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "Video Content Only"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "Image Content Only"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "Full Editor with Custom Filters"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "Only Video Camera Controller"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "Edit Controller w/ Custom Image Session"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "Full Editor with Standard Filters"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "Portrait Content Only"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/es-419.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Se necesita acceso a la cámara para poder tomar fotos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Para buscar ubicaciones cercanas, MapSearch debe acceder a su ubicación al ejecutarse."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Debe permitir el acceso al micrófono para poder grabar video con sonido."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Se debe brindar acceso a la foto para poder seleccionar fotos de su biblioteca."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/es-419.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/es-419.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es-ES.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Hace falta acceso a la cámara para hacer fotos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Para buscar las ubicaciones cercanas, MapSearch tiene que acceder a tu ubicación mientras corres."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Hace falta acceso al micrófono para grabar vídeos con sonido."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Hace falta acceso a las fotos para poder seleccionar las fotos de tu biblioteca."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/es-ES.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/es-ES.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Hace falta acceso a la cámara para hacer fotos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Para buscar las ubicaciones cercanas, MapSearch tiene que acceder a tu ubicación mientras corres."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Hace falta acceso al micrófono para grabar vídeos con sonido."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Hace falta acceso a las fotos para poder seleccionar las fotos de tu biblioteca."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Valokuvien ottamiseen tarvitaan kameran käyttöoikeus."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Karttahaku tarvitsee sijaintitietojen käyttöoikeuden, jotta voit hakea lähellä olevia sijainteja."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Ääntä sisältävien videoiden tallentamiseen tarvitaan mikrofonin käyttöoikeus."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Valokuvien valitsemiseen kirjastosta tarvitaan valokuvien käyttöoikeus."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-CA.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "L'accès à la caméra est nécessaire pour prendre des photos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Pour chercher des emplacements à proximité, MapSearch a besoin d'avoir accès à votre emplacement lorsque l'application est utilisée."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "L'accès au microphone est nécessaire pour enregistrer des vidéos avec du son."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "L'accès aux photos est nécessaire pour que vous puissiez sélectionner des photos de votre bibliothèque."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-CA.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/fr-CA.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-FR.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Accès à l'appareil photo requis pour prendre des photos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Pour chercher les lieux proches, MapSearch doit accéder à votre position pendant son exécution."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Accès au microphone requis pour enregistrer des vidéos avec du son."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Accès aux photos requis pour vous permettre de choisir des photos dans votre galerie."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-FR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/fr-FR.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Accès à l'appareil photo requis pour prendre des photos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Pour chercher les lieux proches, MapSearch doit accéder à votre position pendant son exécution."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Accès au microphone requis pour enregistrer des vidéos avec du son."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Accès aux photos requis pour vous permettre de choisir des photos dans votre galerie."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/he.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "נדרשת גישה למצלמה לצילום תמונות."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "כדי לחפש במיקומים הקרובים, MapSearch צריך לגשת למיקומך בעת הפעלתו."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "נדרשת גישה למצלמה להקלטת וידאו עם צליל."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "נדרשת גישה לתמונות לבחירת תמונות מהספרייה."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/he.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "Controller מצלמת תמונות בלבד"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "תוכן מרובע בלבד"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "View Controller מותאם אישית בשורת כרטיסיות"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "Controller עריכה עם Session וידאו מותאם אישית"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "המרת קידוד וידאו עם מסננים"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "עורך מלא עם מסנני אפקטים חזותיים"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "Controller ספרייה בלבד"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "תוכן וידאו בלבד"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "תוכן תמונות בלבד"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "עורך מלא עם מסננים מותאמים אישית"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "Controller מצלמת וידאו בלבד"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "Controller עריכה עם Session תמונה מותאמת"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "עורך מלא עם מסנני Standard"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "תוכן לאורך בלבד"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/hi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "कैमरा एक्सेस की आवश्यकता है ताकि आप फोटो ले सकें।"; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "आस-पास के स्थानों को खोजने के लिए, मानचित्रखोज को चलाते समय आपके स्थान को ऐक्‍सेस करने की आवश्यकता है।"; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "माइक्रोफोन एक्सेस की आवश्यकता है ताकि आप ध्वनि के साथ वीडियो रिकॉर्ड कर सकें।"; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "फोटो ऐक्‍सेस की आवश्यक है, ताकि आप अपनी लाइब्रेरी से तस्वीरें चुन सकें।"; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/hi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/hi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Za snimanje fotografija potreban je pristup fotoaparatu."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Za traženje mjesta u blizini MapSearch tijekom rada treba pristup vašoj lokaciji."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Za snimanje zvučnog videozapisa potreban je pristup mikrofonu."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Za odabir fotografija iz galerije potreban je pristup fotografijama."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/hr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/hr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hu.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Fotók készítéséhez hozzáférésre van szükségünk a kamerához."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "A közeli helyek kereséséhez a MapSearch-nek működés közben hozzáférésre van szüksége az Ön tartózkodási helyéhez."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Hangos videók rögzítéséhez hozzáférésre van szükségünk a mikrofonhoz."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Fotók mappából való kiválasztásához hozzáférésre van szükségünk a fotóihoz."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/hu.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/hu.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hu.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "Csak fényképező Controller"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "Csak négyszögletű tartalom"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "Egyéni View Controller a lapozósávban"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "Szerkesztés Controller & egyéni videó Session"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "Videó konvertálása szűrőkkel"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "Teljes szerkesztő vizuális effekt szűrőkkel"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "Csak mappa Controller"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "Csak videók"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "Csak képek"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "Teljes szerkesztő egyéni szűrőkkel"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "Csak videókamera Controller"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "Szerkesztés Controller & egyéni kép Session"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "Teljes szerkesztő Standard szűrőkkel"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "Csak függőleges tartalom"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/id.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Akses kamera diperlukan agar Anda bisa mengambil foto."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Untuk mencari lokasi terdekat, MapSearch perlu mengakses lokasi Anda ketika dijalankan."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Akses mikrofon diperlukan agar Anda bisa merekam video dengan suara."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Akses foto diperlukan agar Anda bisa memilih foto dari pustaka."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/id.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "Hanya Controller Kamera Foto"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "Hanya Konten Persegi"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "View Controller Kustom di Bilah Tab"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "Edit Controller dengan Session Video Kustom"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "Transcode Video dengan Filter"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "Editor Lengkap dengan Filter Efek Visual"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "Hanya Controller Pustaka"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "Hanya Konten Video"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "Hanya Konten Gambar"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "Editor Lengkap dengan Filter Kustom"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "Hanya Controller Kamera Video"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "Edit Controller dengan Session Gambar Kustom"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "Editor Lengkap dengan Filter Standard"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "Hanya Konten Portret"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Devi concedere l'accesso alla fotocamera per poter scattare foto."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Per cercare località vicine, MapSearch deve accedere alla tua posizione quando è in funzione."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Devi concedere l'accesso al microfono per poter registrare video con audio."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Devi concedere l'accesso a Foto per poter selezionare le foto dalla libreria."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "写真を撮影するには、カメラへのアクセスを許可していただく必要があります。"; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "近くの場所を検索するには、アプリを使用中MapSearchによる現在地へのアクセスを許可していただく必要があります。"; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "音声付きの動画を録画するには、マイクへのアクセスを許可していただく必要があります。"; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "ライブラリから写真を選択するには、写真へのアクセスを許可していただく必要があります。"; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ja.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "写真のみのController"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "正方形のコンテンツのみ"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "タブバーのカスタムのView Controller"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "カスタム動画付きの編集ControllerのSession"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "フィルター付き動画のトランスコード"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "ビジュアルエフェクト付きのフルエディタ"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "ライブラリのみのController"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "動画コンテンツのみ"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "画像コンテンツのみ"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "カスタムフィルター付きのフルエディター"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "動画カメラのみのController"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "カスタム画像付きの編集ControllerのSession"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "Standardフィルター付きのフルエディタ"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "ポートレート(縦向き)コンテンツのみ"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "사진을 촬영하려면 카메라 접근 권한이 필요합니다."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "근처의 위치를 검색하려면 실행 시 MapSearch가 사용자의 위치에 접근해야 합니다."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "소리가 포함된 동영상을 녹화하려면 마이크 접근 권한이 필요합니다."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "보관함에서 사진을 선택하려면 사진 접근 권한이 필요합니다."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ko.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "사진 카메라 Controller만"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "정사각형 콘텐츠만"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "탭 표시줄의 사용자 지정 View Controller"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "사용자 지정 동영상 Session을 사용한 편집 Controller"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "필터를 사용한 동영상 트랜스코드"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "시각적 효과 필터를 사용한 전체 편집기"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "보관함 Controller만"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "동영상 콘텐츠만"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "이미지 콘텐츠만"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "사용자 지정 필터를 사용한 전체 편집기"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "동영상 카메라 Controller만"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "사용자 지정 이미지 Session을 사용한 편집 Controller"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "Standard 필터를 사용한 전체 편집기"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "세로 콘텐츠만"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ms.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Akses kamera diperlukan supaya anda boleh mengambil foto."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Untuk mencari lokasi berdekatan, MapSearch perlu mengakses lokasi anda semasa sedang berfungsi."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Akses mikrofon diperlukan supaya anda boleh merakam video dengan bunyi."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Akses foto diperlukan supaya anda boleh memilih foto daripada pustaka anda."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ms.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/ms.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/nb.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Du må gi tilgang til kameraet for å ta bilder."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "For å søke etter steder i nærheten, må MapSearch få tilgang til posisjonen din når du kjører."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Du må gi tilgangstillatelse til mikrofonen for å ta opp video og lyd."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Du må gi tilgangstillatelse til bilder for å velge bilder fra biblioteket."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/nb.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/nb.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Er is toegang tot de camera nodig zodat je foto's kan nemen."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Om te zoeken naar locaties in de buurt heeft MapSearch toegang tot je locatie nodig als je hardloopt."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Er is toegang tot de microfoon nodig zodat je video's met geluid kunt opnemen."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Er is toegang tot de fotobibliotheek nodig zodat je foto's uit je bibliotheek kunt selecteren."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Musisz mieć dostęp do aparatu, aby robić zdjęcia"; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "MapSearch potrzebuje dostępu do Twojej lokalizacji w czasie działania do wyszukiwania miejsc w pobliżu."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Do nagrywania filmów z dźwiękiem potrzebujesz dostępu do mikrofonu."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Aby wybierać zdjęcia z biblioteki, potrzebujesz dostępu do Zdjęć."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-BR.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "O acesso à câmera é necessário para que você possa tirar fotos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Para encontrar locais próximos, o MapSearch precisa acessar a sua localização quando estiver aberto."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "O acesso ao microfone é necessário para que você possa gravar vídeo com som."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "O acesso às fotos é necessário para que você possa selecionar fotos da sua biblioteca."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-BR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/pt-BR.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Autorize o acesso à câmara para poder tirar fotografias."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Para procurar por localizações por perto, a MapSearch precisa de aceder à sua localização enquanto corre."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Autorize o acesso ao microfone para poder gravar vídeos com som."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Autorize o acesso às fotografias para poder escolher fotografias da sua galeria."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-PT.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/pt-PT.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "O acesso à câmera é necessário para que você possa tirar fotos."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Para encontrar locais próximos, o MapSearch precisa acessar a sua localização quando estiver aberto."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "O acesso ao microfone é necessário para que você possa gravar vídeo com som."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "O acesso às fotos é necessário para que você possa selecionar fotos da sua biblioteca."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ro.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Este necesar accesul la cameră ca să faceți fotografii."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Pentru a căuta locațiile din apropiere, MapSearch trebuie să vă acceseze locația în timpul funcționării."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Accesul la microfon este necesar pentru a putea înregistra videoclipuri cu sunet."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Accesul la fotografii este necesar pentru a putea selecta fotografii din bibliotecă."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ro.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/ro.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Доступ к камере необходим для фотосъёмки."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Для поиска мест рядом MapSearch необходим доступ к вашему местоположению."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Доступ к микрофону необходим для записи видео со звуком."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Доступ к фотографиям необходим для выбора фотографий из библиотеки."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/sk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Na fotografovanie musíte povoliť prístup k fotoaparátu."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Ak chcete hľadať miesta v okolí, počas práce s aplikáciou potrebuje MapSearch prístup k vašej polohe."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Na nahrávanie videa so zvukom musíte povoliť prístup k mikrofónu."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Na výber fotografií z knižnice musíte povoliť prístup k fotografiám."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/sk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/sk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Åtkomst till kameran behövs för att ta foton."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "MapSearch behöver platsåtkomst när den körs för att kunna söka närliggande platser."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Åtkomst till mikrofonen behövs för att spela in videor med ljud."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Åtkomst till bilder behövs för att välja foton från dit galleri."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/th.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "จำเป็นต้องเข้าถึงกล้องเพื่อที่คุณจะได้ถ่ายรูปได้"; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "เพื่อค้นหาพื้นที่ใกล้เคียง MapSearch ต้องการเข้าถึงตำแหน่งที่ตั้งของคุณขณะใช้งาน"; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "จำเป็นต้องเข้าถึงไมโครโฟนเพื่อที่คุณจะได้บันทึกวิดีโอที่มีเสียงได้"; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "จำเป็นต้องเข้าถึงคลังภาพเพื่อที่คุณจะได้เลือกภาพจากคลังขอคุณได้"; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Fotoğraflar çekebilmeniz için kamera erişimi gerekiyor."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Yakındaki konumları aramak için MapSearch'ün çalışırken konumunuza erişmesi gerekiyor."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Sesli videolar kaydedebilmeniz için mikrofon erişimi gerekiyor."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Kütüphaneden fotoğraflar seçebilmeniz için fotoğraf erişimi gerekiyor."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Щоб знімати фото, потрібен доступ до камери."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Щоб шукати розташування поблизу, MapSearch потрібен доступ до вашого розташування під час роботи."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Щоб записувати відео зі звуком, потрібен доступ до мікрофона."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Щоб вибирати фото зі своєї бібліотеки, потрібен доступ до фото."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/vi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "Cần truy cập máy ảnh để bạn có thể chụp ảnh."; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "Để tìm kiếm vị trí ở gần, MapSearch cần truy cập vị trí của bạn khi chạy."; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "Cần truy cập micrô để bạn có thể quay video có âm thanh."; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "Cần truy cập ảnh để bạn có thể chọn ảnh từ thư viện của bạn."; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/vi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/vi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-HK.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "必須允許使用相機,方可拍照。"; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "MapSearch 需要在運作時取得你的位置,方可搜尋附近地點。"; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "必須允許使用咪高風,方可在錄影時收音。"; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "必須允許存取相片,方可從媒體庫選取相片。"; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-HK.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/zh-HK.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-HK.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "只限「相機 Controller」"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "只限方型相片/影片"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "使用工具欄自訂「View Controller」"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "使用「編輯 Controller」以自訂「影片 Session」"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "轉換影片並使用濾鏡"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "使用完整編輯工具 (設有視覺特效濾鏡)"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "只限「媒體庫 Controller」"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "只限影片"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "只限相片"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "使用完整編輯工具 (設有自訂濾鏡)"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "只限「錄影 Controller」"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "使用「編輯 Controller」以自訂「相片 Session」"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "使用完整編輯工具 (設有Standard濾鏡)"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "只限直向相片/影片"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "需要有相机访问权限,方可拍摄照片"; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "为搜索附近位置,MapSearch需要在运行期间访问你的定位服务。"; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "需要有麦克风访问权限,方可在录制视频时录下声音。"; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "需要有照片访问权限,方可从照片库选取照片。"; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hans.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "仅照片相机Controller"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "仅正方形内容"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "自定义选项页栏的View Controller"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "编辑Controller,包含自定义视频Session"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "转码视频,包含滤镜"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "完整编辑器,包含视觉特效滤镜"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "仅照片库Controller"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "仅视频内容"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "仅图像内容"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "完整编辑器,包含自定义滤镜"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "仅视频相机Controller"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "编辑Controller,包含自定义图像Session"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "完整编辑器,包含Standard滤镜"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "仅纵向内容"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hant.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Privacy - Camera Usage Description */ 2 | "NSCameraUsageDescription" = "必須允許使用相機才可拍照。"; 3 | /* Privacy - Location When In Use Usage Description */ 4 | "NSLocationWhenInUseUsageDescription" = "MapSearch 需要在運作時取得你的位置,才可搜尋附近地點。"; 5 | /* Privacy - Microphone Usage Description */ 6 | "NSMicrophoneUsageDescription" = "必須允許使用麥克風,才可在錄影時收音。"; 7 | /* Privacy - Photo Library Usage Description */ 8 | "NSPhotoLibraryUsageDescription" = "必須允許存取相片,才可從媒體庫選取相片。"; 9 | -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/Localizations/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hant.lproj/Main.strings: -------------------------------------------------------------------------------- 1 | /* Leave the word "Controller" in English. Pressing this button displays only the Photo Camera. */ 2 | "IZf-Ly-I7R.text" = "只限「相機 Controller」"; 3 | 4 | /* Pressing this button displays the photo/video editing app, but only square photos and videos can be made. */ 5 | "Fw1-22-PyF.text" = "只限方型相片/影片"; 6 | 7 | /* Leave the words "View Controller" in English. Pressing this button displays the app with a custom page (view controller) of the users choosing. */ 8 | "AGa-2P-QRZ.text" = "使用工具欄自訂「View Controller」"; 9 | 10 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom video. "w/" means "with". */ 11 | "Nnc-SY-1Ea.text" = "使用「編輯 Controller」以自訂「影片 Session」"; 12 | 13 | /* Pressing this button converts one video to a new video. "w/" means "with". Here is the wikipedia article for "transcoding" which may help (the article is available in multiple languages): https://en.wikipedia.org/wiki/Transcoding */ 14 | "Pk2-Ni-R1O.text" = "轉換影片並使用濾鏡"; 15 | 16 | /* Pressing this button displays the app with photo/video filters that have visual effects. Like face filters or funny distortion filters. */ 17 | "WB5-2L-DZi.text" = "使用完整編輯工具 (設有視覺特效濾鏡)"; 18 | 19 | /* Leave the word "Controller" in English. Pressing this button displays only the users library so they can select photos or videos. */ 20 | "WEw-Vd-cOv.text" = "只限「媒體庫 Controller」"; 21 | 22 | /* Pressing this button displays the app with only access to videos, and not any images. */ 23 | "hh8-hJ-zGp.text" = "只限影片"; 24 | 25 | /* Pressing this button displays the app with only access to images, and not any videos. */ 26 | "l5d-Xh-mEz.text" = "只限相片"; 27 | 28 | /* Pressing this button displays the app with photo/video filters that have been customized. */ 29 | "pC5-25-Msg.text" = "使用完整編輯工具 (設有自訂濾鏡)"; 30 | 31 | /* Leave the word "Controller" in English. Pressing this button displays only the Video Camera. */ 32 | "r5S-2b-my1.text" = "只限「錄影 Controller」"; 33 | 34 | /* Leave the words "Session" and "Controller" in English. Pressing this button displays the app with a custom image. "w/" means "with". */ 35 | "ta1-D0-g0P.text" = "使用「編輯 Controller」以自訂「相片 Session」"; 36 | 37 | /* Pressing this button displays the app with standard photo/video filters. */ 38 | "z19-hF-Xnu.text" = "使用完整編輯工具 (設有Standard濾鏡)"; 39 | /* Portrait means portrait orientation. Pressing this button displays the photo/video editing app, but photos and videos can only be made in the portrait orientation. */ 40 | "KJq-QJ-ATC.text" = "只限直向相片/影片"; 41 | 42 | -------------------------------------------------------------------------------- /Example/Example/Post/PostShareCell.swift: -------------------------------------------------------------------------------- 1 | // 2 | // PostShareCell.swift 3 | // PixelSDKExample 4 | // 5 | // Created by Josh Bernfeld on 12/17/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import UIKit 11 | 12 | protocol PostShareCellDelegate: AnyObject { 13 | func postShareCell(_ cell: PostShareCell, didTapShareAtIndexPath indexPath: IndexPath) 14 | } 15 | 16 | class PostShareCell: UITableViewCell { 17 | static let identifier = "PostShareCellIdentifier" 18 | 19 | weak var delegate: PostShareCellDelegate? 20 | var indexPath: IndexPath! 21 | 22 | @IBOutlet var logoImageView: UIImageView! 23 | @IBOutlet var nameLabel: UILabel! 24 | @IBOutlet var checkImageView: UIImageView! 25 | @IBOutlet var checkBackgroundView: UIView! 26 | @IBOutlet var activityIndicatorView: UIActivityIndicatorView! 27 | 28 | override func awakeFromNib() { 29 | super.awakeFromNib() 30 | 31 | self.contentView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(tapped(ges:)))) 32 | 33 | self.checkBackgroundView.layer.cornerRadius = 22/2 34 | 35 | } 36 | 37 | @objc func tapped(ges: UIGestureRecognizer) { 38 | self.delegate?.postShareCell(self, didTapShareAtIndexPath: self.indexPath) 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /Example/Example/SessionFilterExample1.swift: -------------------------------------------------------------------------------- 1 | // 2 | // SessionFilterExample1.swift 3 | // PixelSDKExample 4 | // 5 | // Created by Josh Bernfeld on 11/20/19. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import PixelSDK 11 | import GPUImage 12 | 13 | class SessionFilterExample1: SessionFilter { 14 | public required init() { 15 | super.init() 16 | 17 | self.commonInit() 18 | } 19 | 20 | public required init(from decoder: Decoder) throws { 21 | try super.init(from: decoder) 22 | 23 | self.commonInit() 24 | } 25 | 26 | public override func encode(to encoder: Encoder) throws { 27 | try super.encode(to: encoder) 28 | } 29 | 30 | func commonInit() { 31 | self.displayName = "Example 1" 32 | self.version = "1.0" 33 | self.cameraThumbnailImage = UIImage(named: "thumbnail_example.png") 34 | 35 | // self.normalizedIntensityDefault = 100 // This value gets computed 36 | self.normalizedIntensityRange = (0, 100) 37 | self.actualIntensityDefault = 1 38 | self.actualIntensityRange = (0, 1) 39 | } 40 | 41 | override public func operation() -> ImageProcessingOperation { 42 | let lookupFilter = LookupFilter() 43 | 44 | do { 45 | lookupFilter.lookupImage = try PictureInput(image: UIImage(named: "lookup_example.png")!) 46 | } 47 | catch { 48 | print("ERROR: Unable to create PictureInput \(error)") 49 | } 50 | 51 | return lookupFilter 52 | } 53 | 54 | override public func operationUpdateNeeded(_ op: ImageProcessingOperation) { 55 | let op = op as! LookupFilter 56 | 57 | op.intensity = Float(self.actualIntensity) 58 | } 59 | } 60 | -------------------------------------------------------------------------------- /Example/Example/Sharing/ShareMessage.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ShareMessage.swift 3 | // PixelSDKExample 4 | // 5 | // Created by Josh Bernfeld on 3/11/18. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import UIKit 11 | import MessageUI 12 | 13 | class ShareMessage: NSObject, ShareProtocol, MFMessageComposeViewControllerDelegate { 14 | 15 | weak var controller: UIViewController! 16 | 17 | var contentDescription: String? 18 | 19 | var completion: ((Bool) -> Void)? 20 | 21 | var shareOption: ShareOption { return .message } 22 | 23 | var videoURL: URL? 24 | 25 | var imageURL: URL? 26 | 27 | var assetLocalIdentifier: String? 28 | 29 | private var strongSelf: ShareMessage? 30 | 31 | func share() { 32 | if !self.shareOption.isInstalled() { 33 | print("Unable to share to Messages since it is not installed") 34 | self.completion?(false) 35 | self.completion = nil 36 | return 37 | } 38 | 39 | 40 | let composeVC = MFMessageComposeViewController() 41 | composeVC.messageComposeDelegate = self 42 | 43 | composeVC.body = self.contentDescription 44 | 45 | if let imageURL = self.imageURL { 46 | composeVC.addAttachmentURL(imageURL, withAlternateFilename: nil) 47 | } 48 | else if let videoURL = self.videoURL { 49 | composeVC.addAttachmentURL(videoURL, withAlternateFilename: nil) 50 | } 51 | 52 | self.strongSelf = self 53 | 54 | self.controller.present(composeVC, animated: true, completion: nil) 55 | } 56 | 57 | func messageComposeViewController(_ controller: MFMessageComposeViewController, didFinishWith result: MessageComposeResult) { 58 | controller.dismiss(animated: true, completion: nil) 59 | 60 | switch result { 61 | case .cancelled: 62 | self.completion?(false) 63 | case .sent: 64 | self.completion?(true) 65 | case .failed: 66 | self.completion?(false) 67 | @unknown default: 68 | self.completion?(false) 69 | } 70 | self.completion = nil 71 | 72 | self.strongSelf = nil 73 | } 74 | } 75 | -------------------------------------------------------------------------------- /Example/Example/test_1.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/test_1.mov -------------------------------------------------------------------------------- /Example/Example/test_2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/test_2.mp4 -------------------------------------------------------------------------------- /Example/Example/test_3.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/Example/test_3.mp4 -------------------------------------------------------------------------------- /Example/PixelSDKExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Example/PixelSDKExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Example/PixelSDKExample.xcodeproj/project.xcworkspace/xcuserdata/joshbernfeld.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/Example/PixelSDKExample.xcodeproj/project.xcworkspace/xcuserdata/joshbernfeld.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /LANGUAGES.md: -------------------------------------------------------------------------------- 1 | # Supported Languages 2 | Pixel SDK supports the below list of languages. 3 | 4 | If you would like a language added or have a translation suggestion please [contact us](https://www.pixelsdk.com/contact/). 5 | 6 | | Language | Code | 7 | | ----------- | ------- | 8 | | English | en | 9 | | Arabic | ar | 10 | | Catalan | ca | 11 | | Chinese, Simplified | zh-Hans | 12 | | Chinese, Traditional | zh-Hant | 13 | | Chinese (Hong Kong) | zh-HK | 14 | | Croatian | hr | 15 | | Czech | cs | 16 | | Danish | da | 17 | | Dutch | nl | 18 | | English (United Kingdom) | en-GB | 19 | | Finnish | fi | 20 | | French | fr | 21 | | French (France) | fr-FR | 22 | | French (Canada) | fr-CA | 23 | | German | de | 24 | | Greek | el | 25 | | Hebrew | he | 26 | | Hindi | hi | 27 | | Hungarian | hu | 28 | | Indonesian | id | 29 | | Italian | it | 30 | | Japanese | ja | 31 | | Korean | ko | 32 | | Malay | ms | 33 | | Norwegian Bokmål | nb | 34 | | Polish | pl | 35 | | Portuguese | pt | 36 | | Portuguese (Brazil) | pt-BR | 37 | | Portuguese (Portugal) | pt-PT | 38 | | Romanian | ro | 39 | | Russian | ru | 40 | | Slovak | sk | 41 | | Spanish | es | 42 | | Spanish (Spain) | es-ES | 43 | | Spanish (Latin America) | es-419 | 44 | | Swedish | sv | 45 | | Thai | th | 46 | | Turkish | tr | 47 | | Ukrainian | uk | 48 | | Vietnamese | vi | 49 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | Make sure you [generate an API key](https://www.pixelsdk.com/dashboard/api-keys/) before releasing your app. The following [pricing options](https://www.pixelsdk.com/#pricing) are available for your API key. 2 | 3 | Without an API key, image and video exports will include a watermark. 4 | -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- 1 | // swift-tools-version:5.3 2 | import PackageDescription 3 | 4 | let package = Package( 5 | name: "PixelSDK", 6 | platforms: [ 7 | .iOS(.v11) 8 | ], 9 | products: [ 10 | // Products define the executables and libraries a package produces, and make them visible to other packages. 11 | .library(name: "PixelSDK", targets: ["PixelSDKWrapper"]) 12 | ], 13 | dependencies: [ 14 | // Dependencies declare other packages that this package depends on. 15 | .package(name: "GPUImage", url: "https://github.com/GottaYotta/GPUImage3.git", from: "3.0.0") 16 | //.package(name: "GPUImage", path: "/Users/joshbernfeld/Repositories/GPUImage3"), 17 | ], 18 | targets: [ 19 | // Targets are the basic building blocks of a package. A target can define a module or a test suite. 20 | // Targets can depend on other targets in this package, and on products in packages this package depends on. 21 | .target(name: "PixelSDKWrapper", dependencies: ["PixelSDK","GPUImage"], path: ".github/empty"), 22 | .binaryTarget( 23 | name: "PixelSDK", 24 | path: "PixelSDK.xcframework" 25 | ) 26 | ] 27 | ) 28 | -------------------------------------------------------------------------------- /PixelSDK.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PixelSDK' 3 | s.version = '11.3.2' 4 | s.license = 'https://www.pixelsdk.com/terms-of-use/' 5 | s.summary = 'Pixel SDK is a photo and video editing framework written in Swift.' 6 | s.homepage = 'https://www.pixelsdk.com' 7 | s.author = { 'Pixel SDK' => 'support@pixelsdk.com' } 8 | 9 | s.cocoapods_version = '>= 1.10.0' 10 | s.platform = :ios 11 | s.source = { :git => 'https://github.com/GottaYotta/PixelSDK.git', :tag => s.version } 12 | s.vendored_frameworks = 'PixelSDK.xcframework' 13 | s.ios.deployment_target = '11.0' 14 | s.ios.dependency 'PixelSDK-GPUImage3', '~> 3.0' 15 | s.frameworks = ['AVFoundation'] 16 | s.swift_version = '5.0' 17 | end 18 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AvailableLibraries 6 | 7 | 8 | LibraryIdentifier 9 | ios-arm64_x86_64-simulator 10 | LibraryPath 11 | PixelSDK.framework 12 | SupportedArchitectures 13 | 14 | arm64 15 | x86_64 16 | 17 | SupportedPlatform 18 | ios 19 | SupportedPlatformVariant 20 | simulator 21 | 22 | 23 | LibraryIdentifier 24 | ios-arm64 25 | LibraryPath 26 | PixelSDK.framework 27 | SupportedArchitectures 28 | 29 | arm64 30 | 31 | SupportedPlatform 32 | ios 33 | 34 | 35 | CFBundlePackageType 36 | XFWK 37 | XCFrameworkFormatVersion 38 | 1.0 39 | 40 | 41 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Assets.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Assets.car -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraBottomController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraBottomController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraFilterControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraFilterControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraFilterControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraFilterControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraTopController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraTopController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ContainerController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ContainerController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/DetailDisplay.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/DetailDisplay.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustPositionController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustPositionController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustPositionControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustPositionControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustPositionControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustPositionControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditFilterController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditFilterController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditFilterControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditFilterControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditFilterControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditFilterControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditIntensitySliderController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditIntensitySliderController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorControllerAddCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorControllerAddCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorControllerAddCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorControllerAddCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditTrimController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditTrimController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/AVCaptureDevice+Additions.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVCaptureDeviceFormat+Additions.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 11/27/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface AVCaptureDevice (Additions) 13 | 14 | - (void)setFrameRate:(int)frameRate withSize:(CGSize)size; 15 | // Calling this will lock focus and exposure. 16 | - (void)setFocusAndExposure:(CGPoint)focusPointOfIntereset; 17 | // If you need to reenable auto focus/exposure call this. 18 | - (void)enableContinuousAutoFocusAndExposure; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/CalloutView.h: -------------------------------------------------------------------------------- 1 | // 2 | // CalloutView.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 12/17/15. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CalloutView : UIView 12 | 13 | - (void)animateCalloutAppearance; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/CameraFocusUtilities.h: -------------------------------------------------------------------------------- 1 | // 2 | // CameraFocusUtilities.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 11/15/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import 12 | 13 | typedef NS_ENUM(NSInteger, GPUImageFillMode) { 14 | GPUImageFillModeStretch, 15 | GPUImageFillModePreserveAspectRatio, 16 | GPUImageFillModePreserveAspectRatioAndFill 17 | }; 18 | 19 | @interface CameraFocusUtilities : NSObject 20 | 21 | + (UIView *)displayFocusCircleViewWithTapPoint:(CGPoint)tapPoint view:(UIView *)view; 22 | 23 | + (CGPoint)convertToPointOfInterestFromViewCoordinates:(CGPoint)viewCoordinates 24 | inFrame:(CGRect)frame 25 | withOrientation:(UIDeviceOrientation)orientation 26 | fillMode:(GPUImageFillMode)fillMode 27 | mirrored:(BOOL)mirrored; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/JSONSerializationHelper.h: -------------------------------------------------------------------------------- 1 | // 2 | // JSONSerializationHelper.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 1/2/20. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface JSONSerializationHelper : NSObject 14 | + (id)JSONObjectByRemovingKeysWithNullValues:(id)JSONObject readingOptions:(NSJSONReadingOptions)readingOptions; 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/NSObject+Exception.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+Exception.h 3 | // GPUImage2 4 | // 5 | // Created by Josh Bernfeld on 11/23/17. 6 | // 7 | 8 | #import 9 | 10 | @interface NSObject (Exception) 11 | 12 | + (BOOL)catchException:(void(^)(void))tryBlock error:(__autoreleasing NSError **)error; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/NSObject+LoadFromNib.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+LoadFromNib.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 8/14/16. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSObject (LoadFromNib) 12 | 13 | + (id)loadFromNib:(NSString *)name bundle:(NSBundle *)bundle classToLoad:(Class)classToLoad; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/OrientationHelper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Orientation.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 12/7/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface OrientationHelper : NSObject 13 | 14 | + (UIDeviceOrientation)deviceOrientationWithCurrentDeviceOrientation:(UIDeviceOrientation)deviceOrientation angle:(double)angle z:(double)z; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/PixelSDK.h: -------------------------------------------------------------------------------- 1 | // 2 | // PixelSDK.h 3 | // PixelSDK 4 | // 5 | // Created by Josh Bernfeld on 7/31/19. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for PixelSDK. 12 | FOUNDATION_EXPORT double PixelSDKVersionNumber; 13 | 14 | //! Project version string for PixelSDK. 15 | FOUNDATION_EXPORT const unsigned char PixelSDKVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | #import "NSObject+LoadFromNib.h" 20 | #import "OrientationHelper.h" 21 | #import "AVCaptureDevice+Additions.h" 22 | #import "CameraFocusUtilities.h" 23 | #import "UICollectionViewOffsetLock.h" 24 | #import "CalloutView.h" 25 | #import "JSONSerializationHelper.h" 26 | #import "NSObject+Exception.h" 27 | #import "TPCircularBuffer.h" 28 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/UICollectionViewOffsetLock.h: -------------------------------------------------------------------------------- 1 | // 2 | // UICollectionViewOffsetLock.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 12/15/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UICollectionViewOffsetLock : UICollectionView 12 | 13 | - (void)lockScrolling; 14 | - (void)unlockScrolling; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Info.plist -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryAlbumBrowserControllerCell.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryAlbumBrowserControllerCell.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryPhotoBrowserControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryPhotoBrowserControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryPhotoBrowserControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryPhotoBrowserControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryPhotoBrowserHeaderCell.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryPhotoBrowserHeaderCell.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftdoc -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module PixelSDK { 2 | umbrella header "PixelSDK.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module PixelSDK.Swift { 9 | header "PixelSDK-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/PixelSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/PixelSDK -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/PreviewCropController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/PreviewCropController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SessionFilterSpeedController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SessionFilterSpeedController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SliderHorizontal.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SliderHorizontal.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SliderVertical.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SliderVertical.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/TextCalloutViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/TextCalloutViewController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ca.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ca.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/default.metallib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/default.metallib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/en-GB.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/en-GB.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/es-419.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/es-419.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/es-ES.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/es-ES.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/fr-CA.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/fr-CA.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/fr-FR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/fr-FR.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/hi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/hi.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/hr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/hr.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/hu.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/hu.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ms.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ms.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/nb.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/nb.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/pt-BR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/pt-BR.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/pt-PT.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/pt-PT.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ro.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ro.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/sk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/sk.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/vi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/vi.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/zh-HK.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/zh-HK.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Assets.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Assets.car -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraBottomController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraBottomController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraFilterControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraFilterControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraFilterControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraFilterControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraTopController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/CameraTopController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ContainerController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ContainerController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/DetailDisplay.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/DetailDisplay.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustPositionController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustPositionController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustPositionControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustPositionControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustPositionControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditAdjustPositionControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditFilterController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditFilterController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditFilterControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditFilterControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditFilterControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditFilterControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditIntensitySliderController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditIntensitySliderController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorControllerAddCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorControllerAddCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorControllerAddCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorControllerAddCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditSegmentSelectorControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditTrimController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditTrimController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/AVCaptureDevice+Additions.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVCaptureDeviceFormat+Additions.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 11/27/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface AVCaptureDevice (Additions) 13 | 14 | - (void)setFrameRate:(int)frameRate withSize:(CGSize)size; 15 | // Calling this will lock focus and exposure. 16 | - (void)setFocusAndExposure:(CGPoint)focusPointOfIntereset; 17 | // If you need to reenable auto focus/exposure call this. 18 | - (void)enableContinuousAutoFocusAndExposure; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/CalloutView.h: -------------------------------------------------------------------------------- 1 | // 2 | // CalloutView.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 12/17/15. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CalloutView : UIView 12 | 13 | - (void)animateCalloutAppearance; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/CameraFocusUtilities.h: -------------------------------------------------------------------------------- 1 | // 2 | // CameraFocusUtilities.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 11/15/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | #import 12 | 13 | typedef NS_ENUM(NSInteger, GPUImageFillMode) { 14 | GPUImageFillModeStretch, 15 | GPUImageFillModePreserveAspectRatio, 16 | GPUImageFillModePreserveAspectRatioAndFill 17 | }; 18 | 19 | @interface CameraFocusUtilities : NSObject 20 | 21 | + (UIView *)displayFocusCircleViewWithTapPoint:(CGPoint)tapPoint view:(UIView *)view; 22 | 23 | + (CGPoint)convertToPointOfInterestFromViewCoordinates:(CGPoint)viewCoordinates 24 | inFrame:(CGRect)frame 25 | withOrientation:(UIDeviceOrientation)orientation 26 | fillMode:(GPUImageFillMode)fillMode 27 | mirrored:(BOOL)mirrored; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/JSONSerializationHelper.h: -------------------------------------------------------------------------------- 1 | // 2 | // JSONSerializationHelper.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 1/2/20. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface JSONSerializationHelper : NSObject 14 | + (id)JSONObjectByRemovingKeysWithNullValues:(id)JSONObject readingOptions:(NSJSONReadingOptions)readingOptions; 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/NSObject+Exception.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+Exception.h 3 | // GPUImage2 4 | // 5 | // Created by Josh Bernfeld on 11/23/17. 6 | // 7 | 8 | #import 9 | 10 | @interface NSObject (Exception) 11 | 12 | + (BOOL)catchException:(void(^)(void))tryBlock error:(__autoreleasing NSError **)error; 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/NSObject+LoadFromNib.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+LoadFromNib.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 8/14/16. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSObject (LoadFromNib) 12 | 13 | + (id)loadFromNib:(NSString *)name bundle:(NSBundle *)bundle classToLoad:(Class)classToLoad; 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/OrientationHelper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Orientation.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 12/7/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface OrientationHelper : NSObject 13 | 14 | + (UIDeviceOrientation)deviceOrientationWithCurrentDeviceOrientation:(UIDeviceOrientation)deviceOrientation angle:(double)angle z:(double)z; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/PixelSDK.h: -------------------------------------------------------------------------------- 1 | // 2 | // PixelSDK.h 3 | // PixelSDK 4 | // 5 | // Created by Josh Bernfeld on 7/31/19. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for PixelSDK. 12 | FOUNDATION_EXPORT double PixelSDKVersionNumber; 13 | 14 | //! Project version string for PixelSDK. 15 | FOUNDATION_EXPORT const unsigned char PixelSDKVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | #import "NSObject+LoadFromNib.h" 20 | #import "OrientationHelper.h" 21 | #import "AVCaptureDevice+Additions.h" 22 | #import "CameraFocusUtilities.h" 23 | #import "UICollectionViewOffsetLock.h" 24 | #import "CalloutView.h" 25 | #import "JSONSerializationHelper.h" 26 | #import "NSObject+Exception.h" 27 | #import "TPCircularBuffer.h" 28 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/UICollectionViewOffsetLock.h: -------------------------------------------------------------------------------- 1 | // 2 | // UICollectionViewOffsetLock.h 3 | // PixelSDKFramework 4 | // 5 | // Created by Josh Bernfeld on 12/15/17. 6 | // Copyright © 2021 GottaYotta, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UICollectionViewOffsetLock : UICollectionView 12 | 13 | - (void)lockScrolling; 14 | - (void)unlockScrolling; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Info.plist -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryAlbumBrowserControllerCell.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryAlbumBrowserControllerCell.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryPhotoBrowserControllerCell.nib/objects-12.3+.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryPhotoBrowserControllerCell.nib/objects-12.3+.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryPhotoBrowserControllerCell.nib/runtime.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryPhotoBrowserControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryPhotoBrowserHeaderCell.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/LibraryPhotoBrowserHeaderCell.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module PixelSDK { 2 | umbrella header "PixelSDK.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module PixelSDK.Swift { 9 | header "PixelSDK-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/PixelSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/PixelSDK -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/PreviewCropController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/PreviewCropController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/SessionFilterSpeedController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/SessionFilterSpeedController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/SliderHorizontal.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/SliderHorizontal.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/SliderVertical.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/SliderVertical.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/TextCalloutViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/TextCalloutViewController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ca.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ca.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/default.metallib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/default.metallib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/en-GB.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/en-GB.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/es-419.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/es-419.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/es-ES.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/es-ES.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/fr-CA.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/fr-CA.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/fr-FR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/fr-FR.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/hi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/hi.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/hr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/hr.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/hu.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/hu.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ms.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ms.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/nb.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/nb.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/pt-BR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/pt-BR.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/pt-PT.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/pt-PT.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ro.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ro.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/sk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/sk.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/vi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/vi.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/zh-HK.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/zh-HK.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /lookup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/38ccbe8f6c53b56d25019049b6a890ffa52f284c/lookup.png --------------------------------------------------------------------------------