Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_flutter_ios
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林生雨
gm_flutter_ios
Commits
6612bbc8
Commit
6612bbc8
authored
Jun 20, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
774942a5
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
5 deletions
+33
-5
flutter-lib.podspec
flutter-lib.podspec
+2
-5
FLTURLLauncherPlugin.h
...rks/url_launcher.framework/Headers/FLTURLLauncherPlugin.h
+8
-0
url_launcher-umbrella.h
...ks/url_launcher.framework/Headers/url_launcher-umbrella.h
+17
-0
Info.plist
ios_frameworks/url_launcher.framework/Info.plist
+0
-0
module.modulemap
...rameworks/url_launcher.framework/Modules/module.modulemap
+6
-0
url_launcher
ios_frameworks/url_launcher.framework/url_launcher
+0
-0
No files found.
flutter-lib.podspec
View file @
6612bbc8
...
...
@@ -32,12 +32,9 @@ TODO: Add long description of the pod here.
s
.
source_files
=
'flutter-lib/Classes/**/*'
s
.
ios
.
vendored_frameworks
=
'ios_frameworks/App.framework'
,
'ios_frameworks/Flutter.framework'
,
'ios_frameworks/flutter_boost.framework'
,
'ios_frameworks/FlutterPluginRegistrant.framework'
,
'ios_frameworks/fluttertoast.framework'
,
'ios_frameworks/FMDB.framework'
,
'ios_frameworks/path_provider.framework'
,
'ios_frameworks/sqflite.framework'
s
.
ios
.
vendored_frameworks
=
'ios_frameworks/App.framework'
,
'ios_frameworks/Flutter.framework'
,
'ios_frameworks/flutter_boost.framework'
,
'ios_frameworks/FlutterPluginRegistrant.framework'
,
'ios_frameworks/fluttertoast.framework'
,
'ios_frameworks/FMDB.framework'
,
'ios_frameworks/path_provider.framework'
,
'ios_frameworks/sqflite.framework'
,
'ios_frameworks/url_launcher.framework'
# ,
#
'ios_frameworks/url_launcher.framework'
#
# s.resource_bundles = {
# 'flutter-lib' => ['flutter-lib/Assets/*.png']
...
...
ios_frameworks/url_launcher.framework/Headers/FLTURLLauncherPlugin.h
0 → 100644
View file @
6612bbc8
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import <Flutter/Flutter.h>
@interface
FLTURLLauncherPlugin
:
NSObject
<
FlutterPlugin
>
@end
ios_frameworks/url_launcher.framework/Headers/url_launcher-umbrella.h
0 → 100644
View file @
6612bbc8
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "FLTURLLauncherPlugin.h"
FOUNDATION_EXPORT
double
url_launcherVersionNumber
;
FOUNDATION_EXPORT
const
unsigned
char
url_launcherVersionString
[];
ios_frameworks/url_launcher.framework/Info.plist
0 → 100644
View file @
6612bbc8
File added
ios_frameworks/url_launcher.framework/Modules/module.modulemap
0 → 100644
View file @
6612bbc8
framework module url_launcher {
umbrella header "url_launcher-umbrella.h"
export *
module * { export * }
}
ios_frameworks/url_launcher.framework/url_launcher
0 → 100755
View file @
6612bbc8
File added
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