Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_boost_1.22.4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢冠章
flutter_boost_1.22.4
Commits
8b4eae84
Commit
8b4eae84
authored
Jun 27, 2019
by
Jidong Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code formate
parent
1605710e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
ios/Classes/1.5/FLB2FlutterApplication.m
ios/Classes/1.5/FLB2FlutterApplication.m
+0
-1
ios/Classes/1.5/FLB2FlutterEngine.m
ios/Classes/1.5/FLB2FlutterEngine.m
+2
-2
ios/flutter_boost.podspec
ios/flutter_boost.podspec
+2
-2
No files found.
ios/Classes/1.5/FLB2FlutterApplication.m
View file @
8b4eae84
...
@@ -196,5 +196,4 @@
...
@@ -196,5 +196,4 @@
}
}
}
}
@end
@end
ios/Classes/1.5/FLB2FlutterEngine.m
View file @
8b4eae84
...
@@ -43,8 +43,8 @@
...
@@ -43,8 +43,8 @@
_engine
=
[[
FlutterEngine
alloc
]
initWithName
:
@"io.flutter"
project
:
nil
];
_engine
=
[[
FlutterEngine
alloc
]
initWithName
:
@"io.flutter"
project
:
nil
];
[
_engine
runWithEntrypoint
:
nil
];
[
_engine
runWithEntrypoint
:
nil
];
_dummy
=
[[
FLB2FlutterViewContainer
alloc
]
initWithEngine
:
_engine
_dummy
=
[[
FLB2FlutterViewContainer
alloc
]
initWithEngine
:
_engine
nibName:
nil
nibName:
nil
bundle:
nil
];
bundle:
nil
];
Class
clazz
=
NSClassFromString
(
@"GeneratedPluginRegistrant"
);
Class
clazz
=
NSClassFromString
(
@"GeneratedPluginRegistrant"
);
if
(
clazz
)
{
if
(
clazz
)
{
if
([
clazz
respondsToSelector
:
NSSelectorFromString
(
@"registerWithRegistry:"
)])
{
if
([
clazz
respondsToSelector
:
NSSelectorFromString
(
@"registerWithRegistry:"
)])
{
...
...
ios/flutter_boost.podspec
View file @
8b4eae84
...
@@ -24,10 +24,10 @@ A new Flutter plugin make flutter better to use!
...
@@ -24,10 +24,10 @@ A new Flutter plugin make flutter better to use!
'Classes/Boost/FLBTypes.h'
,
'Classes/Boost/FLBTypes.h'
,
'Classes/1.0/FLBFlutterViewContainer.h'
,
'Classes/1.0/FLBFlutterViewContainer.h'
,
'Classes/1.5/FLB2FlutterViewContainer.h'
'Classes/1.5/FLB2FlutterViewContainer.h'
s
.
dependency
'Flutter'
s
.
dependency
'Flutter'
s
.
libraries
=
'c++'
s
.
libraries
=
'c++'
s
.
ios
.
deployment_target
=
'8.0'
s
.
ios
.
deployment_target
=
'8.0'
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment