Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_wakelock
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
creativecreatorormaybenot
2020-01-22 15:15:57 +0000
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2020-01-22 15:15:57 +0000
Commit
78f73800943b1fa7453264be0874efd19bc4faab
78f73800
2 parents
4997fe6e
6afd2613
Merge pull request #14 from tvip/master
Fix for run on ios simulator
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
ios/wakelock.podspec
ios/wakelock.podspec
View file @
78f7380
...
...
@@ -15,7 +15,10 @@ A new flutter plugin project.
s
.
source_files
=
'Classes/**/*'
s
.
public_header_files
=
'Classes/**/*.h'
s
.
dependency
'Flutter'
s
.
platform
=
:ios
,
'8.0'
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s
.
pod_target_xcconfig
=
{
'DEFINES_MODULE'
=>
'YES'
,
'VALID_ARCHS[sdk=iphonesimulator*]'
=>
'x86_64'
}
s
.
ios
.
deployment_target
=
'8.0'
end
...
...
Please
register
or
login
to post a comment