├── .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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/empty/blank.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/.github/empty/blank.swift -------------------------------------------------------------------------------- /.github/headers/AVAudioSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/.github/headers/AVAudioSettings.h -------------------------------------------------------------------------------- /.github/headers/AVVideoSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/.github/headers/AVVideoSettings.h -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Example/Example/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/AppDelegate.swift -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/Example/Example/Assets.xcassets/AppIcon.appiconset/Icon@2x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/AppIcon.appiconset/Icon@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/iTunesArtwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/AppIcon.appiconset/iTunesArtwork.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_back_arrow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_back_arrow.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_back_arrow.imageset/cam_back_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/Example/Example/Assets.xcassets/cam_back_arrow.imageset/cam_back_arrow@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_check.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_check.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_check.imageset/cam_upload_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/Example/Example/Assets.xcassets/cam_upload_check.imageset/cam_upload_check@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_cross.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_cross.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_cross.imageset/cam_upload_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_logo_camera_roll.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_camera_roll.imageset/cam_upload_logo_camera_roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_logo_facebook.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_facebook.imageset/cam_upload_logo_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_logo_instagram.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_instagram.imageset/cam_upload_logo_instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_logo_mail.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_mail.imageset/cam_upload_logo_mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_logo_message.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_message.imageset/cam_upload_logo_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_logo_sdk_example.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_sdk_example.imageset/cam_upload_logo_sdk_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_logo_twitter.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_logo_twitter.imageset/cam_upload_logo_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/cam_upload_pin.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/cam_upload_pin.imageset/cam_upload_pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/Example/Example/Assets.xcassets/cam_upload_pin.imageset/cam_upload_pin@3x.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/lookup_example.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/lookup_example.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/lookup_example.imageset/lookup_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/lookup_example.imageset/lookup_example.png -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/test_image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/test_image.imageset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/test_image.imageset/test_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Assets.xcassets/test_image.imageset/test_image.jpg -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Background Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Background Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Camera Overlay Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Camera Overlay Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Destructive Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Destructive Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Face Up Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Face Up Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 1 Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Gray 1 Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 2 Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Gray 2 Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 3 Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Gray 3 Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 4 Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Gray 4 Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Gray 5 Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Gray 5 Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Label Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Label Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Label Inactive Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Label Inactive Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Placeholder Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Placeholder Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Shadow Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Shadow Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK Theme Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK Theme Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Colors.xcassets/Pixel SDK White Color.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Colors.xcassets/Pixel SDK White Color.colorset/Contents.json -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/arm64 copy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/arm64 copy.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/arm64-apple-ios copy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/arm64-apple-ios copy.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/arm64-apple-ios-e copy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/arm64-apple-ios-e copy.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/arm64-apple-ios-e.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/arm64-apple-ios-e.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/arm64-apple-ios.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/arm64-apple-ios.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/arm64-e copy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/arm64-e copy.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/arm64-e.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/arm64-e.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/arm64.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/arm64.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/x86_64 copy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/x86_64 copy.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/x86_64-apple-ios-simulator copy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/x86_64-apple-ios-simulator copy.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/x86_64-apple-ios-simulator-e copy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/x86_64-apple-ios-simulator-e copy.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/x86_64-apple-ios-simulator-e.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/x86_64-apple-ios-simulator-e.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/x86_64-apple-ios-simulator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/x86_64-apple-ios-simulator.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/x86_64-e copy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/x86_64-e copy.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/x86_64-e.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/x86_64-e.swift -------------------------------------------------------------------------------- /Example/Example/Extra/.headers/x86_64.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/.headers/x86_64.swift -------------------------------------------------------------------------------- /Example/Example/Extra/LocationManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/LocationManager.swift -------------------------------------------------------------------------------- /Example/Example/Extra/MKPlacemark+Additions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/MKPlacemark+Additions.swift -------------------------------------------------------------------------------- /Example/Example/Extra/PHAsset+Additions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/PHAsset+Additions.swift -------------------------------------------------------------------------------- /Example/Example/Extra/PHPhotoLibrary+Additions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/PHPhotoLibrary+Additions.swift -------------------------------------------------------------------------------- /Example/Example/Extra/RPCircularProgress.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/RPCircularProgress.swift -------------------------------------------------------------------------------- /Example/Example/Extra/TouchDetectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Extra/TouchDetectionView.swift -------------------------------------------------------------------------------- /Example/Example/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Info.plist -------------------------------------------------------------------------------- /Example/Example/Localizations/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Example/Example/Localizations/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Example/Example/Localizations/ar.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ar.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ar.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ar.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ar.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ca.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ca.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ca.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ca.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ca.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ca.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/cs.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/cs.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/cs.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/cs.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/cs.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/da.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/da.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/da.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/da.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/da.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/da.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/de.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/de.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/el.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/el.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/el.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/el.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/el.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/en-GB.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/en-GB.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/en-GB.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/en-GB.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/en-GB.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/en-GB.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/en.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/en.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es-419.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/es-419.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es-419.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/es-419.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es-419.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/es-419.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es-ES.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/es-ES.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es-ES.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/es-ES.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es-ES.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/es-ES.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/es.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/es.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/es.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fi.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fi.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-CA.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fr-CA.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-CA.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fr-CA.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-CA.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fr-CA.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-FR.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fr-FR.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-FR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fr-FR.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr-FR.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fr-FR.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/fr.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/fr.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/he.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/he.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/he.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/he.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/he.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/he.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/hi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/hi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hi.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/hi.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/hr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/hr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hr.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/hr.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hu.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/hu.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hu.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/hu.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/hu.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/hu.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/id.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/id.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/id.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/id.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/id.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/id.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/it.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/it.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ja.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ja.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ja.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ko.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ko.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ko.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ko.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ko.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ko.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ms.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ms.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ms.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ms.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ms.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ms.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/nb.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/nb.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/nb.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/nb.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/nb.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/nb.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/nl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/nl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/nl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/nl.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/nl.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pl.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pl.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pl.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pl.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pl.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-BR.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pt-BR.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-BR.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pt-BR.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-BR.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pt-BR.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pt-PT.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-PT.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pt-PT.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt-PT.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pt-PT.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pt.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/pt.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/pt.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ro.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ro.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ro.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ro.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ro.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ro.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ru.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ru.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ru.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/ru.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/ru.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/sk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/sk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/sk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/sk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/sk.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/sk.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/sv.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/sv.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/sv.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/sv.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/sv.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/sv.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/th.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/th.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/th.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/th.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/th.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/th.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/tr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/tr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/tr.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/tr.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/uk.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/uk.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/uk.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/uk.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/uk.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/vi.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/vi.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/vi.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/vi.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/vi.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/vi.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-HK.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/zh-HK.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-HK.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/zh-HK.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-HK.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/zh-HK.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/zh-Hans.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hans.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/zh-Hans.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hant.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/zh-Hant.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Example/Example/Localizations/zh-Hant.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Localizations/zh-Hant.lproj/Main.strings -------------------------------------------------------------------------------- /Example/Example/Post/ExpandingTextViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/ExpandingTextViewCell.swift -------------------------------------------------------------------------------- /Example/Example/Post/PostController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/PostController.swift -------------------------------------------------------------------------------- /Example/Example/Post/PostController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/PostController.xib -------------------------------------------------------------------------------- /Example/Example/Post/PostDescriptionCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/PostDescriptionCell.swift -------------------------------------------------------------------------------- /Example/Example/Post/PostDescriptionCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/PostDescriptionCell.xib -------------------------------------------------------------------------------- /Example/Example/Post/PostShareCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/PostShareCell.swift -------------------------------------------------------------------------------- /Example/Example/Post/PostShareCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/PostShareCell.xib -------------------------------------------------------------------------------- /Example/Example/Post/PostTagLocationCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/PostTagLocationCell.swift -------------------------------------------------------------------------------- /Example/Example/Post/PostTagLocationCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/PostTagLocationCell.xib -------------------------------------------------------------------------------- /Example/Example/Post/SearchController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/SearchController.swift -------------------------------------------------------------------------------- /Example/Example/Post/SearchController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Post/SearchController.xib -------------------------------------------------------------------------------- /Example/Example/SessionFilterExample1.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/SessionFilterExample1.swift -------------------------------------------------------------------------------- /Example/Example/SessionFilterExample2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/SessionFilterExample2.swift -------------------------------------------------------------------------------- /Example/Example/Sharing/ShareCameraRoll.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Sharing/ShareCameraRoll.swift -------------------------------------------------------------------------------- /Example/Example/Sharing/ShareFacebook.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Sharing/ShareFacebook.swift -------------------------------------------------------------------------------- /Example/Example/Sharing/ShareInstagram.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Sharing/ShareInstagram.swift -------------------------------------------------------------------------------- /Example/Example/Sharing/ShareMail.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Sharing/ShareMail.swift -------------------------------------------------------------------------------- /Example/Example/Sharing/ShareManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Sharing/ShareManager.swift -------------------------------------------------------------------------------- /Example/Example/Sharing/ShareMessage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Sharing/ShareMessage.swift -------------------------------------------------------------------------------- /Example/Example/Sharing/ShareTwitter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/Sharing/ShareTwitter.swift -------------------------------------------------------------------------------- /Example/Example/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/ViewController.swift -------------------------------------------------------------------------------- /Example/Example/test_1.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/test_1.mov -------------------------------------------------------------------------------- /Example/Example/test_2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/test_2.mp4 -------------------------------------------------------------------------------- /Example/Example/test_3.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/Example/test_3.mp4 -------------------------------------------------------------------------------- /Example/PixelSDKExample.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/PixelSDKExample.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Example/PixelSDKExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/PixelSDKExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Example/PixelSDKExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/PixelSDKExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Example/PixelSDKExample.xcodeproj/project.xcworkspace/xcuserdata/joshbernfeld.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/PixelSDKExample.xcodeproj/project.xcworkspace/xcuserdata/joshbernfeld.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Example/PixelSDKExample.xcodeproj/xcshareddata/xcschemes/PixelSDKExample.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Example/PixelSDKExample.xcodeproj/xcshareddata/xcschemes/PixelSDKExample.xcscheme -------------------------------------------------------------------------------- /LANGUAGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/LANGUAGES.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/Package.swift -------------------------------------------------------------------------------- /PixelSDK.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.podspec -------------------------------------------------------------------------------- /PixelSDK.xcframework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/Info.plist -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Assets.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Assets.car -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraBottomController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraBottomController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraFilterControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraTopController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/CameraTopController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ContainerController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ContainerController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/DetailDisplay.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/DetailDisplay.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustPositionController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditAdjustPositionControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditFilterController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditFilterControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditIntensitySliderController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditIntensitySliderController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditSegmentSelectorControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditTrimController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/EditTrimController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/AVCaptureDevice+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/AVCaptureDevice+Additions.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/CalloutView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/CalloutView.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/CameraFocusUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/CameraFocusUtilities.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/JSONSerializationHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/JSONSerializationHelper.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/NSObject+Exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/NSObject+Exception.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/NSObject+LoadFromNib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/NSObject+LoadFromNib.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/OrientationHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/OrientationHelper.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/PixelSDK-Swift.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/PixelSDK-Swift.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/PixelSDK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/PixelSDK.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/TPCircularBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/TPCircularBuffer.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/UICollectionViewOffsetLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Headers/UICollectionViewOffsetLock.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Info.plist -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryAlbumBrowserControllerCell.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryAlbumBrowserControllerCell.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryPhotoBrowserControllerCell.nib/runtime.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/LibraryPhotoBrowserHeaderCell.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftdoc -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftinterface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftinterface -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftinterface-e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios.swiftinterface-e -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/PixelSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/PixelSDK -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/PreviewCropController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/PreviewCropController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SessionFilterSpeedController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SessionFilterSpeedController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SliderHorizontal.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SliderHorizontal.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SliderVertical.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/SliderVertical.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/TextCalloutViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/TextCalloutViewController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/default.metallib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64/PixelSDK.framework/default.metallib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64/PixelSDK.framework/el.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/EditTrimController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/AVCaptureDevice+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/AVCaptureDevice+Additions.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/CalloutView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/CalloutView.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/CameraFocusUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/CameraFocusUtilities.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/JSONSerializationHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/JSONSerializationHelper.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/NSObject+Exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/NSObject+Exception.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/NSObject+LoadFromNib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/NSObject+LoadFromNib.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/OrientationHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/OrientationHelper.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/PixelSDK-Swift.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/PixelSDK-Swift.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/PixelSDK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/PixelSDK.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/TPCircularBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/TPCircularBuffer.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/UICollectionViewOffsetLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Headers/UICollectionViewOffsetLock.h -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/arm64-apple-ios-simulator.swiftinterface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/PixelSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/PixelSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/TextCalloutViewController.nib -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/ar.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/PixelSDK.xcframework/ios-arm64_x86_64-simulator/PixelSDK.framework/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/README.md -------------------------------------------------------------------------------- /lookup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GottaYotta/PixelSDK/HEAD/lookup.png --------------------------------------------------------------------------------