mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-05-21 00:00:01 +08:00
Update version.
This commit is contained in:
@@ -10,18 +10,18 @@ Plugin documentation (english): [doc/en/index.md](doc/en/index.md)
|
||||
|
||||
A list of platforms where the plugin has been tested by an user.
|
||||
|
||||
| | **0.1.2 (Last version)**|
|
||||
| | **0.2.0 (Last version)**| **0.1.2**|
|
||||
| ------------- | ----------- |
|
||||
| **Cordova** ||
|
||||
| → v4.1.2 | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| **Ionic** ||
|
||||
| → v1.6.4 | ✓ _by [@dazziola](https://github.com/dazziola)_ |
|
||||
| **Android** ||
|
||||
| → v4.1.x | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v4.2.x | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v4.4.x | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v5.0.x | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v5.1.x | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| **iOS** ||
|
||||
| → v7.1 | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v8.1 | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| **Cordova** |||
|
||||
| → v4.1.2 | ✓ 0 change for android | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| **Ionic** |||
|
||||
| → v1.6.4 | ✓ 0 change for android | ✓ _by [@dazziola](https://github.com/dazziola)_ |
|
||||
| **Android** |||
|
||||
| → v4.1.x | ✓ 0 change for android | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v4.2.x | ✓ 0 change for android | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v4.4.x | ✓ 0 change for android | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v5.0.x | ✓ 0 change for android | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v5.1.x | ✓ 0 change for android | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| **iOS** |||
|
||||
| → v7.1 | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
| → v8.1 | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ | ✓ _by [@ChristopheBoucaut](https://github.com/ChristopheBoucaut)_ |
|
||||
|
||||
+8
-8
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plugin
|
||||
<plugin
|
||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="org.geneanet.customCamera"
|
||||
version="0.1.2"
|
||||
version="0.2.0"
|
||||
>
|
||||
<name>GeneanetCustomCamera</name>
|
||||
<description>This cordova plugin is an alternative to the official cordova plugin (camera). It starts a custom camera: image overlay with an opacity slider, user-defined color of the buttons, activating/deactivating functions.</description>
|
||||
@@ -49,18 +49,18 @@
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<header-file src="src/ios/classes/CustomCamera.h" />
|
||||
<source-file src="src/ios/classes/CustomCamera.m" />
|
||||
|
||||
<header-file src="src/ios/classes/CustomCamera.h" />
|
||||
<source-file src="src/ios/classes/CustomCamera.m" />
|
||||
|
||||
<header-file src="src/ios/classes/AVCamPreviewView.h" />
|
||||
<source-file src="src/ios/classes/AVCamPreviewView.m" />
|
||||
|
||||
|
||||
<header-file src="src/ios/classes/AVCamViewController.h" />
|
||||
<source-file src="src/ios/classes/AVCamViewController.m" />
|
||||
|
||||
<header-file src="src/ios/classes/CameraParameter.h" />
|
||||
<source-file src="src/ios/classes/CameraParameter.m" />
|
||||
|
||||
|
||||
<resource-file src="src/ios/classes/AVCamViewController_iPhone.xib" />
|
||||
<resource-file src="src/ios/classes/AVCamViewController_iPad.xib" />
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
<resource-file src="src/ios/image/icon_min.png" />
|
||||
<resource-file src="src/ios/image/icon_submit.png" />
|
||||
<resource-file src="src/ios/image/sample.png" />
|
||||
|
||||
|
||||
<framework src="CoreGraphics.framework" weak="true" />
|
||||
<framework src="AssetsLibrary.framework" weak="true" />
|
||||
<framework src="AVFoundation.framework" weak="true" />
|
||||
|
||||
Reference in New Issue
Block a user