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
b159f569
Commit
b159f569
authored
Jul 14, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
APP.framework 替换
parent
e5fd7e0c
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
40 additions
and
0 deletions
+40
-0
App
ios_frameworks/App.framework/App
+0
-0
shadow.png
...frameworks/App.framework/flutter_assets/assets/shadow.png
+0
-0
FlutterPluginRegistrant
...FlutterPluginRegistrant.framework/FlutterPluginRegistrant
+0
-0
FlutterPluginRegistrant-umbrella.h
...rant.framework/Headers/FlutterPluginRegistrant-umbrella.h
+17
-0
GeneratedPluginRegistrant.h
...nRegistrant.framework/Headers/GeneratedPluginRegistrant.h
+17
-0
Info.plist
ios_frameworks/FlutterPluginRegistrant.framework/Info.plist
+0
-0
module.modulemap
...lutterPluginRegistrant.framework/Modules/module.modulemap
+6
-0
No files found.
ios_frameworks/App.framework/App
View file @
b159f569
No preview for this file type
ios_frameworks/App.framework/flutter_assets/assets/shadow.png
0 → 100644
View file @
b159f569
541 Bytes
ios_frameworks/FlutterPluginRegistrant.framework/FlutterPluginRegistrant
0 → 100644
View file @
b159f569
File added
ios_frameworks/FlutterPluginRegistrant.framework/Headers/FlutterPluginRegistrant-umbrella.h
0 → 100644
View file @
b159f569
#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 "GeneratedPluginRegistrant.h"
FOUNDATION_EXPORT
double
FlutterPluginRegistrantVersionNumber
;
FOUNDATION_EXPORT
const
unsigned
char
FlutterPluginRegistrantVersionString
[];
ios_frameworks/FlutterPluginRegistrant.framework/Headers/GeneratedPluginRegistrant.h
0 → 100644
View file @
b159f569
//
// Generated file. Do not edit.
//
#ifndef GeneratedPluginRegistrant_h
#define GeneratedPluginRegistrant_h
#import <Flutter/Flutter.h>
NS_ASSUME_NONNULL_BEGIN
@interface
GeneratedPluginRegistrant
:
NSObject
+
(
void
)
registerWithRegistry
:(
NSObject
<
FlutterPluginRegistry
>*
)
registry
;
@end
NS_ASSUME_NONNULL_END
#endif
/* GeneratedPluginRegistrant_h */
ios_frameworks/FlutterPluginRegistrant.framework/Info.plist
0 → 100644
View file @
b159f569
File added
ios_frameworks/FlutterPluginRegistrant.framework/Modules/module.modulemap
0 → 100644
View file @
b159f569
framework module FlutterPluginRegistrant {
umbrella header "FlutterPluginRegistrant-umbrella.h"
export *
module * { export * }
}
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