scoplan.camera 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +18 -0
- package/plugin.xml +119 -0
- package/src/android/AutoFitSurfaceView.java +66 -0
- package/src/android/CCropActivity.java +17 -0
- package/src/android/CDrawActivity.java +16 -0
- package/src/android/CTextActivity.java +17 -0
- package/src/android/CameraEventListener.java +8 -0
- package/src/android/CameraFragment.java +635 -0
- package/src/android/CameraSeekBarListener.java +105 -0
- package/src/android/CameraUtils.java +94 -0
- package/src/android/CustomI.java +37 -0
- package/src/android/FakeR.java +31 -0
- package/src/android/ImageCameraAvailableListener.java +65 -0
- package/src/android/OnImageCaptureListener.java +11 -0
- package/src/android/PhotoEditorActivity.java +128 -0
- package/src/android/PhotoEditorMenu.java +111 -0
- package/src/android/PhotoEditorMesureCustomActivity.java +218 -0
- package/src/android/PhotoEditorStore.java +50 -0
- package/src/android/ScoplanCamera.java +98 -0
- package/src/android/gradle/scoplanCamera.gradle +9 -0
- package/src/android/libs/ds-photo-editor-sdk-v9.aar +0 -0
- package/src/android/res/drawable/back_arrow.xml +5 -0
- package/src/android/res/drawable/camsicon.png +0 -0
- package/src/android/res/drawable/custom_spinner.xml +14 -0
- package/src/android/res/drawable/delete_img.png +0 -0
- package/src/android/res/drawable/draw_img.png +0 -0
- package/src/android/res/drawable/flash.png +0 -0
- package/src/android/res/drawable/flash_on.png +0 -0
- package/src/android/res/drawable/mesure.png +0 -0
- package/src/android/res/drawable/mesure_bar.xml +19 -0
- package/src/android/res/drawable/shape_back.xml +12 -0
- package/src/android/res/drawable/shape_cancel.xml +12 -0
- package/src/android/res/drawable/shape_rectangle.xml +4 -0
- package/src/android/res/layout/fragment_camera.xml +157 -0
- package/src/android/res/layout/fragment_photo_editor_menu.xml +122 -0
- package/src/ios/AVCamPhotoCaptureDelegate.h +20 -0
- package/src/ios/AVCamPhotoCaptureDelegate.m +244 -0
- package/src/ios/AVCamPreviewView.h +18 -0
- package/src/ios/AVCamPreviewView.m +33 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDK +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Assets.car +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/0dZ-3o-Xdu-view-Uan-aZ-nTR.nib/objects-11.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/0dZ-3o-Xdu-view-Uan-aZ-nTR.nib/objects-13.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/0dZ-3o-Xdu-view-Uan-aZ-nTR.nib/runtime.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSDrawViewController.nib/objects-11.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSDrawViewController.nib/objects-13.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSDrawViewController.nib/runtime.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSPhotoEditor.nib/objects-11.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSPhotoEditor.nib/objects-13.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSPhotoEditor.nib/runtime.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/Info.plist +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/Okc-Jl-tk5-view-siV-MN-Zgc.nib/objects-11.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/Okc-Jl-tk5-view-siV-MN-Zgc.nib/objects-13.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/Okc-Jl-tk5-view-siV-MN-Zgc.nib/runtime.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Info.plist +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ar.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ar.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/de.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/de.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/es.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/es.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/fr.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/fr.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/id.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/id.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/it.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/it.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ja.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ja.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ko.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ko.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ms.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ms.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/pt-PT.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/pt-PT.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ru.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ru.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/th.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/th.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/tr.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/tr.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/vi.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/vi.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/zh-Hans.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/zh-Hans.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/zh-Hant.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/zh-Hant.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/Headers/DSPhotoEditorSDK.h +18 -0
- package/src/ios/DSPhotoEditorSDK.framework/Headers/DSPhotoEditorViewController.h +112 -0
- package/src/ios/DSPhotoEditorSDK.framework/Info.plist +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/License.md +70 -0
- package/src/ios/DSPhotoEditorSDK.framework/Modules/module.modulemap +6 -0
- package/src/ios/DSPhotoEditorSDK.framework/framework_version.txt +5 -0
- package/src/ios/DSPhotoEditorSDK.framework/strip-frameworks.sh +80 -0
- package/src/ios/Resources/Overlay.png +0 -0
- package/src/ios/Resources/Overlay@2x.png +0 -0
- package/src/ios/Resources/back_arrows.png +0 -0
- package/src/ios/Resources/ds_btn_calc.png +0 -0
- package/src/ios/Resources/ds_btn_crop.png +0 -0
- package/src/ios/Resources/ds_btn_del.png +0 -0
- package/src/ios/Resources/ds_btn_draw.png +0 -0
- package/src/ios/Resources/ds_btn_text.png +0 -0
- package/src/ios/Resources/measure_0.png +0 -0
- package/src/ios/Resources/measure_1.png +0 -0
- package/src/ios/Resources/measure_10.png +0 -0
- package/src/ios/Resources/measure_11.png +0 -0
- package/src/ios/Resources/measure_2.png +0 -0
- package/src/ios/Resources/measure_3.png +0 -0
- package/src/ios/Resources/measure_4.png +0 -0
- package/src/ios/Resources/measure_5.png +0 -0
- package/src/ios/Resources/measure_6.png +0 -0
- package/src/ios/Resources/measure_7.png +0 -0
- package/src/ios/Resources/measure_8.png +0 -0
- package/src/ios/Resources/measure_9.png +0 -0
- package/src/ios/Resources/no.png +0 -0
- package/src/ios/Resources/ok.png +0 -0
- package/src/ios/Resources/toward_arrows.png +0 -0
- package/src/ios/ScoplanCamera.h +18 -0
- package/src/ios/ScoplanCamera.m +179 -0
- package/src/ios/ScoplanCamera.storyboard +115 -0
- package/src/ios/UICustomPickerController.h +11 -0
- package/src/ios/UICustomPickerController.m +119 -0
- package/src/ios/UIImagePickerDelegate.h +11 -0
- package/src/ios/UIImagePickerDelegate.m +161 -0
- package/src/ios/UIScoplanCamera.h +20 -0
- package/src/ios/UIScoplanCamera.m +1098 -0
- package/src/ios/bottomPhotoEditor.xib +222 -0
- package/src/ios/camsicons.xcassets/Contents.json +6 -0
- package/src/ios/camsicons.xcassets/cameraicon.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/cameraicon.imageset/camsicon.png +0 -0
- package/src/ios/camsicons.xcassets/image000001.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000001.imageset/image0000002.png +0 -0
- package/src/ios/camsicons.xcassets/image0000010.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000010.imageset/image0000010.png +0 -0
- package/src/ios/camsicons.xcassets/image0000011.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000011.imageset/image0000011.png +0 -0
- package/src/ios/camsicons.xcassets/image0000012.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000012.imageset/image0000012.png +0 -0
- package/src/ios/camsicons.xcassets/image0000013.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000013.imageset/image0000013.png +0 -0
- package/src/ios/camsicons.xcassets/image0000014.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000014.imageset/image0000014.png +0 -0
- package/src/ios/camsicons.xcassets/image0000015.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000015.imageset/image0000015.png +0 -0
- package/src/ios/camsicons.xcassets/image0000016.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000016.imageset/image0000016.png +0 -0
- package/src/ios/camsicons.xcassets/image0000017.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000017.imageset/image0000017.png +0 -0
- package/src/ios/camsicons.xcassets/image0000018.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000018.imageset/image0000018.png +0 -0
- package/src/ios/camsicons.xcassets/image0000019.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000019.imageset/image0000019.png +0 -0
- package/src/ios/camsicons.xcassets/image000002.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000002.imageset/image0000001.png +0 -0
- package/src/ios/camsicons.xcassets/image000003.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000003.imageset/image0000003.png +0 -0
- package/src/ios/camsicons.xcassets/image000004.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000004.imageset/image0000004.png +0 -0
- package/src/ios/camsicons.xcassets/image000005.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000005.imageset/image0000005.png +0 -0
- package/src/ios/camsicons.xcassets/image000006.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000006.imageset/image0000006.png +0 -0
- package/src/ios/camsicons.xcassets/image000007.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000007.imageset/image0000007.png +0 -0
- package/src/ios/camsicons.xcassets/image000008.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000008.imageset/image0000008.png +0 -0
- package/src/ios/camsicons.xcassets/image000009.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000009.imageset/image0000009.png +0 -0
- package/src/ios/multicam.xib +113 -0
- package/www/ScoplanCamera.js +5 -0
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
3
|
+
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
|
4
|
+
<dependencies>
|
|
5
|
+
<deployment identifier="iOS"/>
|
|
6
|
+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
|
|
7
|
+
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
8
|
+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
9
|
+
</dependencies>
|
|
10
|
+
<objects>
|
|
11
|
+
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
12
|
+
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
13
|
+
<stackView opaque="NO" tag="46" contentMode="scaleToFill" distribution="fillEqually" id="FiO-kA-1Yi">
|
|
14
|
+
<rect key="frame" x="0.0" y="0.0" width="375" height="96"/>
|
|
15
|
+
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
16
|
+
<subviews>
|
|
17
|
+
<view tag="10" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Y8L-HP-Udp">
|
|
18
|
+
<rect key="frame" x="0.0" y="0.0" width="75" height="96"/>
|
|
19
|
+
<subviews>
|
|
20
|
+
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ds_btn_crop.png" translatesAutoresizingMaskIntoConstraints="NO" id="zFN-KM-YnB">
|
|
21
|
+
<rect key="frame" x="0.0" y="0.0" width="75" height="71"/>
|
|
22
|
+
</imageView>
|
|
23
|
+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Recadrer" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IQ8-6c-tBf">
|
|
24
|
+
<rect key="frame" x="0.0" y="71" width="75" height="25"/>
|
|
25
|
+
<constraints>
|
|
26
|
+
<constraint firstAttribute="height" constant="25" id="cKk-6M-UQR"/>
|
|
27
|
+
<constraint firstAttribute="height" constant="25" id="ym0-cY-40X"/>
|
|
28
|
+
</constraints>
|
|
29
|
+
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
30
|
+
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
31
|
+
<nil key="highlightedColor"/>
|
|
32
|
+
<variation key="default">
|
|
33
|
+
<mask key="constraints">
|
|
34
|
+
<exclude reference="cKk-6M-UQR"/>
|
|
35
|
+
<exclude reference="ym0-cY-40X"/>
|
|
36
|
+
</mask>
|
|
37
|
+
</variation>
|
|
38
|
+
<variation key="heightClass=regular-widthClass=compact">
|
|
39
|
+
<mask key="constraints">
|
|
40
|
+
<exclude reference="cKk-6M-UQR"/>
|
|
41
|
+
<include reference="ym0-cY-40X"/>
|
|
42
|
+
</mask>
|
|
43
|
+
</variation>
|
|
44
|
+
</label>
|
|
45
|
+
</subviews>
|
|
46
|
+
<color key="backgroundColor" red="0.15686274510000001" green="0.1960784314" blue="0.22352941179999999" alpha="1" colorSpace="calibratedRGB"/>
|
|
47
|
+
<constraints>
|
|
48
|
+
<constraint firstAttribute="bottom" secondItem="zFN-KM-YnB" secondAttribute="bottom" constant="25" id="TkT-yc-5a9"/>
|
|
49
|
+
<constraint firstAttribute="trailing" secondItem="zFN-KM-YnB" secondAttribute="trailing" id="W0V-ad-uBA"/>
|
|
50
|
+
<constraint firstAttribute="bottom" secondItem="IQ8-6c-tBf" secondAttribute="bottom" id="WNH-Jo-TYr"/>
|
|
51
|
+
<constraint firstAttribute="trailing" secondItem="IQ8-6c-tBf" secondAttribute="trailing" id="Xtm-fK-2Ry"/>
|
|
52
|
+
<constraint firstItem="zFN-KM-YnB" firstAttribute="top" secondItem="Y8L-HP-Udp" secondAttribute="top" id="fzI-k8-gOY"/>
|
|
53
|
+
<constraint firstItem="IQ8-6c-tBf" firstAttribute="leading" secondItem="Y8L-HP-Udp" secondAttribute="leading" id="pDt-aA-Cz4"/>
|
|
54
|
+
<constraint firstItem="zFN-KM-YnB" firstAttribute="leading" secondItem="Y8L-HP-Udp" secondAttribute="leading" id="zeF-1r-Mtb"/>
|
|
55
|
+
</constraints>
|
|
56
|
+
</view>
|
|
57
|
+
<view tag="20" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EG6-HK-OY8">
|
|
58
|
+
<rect key="frame" x="75" y="0.0" width="75" height="96"/>
|
|
59
|
+
<subviews>
|
|
60
|
+
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ds_btn_draw.png" translatesAutoresizingMaskIntoConstraints="NO" id="TTc-Z7-c5b">
|
|
61
|
+
<rect key="frame" x="0.0" y="0.0" width="75" height="71"/>
|
|
62
|
+
</imageView>
|
|
63
|
+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Dessiner" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OrV-Wq-slz">
|
|
64
|
+
<rect key="frame" x="0.0" y="71" width="75" height="25"/>
|
|
65
|
+
<constraints>
|
|
66
|
+
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="HgM-YV-4Hq"/>
|
|
67
|
+
<constraint firstAttribute="height" constant="25" id="Kd2-Xl-vxY"/>
|
|
68
|
+
</constraints>
|
|
69
|
+
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
70
|
+
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
71
|
+
<nil key="highlightedColor"/>
|
|
72
|
+
<variation key="default">
|
|
73
|
+
<mask key="constraints">
|
|
74
|
+
<exclude reference="Kd2-Xl-vxY"/>
|
|
75
|
+
</mask>
|
|
76
|
+
</variation>
|
|
77
|
+
<variation key="heightClass=regular-widthClass=compact">
|
|
78
|
+
<mask key="constraints">
|
|
79
|
+
<include reference="Kd2-Xl-vxY"/>
|
|
80
|
+
</mask>
|
|
81
|
+
</variation>
|
|
82
|
+
</label>
|
|
83
|
+
</subviews>
|
|
84
|
+
<color key="backgroundColor" red="0.15686274510000001" green="0.1960784314" blue="0.22352941179999999" alpha="1" colorSpace="calibratedRGB"/>
|
|
85
|
+
<constraints>
|
|
86
|
+
<constraint firstItem="OrV-Wq-slz" firstAttribute="leading" secondItem="EG6-HK-OY8" secondAttribute="leading" id="27G-VL-3K7"/>
|
|
87
|
+
<constraint firstItem="TTc-Z7-c5b" firstAttribute="leading" secondItem="EG6-HK-OY8" secondAttribute="leading" id="Dnn-QF-dKH"/>
|
|
88
|
+
<constraint firstAttribute="bottom" secondItem="OrV-Wq-slz" secondAttribute="bottom" id="FIe-AB-fVc"/>
|
|
89
|
+
<constraint firstAttribute="bottom" secondItem="TTc-Z7-c5b" secondAttribute="bottom" constant="25" id="Hko-qw-tWf"/>
|
|
90
|
+
<constraint firstAttribute="trailing" secondItem="TTc-Z7-c5b" secondAttribute="trailing" id="XG7-6b-M7m"/>
|
|
91
|
+
<constraint firstItem="TTc-Z7-c5b" firstAttribute="top" secondItem="EG6-HK-OY8" secondAttribute="top" id="k7h-5c-mRo"/>
|
|
92
|
+
<constraint firstAttribute="trailing" secondItem="OrV-Wq-slz" secondAttribute="trailing" id="zlR-A4-Zu7"/>
|
|
93
|
+
</constraints>
|
|
94
|
+
</view>
|
|
95
|
+
<view tag="30" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ok2-UL-3h7">
|
|
96
|
+
<rect key="frame" x="150" y="0.0" width="75" height="96"/>
|
|
97
|
+
<subviews>
|
|
98
|
+
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ds_btn_text.png" translatesAutoresizingMaskIntoConstraints="NO" id="pYH-UG-iLq">
|
|
99
|
+
<rect key="frame" x="0.0" y="0.0" width="75" height="71"/>
|
|
100
|
+
</imageView>
|
|
101
|
+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Texte" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vR2-Cf-Vbe">
|
|
102
|
+
<rect key="frame" x="0.0" y="71" width="75" height="25"/>
|
|
103
|
+
<constraints>
|
|
104
|
+
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="G2j-1N-kDQ"/>
|
|
105
|
+
<constraint firstAttribute="height" constant="25" id="ePb-Dg-KPK"/>
|
|
106
|
+
</constraints>
|
|
107
|
+
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
|
108
|
+
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
109
|
+
<nil key="highlightedColor"/>
|
|
110
|
+
<variation key="default">
|
|
111
|
+
<mask key="constraints">
|
|
112
|
+
<exclude reference="ePb-Dg-KPK"/>
|
|
113
|
+
</mask>
|
|
114
|
+
</variation>
|
|
115
|
+
<variation key="heightClass=regular-widthClass=compact">
|
|
116
|
+
<mask key="constraints">
|
|
117
|
+
<include reference="ePb-Dg-KPK"/>
|
|
118
|
+
</mask>
|
|
119
|
+
</variation>
|
|
120
|
+
</label>
|
|
121
|
+
</subviews>
|
|
122
|
+
<color key="backgroundColor" red="0.15686274510000001" green="0.1960784314" blue="0.22352941179999999" alpha="1" colorSpace="calibratedRGB"/>
|
|
123
|
+
<constraints>
|
|
124
|
+
<constraint firstItem="pYH-UG-iLq" firstAttribute="top" secondItem="ok2-UL-3h7" secondAttribute="top" id="LFQ-dw-C4Z"/>
|
|
125
|
+
<constraint firstAttribute="bottom" secondItem="pYH-UG-iLq" secondAttribute="bottom" constant="25" id="Uip-cZ-VDC"/>
|
|
126
|
+
<constraint firstItem="pYH-UG-iLq" firstAttribute="leading" secondItem="ok2-UL-3h7" secondAttribute="leading" id="ZaC-A1-sbo"/>
|
|
127
|
+
<constraint firstAttribute="bottom" secondItem="vR2-Cf-Vbe" secondAttribute="bottom" id="cwc-8m-dcx"/>
|
|
128
|
+
<constraint firstItem="vR2-Cf-Vbe" firstAttribute="leading" secondItem="ok2-UL-3h7" secondAttribute="leading" id="iCb-O1-hzC"/>
|
|
129
|
+
<constraint firstAttribute="trailing" secondItem="vR2-Cf-Vbe" secondAttribute="trailing" id="iSl-2H-mSk"/>
|
|
130
|
+
<constraint firstAttribute="trailing" secondItem="pYH-UG-iLq" secondAttribute="trailing" id="sAc-SU-HN1"/>
|
|
131
|
+
</constraints>
|
|
132
|
+
</view>
|
|
133
|
+
<view tag="52" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NH5-KB-ZSN">
|
|
134
|
+
<rect key="frame" x="225" y="0.0" width="75" height="96"/>
|
|
135
|
+
<subviews>
|
|
136
|
+
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ds_btn_calc.png" translatesAutoresizingMaskIntoConstraints="NO" id="h8x-TE-j0m">
|
|
137
|
+
<rect key="frame" x="0.0" y="0.0" width="75" height="71"/>
|
|
138
|
+
</imageView>
|
|
139
|
+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Mesurer" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SeR-IL-1zM">
|
|
140
|
+
<rect key="frame" x="0.0" y="71" width="75" height="25"/>
|
|
141
|
+
<constraints>
|
|
142
|
+
<constraint firstAttribute="height" constant="25" id="CGN-ob-Pl4"/>
|
|
143
|
+
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="WPw-j0-bRq"/>
|
|
144
|
+
</constraints>
|
|
145
|
+
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
146
|
+
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
147
|
+
<nil key="highlightedColor"/>
|
|
148
|
+
<variation key="default">
|
|
149
|
+
<mask key="constraints">
|
|
150
|
+
<exclude reference="CGN-ob-Pl4"/>
|
|
151
|
+
</mask>
|
|
152
|
+
</variation>
|
|
153
|
+
<variation key="heightClass=regular-widthClass=compact">
|
|
154
|
+
<mask key="constraints">
|
|
155
|
+
<include reference="CGN-ob-Pl4"/>
|
|
156
|
+
</mask>
|
|
157
|
+
</variation>
|
|
158
|
+
</label>
|
|
159
|
+
</subviews>
|
|
160
|
+
<viewLayoutGuide key="safeArea" id="15R-6B-SoK"/>
|
|
161
|
+
<color key="backgroundColor" red="0.15686274510000001" green="0.1960784314" blue="0.22352941179999999" alpha="1" colorSpace="calibratedRGB"/>
|
|
162
|
+
<constraints>
|
|
163
|
+
<constraint firstItem="15R-6B-SoK" firstAttribute="bottom" secondItem="h8x-TE-j0m" secondAttribute="bottom" constant="25" id="7mU-3v-bVB"/>
|
|
164
|
+
<constraint firstItem="15R-6B-SoK" firstAttribute="bottom" secondItem="SeR-IL-1zM" secondAttribute="bottom" id="AAd-wL-UCU"/>
|
|
165
|
+
<constraint firstItem="h8x-TE-j0m" firstAttribute="trailing" secondItem="15R-6B-SoK" secondAttribute="trailing" id="I5E-nj-Ku8"/>
|
|
166
|
+
<constraint firstItem="h8x-TE-j0m" firstAttribute="leading" secondItem="15R-6B-SoK" secondAttribute="leading" id="Qx4-Xx-PuU"/>
|
|
167
|
+
<constraint firstItem="SeR-IL-1zM" firstAttribute="trailing" secondItem="15R-6B-SoK" secondAttribute="trailing" id="Tqh-E5-Yyk"/>
|
|
168
|
+
<constraint firstItem="SeR-IL-1zM" firstAttribute="leading" secondItem="15R-6B-SoK" secondAttribute="leading" id="Wpf-VN-8Fm"/>
|
|
169
|
+
<constraint firstItem="h8x-TE-j0m" firstAttribute="top" secondItem="15R-6B-SoK" secondAttribute="top" id="irx-yt-ITV"/>
|
|
170
|
+
</constraints>
|
|
171
|
+
</view>
|
|
172
|
+
<view tag="40" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qOe-V4-5uS">
|
|
173
|
+
<rect key="frame" x="300" y="0.0" width="75" height="96"/>
|
|
174
|
+
<subviews>
|
|
175
|
+
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ds_btn_del.png" translatesAutoresizingMaskIntoConstraints="NO" id="R1E-XI-NyP">
|
|
176
|
+
<rect key="frame" x="0.0" y="0.0" width="75" height="71"/>
|
|
177
|
+
</imageView>
|
|
178
|
+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Supprimer" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="11C-AG-ztg">
|
|
179
|
+
<rect key="frame" x="0.0" y="71" width="75" height="25"/>
|
|
180
|
+
<constraints>
|
|
181
|
+
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="25" id="Nyp-4T-x70"/>
|
|
182
|
+
<constraint firstAttribute="height" constant="25" id="lT0-i5-Xfs"/>
|
|
183
|
+
</constraints>
|
|
184
|
+
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
185
|
+
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
186
|
+
<nil key="highlightedColor"/>
|
|
187
|
+
<variation key="default">
|
|
188
|
+
<mask key="constraints">
|
|
189
|
+
<exclude reference="lT0-i5-Xfs"/>
|
|
190
|
+
</mask>
|
|
191
|
+
</variation>
|
|
192
|
+
<variation key="heightClass=regular-widthClass=compact">
|
|
193
|
+
<mask key="constraints">
|
|
194
|
+
<include reference="lT0-i5-Xfs"/>
|
|
195
|
+
</mask>
|
|
196
|
+
</variation>
|
|
197
|
+
</label>
|
|
198
|
+
</subviews>
|
|
199
|
+
<color key="backgroundColor" red="0.15686274510000001" green="0.1960784314" blue="0.22352941179999999" alpha="1" colorSpace="calibratedRGB"/>
|
|
200
|
+
<constraints>
|
|
201
|
+
<constraint firstAttribute="bottom" secondItem="R1E-XI-NyP" secondAttribute="bottom" constant="25" id="173-D8-8gJ"/>
|
|
202
|
+
<constraint firstAttribute="trailing" secondItem="R1E-XI-NyP" secondAttribute="trailing" id="78I-x4-tb5"/>
|
|
203
|
+
<constraint firstAttribute="bottom" secondItem="11C-AG-ztg" secondAttribute="bottom" id="7Xc-2m-dfa"/>
|
|
204
|
+
<constraint firstAttribute="trailing" secondItem="11C-AG-ztg" secondAttribute="trailing" id="ZG9-OS-ePK"/>
|
|
205
|
+
<constraint firstItem="R1E-XI-NyP" firstAttribute="leading" secondItem="qOe-V4-5uS" secondAttribute="leading" id="irX-TB-XWT"/>
|
|
206
|
+
<constraint firstItem="R1E-XI-NyP" firstAttribute="top" secondItem="qOe-V4-5uS" secondAttribute="top" id="kZm-A5-4Si"/>
|
|
207
|
+
<constraint firstItem="11C-AG-ztg" firstAttribute="leading" secondItem="qOe-V4-5uS" secondAttribute="leading" id="ylW-xX-dLp"/>
|
|
208
|
+
</constraints>
|
|
209
|
+
</view>
|
|
210
|
+
</subviews>
|
|
211
|
+
<viewLayoutGuide key="safeArea" id="Qag-55-UP1"/>
|
|
212
|
+
<point key="canvasLocation" x="-255" y="112"/>
|
|
213
|
+
</stackView>
|
|
214
|
+
</objects>
|
|
215
|
+
<resources>
|
|
216
|
+
<image name="ds_btn_calc.png" width="160" height="160"/>
|
|
217
|
+
<image name="ds_btn_crop.png" width="160" height="160"/>
|
|
218
|
+
<image name="ds_btn_del.png" width="160" height="160"/>
|
|
219
|
+
<image name="ds_btn_draw.png" width="160" height="160"/>
|
|
220
|
+
<image name="ds_btn_text.png" width="160" height="160"/>
|
|
221
|
+
</resources>
|
|
222
|
+
</document>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "camsicon.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000002.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000010.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000011.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000012.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000013.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000014.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000015.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000016.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000017.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000018.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000019.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000001.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000003.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000004.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"images" : [
|
|
3
|
+
{
|
|
4
|
+
"idiom" : "universal",
|
|
5
|
+
"filename" : "image0000005.png",
|
|
6
|
+
"scale" : "1x"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"idiom" : "universal",
|
|
10
|
+
"scale" : "2x"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idiom" : "universal",
|
|
14
|
+
"scale" : "3x"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"info" : {
|
|
18
|
+
"version" : 1,
|
|
19
|
+
"author" : "xcode"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
Binary file
|