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
774942a5
Commit
774942a5
authored
Jun 20, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
3144b42c
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
31 deletions
+0
-31
FLTURLLauncherPlugin.h
...rks/url_launcher.framework/Headers/FLTURLLauncherPlugin.h
+0
-8
url_launcher-umbrella.h
...ks/url_launcher.framework/Headers/url_launcher-umbrella.h
+0
-17
Info.plist
ios_frameworks/url_launcher.framework/Info.plist
+0
-0
module.modulemap
...rameworks/url_launcher.framework/Modules/module.modulemap
+0
-6
url_launcher
ios_frameworks/url_launcher.framework/url_launcher
+0
-0
No files found.
ios_frameworks/url_launcher.framework/Headers/FLTURLLauncherPlugin.h
deleted
100644 → 0
View file @
3144b42c
// 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
deleted
100644 → 0
View file @
3144b42c
#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
deleted
100644 → 0
View file @
3144b42c
File deleted
ios_frameworks/url_launcher.framework/Modules/module.modulemap
deleted
100644 → 0
View file @
3144b42c
framework module url_launcher {
umbrella header "url_launcher-umbrella.h"
export *
module * { export * }
}
ios_frameworks/url_launcher.framework/url_launcher
deleted
100755 → 0
View file @
3144b42c
File deleted
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