Skip to content

Commit

Permalink
New version with framework compiled with XCode 10
Browse files Browse the repository at this point in the history
  • Loading branch information
skrafft committed Dec 3, 2018
1 parent 53bb2b0 commit e664d3a
Show file tree
Hide file tree
Showing 11 changed files with 972 additions and 919 deletions.
2 changes: 1 addition & 1 deletion ios/JitsiMeet.framework/Headers/JitsiMeet-Swift.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by Apple Swift version 4.2 effective-3.4 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
// Generated by Apple Swift version 4.2.1 effective-3.4.1 (swiftlang-1000.11.42 clang-1000.11.45.1)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"

Expand Down
6 changes: 5 additions & 1 deletion ios/JitsiMeet.framework/Headers/JitsiMeetView.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@
continueUserActivity:(NSUserActivity * _Nonnull)userActivity
restorationHandler:(void (^ _Nullable)(NSArray * _Nullable))restorationHandler;

+ (BOOL)application:(UIApplication *)app
openURL:(NSURL *)url
options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options;

+ (BOOL)application:(UIApplication * _Nonnull)application
openURL:(NSURL * _Nonnull)URL
sourceApplication:(NSString * _Nullable)sourceApplication
annotation:(id _Nullable)annotation;
annotation:(id _Nullable)annotation __deprecated;

- (void)loadURL:(NSURL * _Nullable)url;

Expand Down
Binary file modified ios/JitsiMeet.framework/Info.plist
Binary file not shown.
Binary file modified ios/JitsiMeet.framework/JitsiMeet
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,879 changes: 964 additions & 915 deletions ios/JitsiMeet.framework/main.jsbundle

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ios/JitsiMeet.framework/main.jsbundle.meta
Original file line number Diff line number Diff line change
@@ -1 +1 @@
�P�U8$�m��fu@N��ti
?����{���p(���
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-jitsi-meet",
"description": "Jitsi Meet SDK wrapper for React Native.",
"version": "1.0.5",
"version": "1.0.6",
"author": {
"name": "Sébastien Krafft",
"email": "[email protected]"
Expand Down

0 comments on commit e664d3a

Please sign in to comment.