Showing
3 changed files
with
5 additions
and
3 deletions
| @@ -16,8 +16,6 @@ A new flutter plugin project. | @@ -16,8 +16,6 @@ A new flutter plugin project. | ||
| 16 | s.public_header_files = 'Classes/**/*.h' | 16 | s.public_header_files = 'Classes/**/*.h' |
| 17 | s.dependency 'Flutter' | 17 | s.dependency 'Flutter' |
| 18 | s.platform = :ios, '8.0' | 18 | s.platform = :ios, '8.0' |
| 19 | - | ||
| 20 | - # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported. | ||
| 21 | s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } | 19 | s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } |
| 22 | s.ios.deployment_target = '8.0' | 20 | s.ios.deployment_target = '8.0' |
| 23 | end | 21 | end |
| 1 | name: wakelock | 1 | name: wakelock |
| 2 | description: This plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the device on or off. | 2 | description: This plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the device on or off. |
| 3 | -version: 0.1.3+3 | 3 | +version: 0.1.3+4 |
| 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock | 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock |
| 5 | 5 | ||
| 6 | flutter: | 6 | flutter: |
-
Please register or login to post a comment