Skip to content

Commit 6d8fb74

Browse files
committed
iOS events
1 parent 062136e commit 6d8fb74

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+123
-251
lines changed

.gitattributes

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

README.md

100644100755
File mode changed.

example/.buckconfig

100644100755
File mode changed.

example/.eslintrc.js

100644100755
File mode changed.

example/.flowconfig

100644100755
File mode changed.

example/.gitattributes

100644100755
File mode changed.

example/.gitignore

100644100755
File mode changed.

example/.prettierrc

100644100755
File mode changed.

example/.watchmanconfig

100644100755
File mode changed.

example/App.js

100644100755
File mode changed.

example/app.json

100644100755
File mode changed.

example/babel.config.js

100644100755
File mode changed.

example/index.js

100644100755
File mode changed.

example/ios/YouTube.swift

100644100755
File mode changed.

example/ios/example-Bridging-Header.h

100644100755
File mode changed.

example/ios/example-tvOS/Info.plist

100644100755
File mode changed.

example/ios/example-tvOSTests/Info.plist

100644100755
File mode changed.

example/ios/example.xcodeproj/project.pbxproj

100644100755
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
2626
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
2727
AA21F25B22A10281003D37F8 /* YouTube.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA21F25A22A10281003D37F8 /* YouTube.swift */; };
28-
AA21F28922A10321003D37F8 /* libYouTubeSdk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AA21F25022A0FFC3003D37F8 /* libYouTubeSdk.a */; };
28+
AA8E67E522B1944F0027C17C /* libYouTubeSdk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AA8E67E422B1943D0027C17C /* libYouTubeSdk.a */; };
2929
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
3030
ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED297162215061F000B7C4FE /* JavaScriptCore.framework */; };
3131
/* End PBXBuildFile section */
@@ -262,13 +262,6 @@
262262
remoteGlobalIDString = 58B5119B1A9E6C1200147676;
263263
remoteInfo = RCTText;
264264
};
265-
AA21F24F22A0FFC3003D37F8 /* PBXContainerItemProxy */ = {
266-
isa = PBXContainerItemProxy;
267-
containerPortal = AA21F24B22A0FFC3003D37F8 /* YouTubeSdk.xcodeproj */;
268-
proxyType = 2;
269-
remoteGlobalIDString = 134814201AA4EA6300B7C361;
270-
remoteInfo = YouTubeSdk;
271-
};
272265
AA21F28122A10281003D37F8 /* PBXContainerItemProxy */ = {
273266
isa = PBXContainerItemProxy;
274267
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
@@ -297,6 +290,13 @@
297290
remoteGlobalIDString = ED296FEE214C9CF800B7C4FE;
298291
remoteInfo = "jsiexecutor-tvOS";
299292
};
293+
AA8E67E322B1943D0027C17C /* PBXContainerItemProxy */ = {
294+
isa = PBXContainerItemProxy;
295+
containerPortal = AA8E67DF22B1943D0027C17C /* YouTubeSdk.xcodeproj */;
296+
proxyType = 2;
297+
remoteGlobalIDString = 134814201AA4EA6300B7C361;
298+
remoteInfo = YouTubeSdk;
299+
};
300300
ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = {
301301
isa = PBXContainerItemProxy;
302302
containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
@@ -330,9 +330,9 @@
330330
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
331331
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
332332
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
333-
AA21F24B22A0FFC3003D37F8 /* YouTubeSdk.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = YouTubeSdk.xcodeproj; path = ../../ios/YouTubeSdk.xcodeproj; sourceTree = "<group>"; };
334333
AA21F25922A10280003D37F8 /* example-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "example-Bridging-Header.h"; sourceTree = "<group>"; };
335334
AA21F25A22A10281003D37F8 /* YouTube.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YouTube.swift; sourceTree = "<group>"; };
335+
AA8E67DF22B1943D0027C17C /* YouTubeSdk.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = YouTubeSdk.xcodeproj; path = ../../ios/YouTubeSdk.xcodeproj; sourceTree = "<group>"; };
336336
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
337337
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
338338
ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
@@ -363,8 +363,8 @@
363363
139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
364364
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
365365
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
366+
AA8E67E522B1944F0027C17C /* libYouTubeSdk.a in Frameworks */,
366367
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
367-
AA21F28922A10321003D37F8 /* libYouTubeSdk.a in Frameworks */,
368368
);
369369
runOnlyForDeploymentPostprocessing = 0;
370370
};
@@ -520,7 +520,7 @@
520520
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
521521
isa = PBXGroup;
522522
children = (
523-
AA21F24B22A0FFC3003D37F8 /* YouTubeSdk.xcodeproj */,
523+
AA8E67DF22B1943D0027C17C /* YouTubeSdk.xcodeproj */,
524524
5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */,
525525
146833FF1AC3E56700842450 /* React.xcodeproj */,
526526
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
@@ -569,10 +569,10 @@
569569
name = Products;
570570
sourceTree = "<group>";
571571
};
572-
AA21F24C22A0FFC3003D37F8 /* Products */ = {
572+
AA8E67E022B1943D0027C17C /* Products */ = {
573573
isa = PBXGroup;
574574
children = (
575-
AA21F25022A0FFC3003D37F8 /* libYouTubeSdk.a */,
575+
AA8E67E422B1943D0027C17C /* libYouTubeSdk.a */,
576576
);
577577
name = Products;
578578
sourceTree = "<group>";
@@ -706,8 +706,8 @@
706706
ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
707707
},
708708
{
709-
ProductGroup = AA21F24C22A0FFC3003D37F8 /* Products */;
710-
ProjectRef = AA21F24B22A0FFC3003D37F8 /* YouTubeSdk.xcodeproj */;
709+
ProductGroup = AA8E67E022B1943D0027C17C /* Products */;
710+
ProjectRef = AA8E67DF22B1943D0027C17C /* YouTubeSdk.xcodeproj */;
711711
},
712712
);
713713
projectRoot = "";
@@ -943,13 +943,6 @@
943943
remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
944944
sourceTree = BUILT_PRODUCTS_DIR;
945945
};
946-
AA21F25022A0FFC3003D37F8 /* libYouTubeSdk.a */ = {
947-
isa = PBXReferenceProxy;
948-
fileType = archive.ar;
949-
path = libYouTubeSdk.a;
950-
remoteRef = AA21F24F22A0FFC3003D37F8 /* PBXContainerItemProxy */;
951-
sourceTree = BUILT_PRODUCTS_DIR;
952-
};
953946
AA21F28222A10281003D37F8 /* libjsi.a */ = {
954947
isa = PBXReferenceProxy;
955948
fileType = archive.ar;
@@ -978,6 +971,13 @@
978971
remoteRef = AA21F28722A10281003D37F8 /* PBXContainerItemProxy */;
979972
sourceTree = BUILT_PRODUCTS_DIR;
980973
};
974+
AA8E67E422B1943D0027C17C /* libYouTubeSdk.a */ = {
975+
isa = PBXReferenceProxy;
976+
fileType = archive.ar;
977+
path = libYouTubeSdk.a;
978+
remoteRef = AA8E67E322B1943D0027C17C /* PBXContainerItemProxy */;
979+
sourceTree = BUILT_PRODUCTS_DIR;
980+
};
981981
ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = {
982982
isa = PBXReferenceProxy;
983983
fileType = archive.ar;

example/ios/example.xcodeproj/xcshareddata/xcschemes/example-tvOS.xcscheme

100644100755
File mode changed.

example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme

100644100755
File mode changed.

example/ios/example/AppDelegate.h

100644100755
File mode changed.

example/ios/example/AppDelegate.m

100644100755
File mode changed.

example/ios/example/Base.lproj/LaunchScreen.xib

100644100755
File mode changed.

example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json

100644100755
File mode changed.

example/ios/example/Images.xcassets/Contents.json

100644100755
File mode changed.

example/ios/example/Info.plist

100644100755
File mode changed.

example/ios/example/main.m

100644100755
File mode changed.

example/ios/exampleTests/Info.plist

100644100755
File mode changed.

example/ios/exampleTests/exampleTests.m

100644100755
File mode changed.

example/lib/YouTubePlayer.js

100644100755
File mode changed.

example/metro.config.js

100644100755
File mode changed.

example/package-lock.json

100644100755
File mode changed.

example/package.json

100644100755
File mode changed.

index.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

ios/Media.xcassets/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

ios/Media.xcassets/YTPlayer.dataset/Contents.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

ios/Media.xcassets/YTPlayer.dataset/YTPlayer.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

ios/YTPlayer.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)