|
|
|
@ -7,12 +7,12 @@
|
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
|
00E356F31AD99517003FC87E /* LaftelVideoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* LaftelVideoTests.m */; };
|
|
|
|
|
0C80B921A6F3F58F76C31292 /* libPods-LaftelVideo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-LaftelVideo.a */; };
|
|
|
|
|
00E356F31AD99517003FC87E /* FabricExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* FabricExampleTests.m */; };
|
|
|
|
|
0C80B921A6F3F58F76C31292 /* libPods-FabricExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-FabricExample.a */; };
|
|
|
|
|
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
|
|
|
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
|
|
|
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
|
|
|
|
7699B88040F8A987B510C191 /* libPods-LaftelVideo-LaftelVideoTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-LaftelVideo-LaftelVideoTests.a */; };
|
|
|
|
|
7699B88040F8A987B510C191 /* libPods-FabricExample-FabricExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-FabricExample-FabricExampleTests.a */; };
|
|
|
|
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
@ -22,27 +22,27 @@
|
|
|
|
|
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
|
|
|
|
proxyType = 1;
|
|
|
|
|
remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
|
|
|
|
|
remoteInfo = LaftelVideo;
|
|
|
|
|
remoteInfo = "FabricExample";
|
|
|
|
|
};
|
|
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
|
00E356EE1AD99517003FC87E /* LaftelVideoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LaftelVideoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
00E356EE1AD99517003FC87E /* FabricExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "FabricExampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
|
|
00E356F21AD99517003FC87E /* LaftelVideoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LaftelVideoTests.m; sourceTree = "<group>"; };
|
|
|
|
|
13B07F961A680F5B00A75B9A /* LaftelVideo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LaftelVideo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = LaftelVideo/AppDelegate.h; sourceTree = "<group>"; };
|
|
|
|
|
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = LaftelVideo/AppDelegate.mm; sourceTree = "<group>"; };
|
|
|
|
|
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = LaftelVideo/Images.xcassets; sourceTree = "<group>"; };
|
|
|
|
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = LaftelVideo/Info.plist; sourceTree = "<group>"; };
|
|
|
|
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = LaftelVideo/main.m; sourceTree = "<group>"; };
|
|
|
|
|
19F6CBCC0A4E27FBF8BF4A61 /* libPods-LaftelVideo-LaftelVideoTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LaftelVideo-LaftelVideoTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
3B4392A12AC88292D35C810B /* Pods-LaftelVideo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LaftelVideo.debug.xcconfig"; path = "Target Support Files/Pods-LaftelVideo/Pods-LaftelVideo.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
5709B34CF0A7D63546082F79 /* Pods-LaftelVideo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LaftelVideo.release.xcconfig"; path = "Target Support Files/Pods-LaftelVideo/Pods-LaftelVideo.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
5B7EB9410499542E8C5724F5 /* Pods-LaftelVideo-LaftelVideoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LaftelVideo-LaftelVideoTests.debug.xcconfig"; path = "Target Support Files/Pods-LaftelVideo-LaftelVideoTests/Pods-LaftelVideo-LaftelVideoTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
5DCACB8F33CDC322A6C60F78 /* libPods-LaftelVideo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LaftelVideo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = LaftelVideo/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
|
|
89C6BE57DB24E9ADA2F236DE /* Pods-LaftelVideo-LaftelVideoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LaftelVideo-LaftelVideoTests.release.xcconfig"; path = "Target Support Files/Pods-LaftelVideo-LaftelVideoTests/Pods-LaftelVideo-LaftelVideoTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
00E356F21AD99517003FC87E /* FabricExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "FabricExampleTests.m"; sourceTree = "<group>"; };
|
|
|
|
|
13B07F961A680F5B00A75B9A /* FabricExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "FabricExample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = "FabricExample/AppDelegate.h"; sourceTree = "<group>"; };
|
|
|
|
|
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = "FabricExample/AppDelegate.mm"; sourceTree = "<group>"; };
|
|
|
|
|
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "FabricExample/Images.xcassets"; sourceTree = "<group>"; };
|
|
|
|
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "FabricExample/Info.plist"; sourceTree = "<group>"; };
|
|
|
|
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "FabricExample/main.m"; sourceTree = "<group>"; };
|
|
|
|
|
19F6CBCC0A4E27FBF8BF4A61 /* libPods-FabricExample-FabricExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FabricExample-FabricExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
3B4392A12AC88292D35C810B /* Pods-FabricExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FabricExample.debug.xcconfig"; path = "Target Support Files/Pods-FabricExample/Pods-FabricExample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
5709B34CF0A7D63546082F79 /* Pods-FabricExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FabricExample.release.xcconfig"; path = "Target Support Files/Pods-FabricExample/Pods-FabricExample.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
5B7EB9410499542E8C5724F5 /* Pods-FabricExample-FabricExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FabricExample-FabricExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
5DCACB8F33CDC322A6C60F78 /* libPods-FabricExample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-FabricExample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = "FabricExample/LaunchScreen.storyboard"; sourceTree = "<group>"; };
|
|
|
|
|
89C6BE57DB24E9ADA2F236DE /* Pods-FabricExample-FabricExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FabricExample-FabricExampleTests.release.xcconfig"; path = "Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
|
@ -51,7 +51,7 @@
|
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
files = (
|
|
|
|
|
7699B88040F8A987B510C191 /* libPods-LaftelVideo-LaftelVideoTests.a in Frameworks */,
|
|
|
|
|
7699B88040F8A987B510C191 /* libPods-FabricExample-FabricExampleTests.a in Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
@ -59,20 +59,20 @@
|
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
files = (
|
|
|
|
|
0C80B921A6F3F58F76C31292 /* libPods-LaftelVideo.a in Frameworks */,
|
|
|
|
|
0C80B921A6F3F58F76C31292 /* libPods-FabricExample.a in Frameworks */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
|
00E356EF1AD99517003FC87E /* LaftelVideoTests */ = {
|
|
|
|
|
00E356EF1AD99517003FC87E /* FabricExampleTests */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
00E356F21AD99517003FC87E /* LaftelVideoTests.m */,
|
|
|
|
|
00E356F21AD99517003FC87E /* FabricExampleTests.m */,
|
|
|
|
|
00E356F01AD99517003FC87E /* Supporting Files */,
|
|
|
|
|
);
|
|
|
|
|
path = LaftelVideoTests;
|
|
|
|
|
path = "FabricExampleTests";
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
|
00E356F01AD99517003FC87E /* Supporting Files */ = {
|
|
|
|
@ -83,7 +83,7 @@
|
|
|
|
|
name = "Supporting Files";
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
|
13B07FAE1A68108700A75B9A /* LaftelVideo */ = {
|
|
|
|
|
13B07FAE1A68108700A75B9A /* FabricExample */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
|
|
|
@ -93,15 +93,15 @@
|
|
|
|
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
|
|
|
|
|
13B07FB71A68108700A75B9A /* main.m */,
|
|
|
|
|
);
|
|
|
|
|
name = LaftelVideo;
|
|
|
|
|
name = "FabricExample";
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
};
|
|
|
|
|
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
|
|
|
5DCACB8F33CDC322A6C60F78 /* libPods-LaftelVideo.a */,
|
|
|
|
|
19F6CBCC0A4E27FBF8BF4A61 /* libPods-LaftelVideo-LaftelVideoTests.a */,
|
|
|
|
|
5DCACB8F33CDC322A6C60F78 /* libPods-FabricExample.a */,
|
|
|
|
|
19F6CBCC0A4E27FBF8BF4A61 /* libPods-FabricExample-FabricExampleTests.a */,
|
|
|
|
|
);
|
|
|
|
|
name = Frameworks;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@ -116,9 +116,9 @@
|
|
|
|
|
83CBB9F61A601CBA00E9B192 = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
13B07FAE1A68108700A75B9A /* LaftelVideo */,
|
|
|
|
|
13B07FAE1A68108700A75B9A /* FabricExample */,
|
|
|
|
|
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
|
|
|
|
00E356EF1AD99517003FC87E /* LaftelVideoTests */,
|
|
|
|
|
00E356EF1AD99517003FC87E /* FabricExampleTests */,
|
|
|
|
|
83CBBA001A601CBA00E9B192 /* Products */,
|
|
|
|
|
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
|
|
|
BBD78D7AC51CEA395F1C20DB /* Pods */,
|
|
|
|
@ -131,8 +131,8 @@
|
|
|
|
|
83CBBA001A601CBA00E9B192 /* Products */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
13B07F961A680F5B00A75B9A /* LaftelVideo.app */,
|
|
|
|
|
00E356EE1AD99517003FC87E /* LaftelVideoTests.xctest */,
|
|
|
|
|
13B07F961A680F5B00A75B9A /* FabricExample.app */,
|
|
|
|
|
00E356EE1AD99517003FC87E /* FabricExampleTests.xctest */,
|
|
|
|
|
);
|
|
|
|
|
name = Products;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@ -140,10 +140,10 @@
|
|
|
|
|
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
3B4392A12AC88292D35C810B /* Pods-LaftelVideo.debug.xcconfig */,
|
|
|
|
|
5709B34CF0A7D63546082F79 /* Pods-LaftelVideo.release.xcconfig */,
|
|
|
|
|
5B7EB9410499542E8C5724F5 /* Pods-LaftelVideo-LaftelVideoTests.debug.xcconfig */,
|
|
|
|
|
89C6BE57DB24E9ADA2F236DE /* Pods-LaftelVideo-LaftelVideoTests.release.xcconfig */,
|
|
|
|
|
3B4392A12AC88292D35C810B /* Pods-FabricExample.debug.xcconfig */,
|
|
|
|
|
5709B34CF0A7D63546082F79 /* Pods-FabricExample.release.xcconfig */,
|
|
|
|
|
5B7EB9410499542E8C5724F5 /* Pods-FabricExample-FabricExampleTests.debug.xcconfig */,
|
|
|
|
|
89C6BE57DB24E9ADA2F236DE /* Pods-FabricExample-FabricExampleTests.release.xcconfig */,
|
|
|
|
|
);
|
|
|
|
|
path = Pods;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@ -151,9 +151,9 @@
|
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
|
00E356ED1AD99517003FC87E /* LaftelVideoTests */ = {
|
|
|
|
|
00E356ED1AD99517003FC87E /* FabricExampleTests */ = {
|
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
|
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "LaftelVideoTests" */;
|
|
|
|
|
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "FabricExampleTests" */;
|
|
|
|
|
buildPhases = (
|
|
|
|
|
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
|
|
|
|
|
00E356EA1AD99517003FC87E /* Sources */,
|
|
|
|
@ -167,14 +167,14 @@
|
|
|
|
|
dependencies = (
|
|
|
|
|
00E356F51AD99517003FC87E /* PBXTargetDependency */,
|
|
|
|
|
);
|
|
|
|
|
name = LaftelVideoTests;
|
|
|
|
|
productName = LaftelVideoTests;
|
|
|
|
|
productReference = 00E356EE1AD99517003FC87E /* LaftelVideoTests.xctest */;
|
|
|
|
|
name = "FabricExampleTests";
|
|
|
|
|
productname = "FabricExampleTests";
|
|
|
|
|
productReference = 00E356EE1AD99517003FC87E /* FabricExampleTests.xctest */;
|
|
|
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
|
|
|
};
|
|
|
|
|
13B07F861A680F5B00A75B9A /* LaftelVideo */ = {
|
|
|
|
|
13B07F861A680F5B00A75B9A /* FabricExample */ = {
|
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "LaftelVideo" */;
|
|
|
|
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "FabricExample" */;
|
|
|
|
|
buildPhases = (
|
|
|
|
|
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
|
|
|
|
|
FD10A7F022414F080027D42C /* Start Packager */,
|
|
|
|
@ -189,9 +189,9 @@
|
|
|
|
|
);
|
|
|
|
|
dependencies = (
|
|
|
|
|
);
|
|
|
|
|
name = LaftelVideo;
|
|
|
|
|
productName = LaftelVideo;
|
|
|
|
|
productReference = 13B07F961A680F5B00A75B9A /* LaftelVideo.app */;
|
|
|
|
|
name = "FabricExample";
|
|
|
|
|
productName = "FabricExample";
|
|
|
|
|
productReference = 13B07F961A680F5B00A75B9A /* FabricExample.app */;
|
|
|
|
|
productType = "com.apple.product-type.application";
|
|
|
|
|
};
|
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
@ -211,7 +211,7 @@
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "LaftelVideo" */;
|
|
|
|
|
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "FabricExample" */;
|
|
|
|
|
compatibilityVersion = "Xcode 12.0";
|
|
|
|
|
developmentRegion = en;
|
|
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
@ -224,8 +224,8 @@
|
|
|
|
|
projectDirPath = "";
|
|
|
|
|
projectRoot = "";
|
|
|
|
|
targets = (
|
|
|
|
|
13B07F861A680F5B00A75B9A /* LaftelVideo */,
|
|
|
|
|
00E356ED1AD99517003FC87E /* LaftelVideoTests */,
|
|
|
|
|
13B07F861A680F5B00A75B9A /* FabricExample */,
|
|
|
|
|
00E356ED1AD99517003FC87E /* FabricExampleTests */,
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
/* End PBXProject section */
|
|
|
|
@ -272,15 +272,15 @@
|
|
|
|
|
files = (
|
|
|
|
|
);
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo/Pods-LaftelVideo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-FabricExample/Pods-FabricExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
);
|
|
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo/Pods-LaftelVideo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-FabricExample/Pods-FabricExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo/Pods-LaftelVideo-frameworks.sh\"\n";
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FabricExample/Pods-FabricExample-frameworks.sh\"\n";
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
};
|
|
|
|
|
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
|
|
|
|
@ -298,7 +298,7 @@
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
);
|
|
|
|
|
outputPaths = (
|
|
|
|
|
"$(DERIVED_FILE_DIR)/Pods-LaftelVideo-LaftelVideoTests-checkManifestLockResult.txt",
|
|
|
|
|
"$(DERIVED_FILE_DIR)/Pods-FabricExample-FabricExampleTests-checkManifestLockResult.txt",
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
@ -320,7 +320,7 @@
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
);
|
|
|
|
|
outputPaths = (
|
|
|
|
|
"$(DERIVED_FILE_DIR)/Pods-LaftelVideo-checkManifestLockResult.txt",
|
|
|
|
|
"$(DERIVED_FILE_DIR)/Pods-FabricExample-checkManifestLockResult.txt",
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
@ -333,15 +333,15 @@
|
|
|
|
|
files = (
|
|
|
|
|
);
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo-LaftelVideoTests/Pods-LaftelVideo-LaftelVideoTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
);
|
|
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo-LaftelVideoTests/Pods-LaftelVideo-LaftelVideoTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo-LaftelVideoTests/Pods-LaftelVideo-LaftelVideoTests-frameworks.sh\"\n";
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests-frameworks.sh\"\n";
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
};
|
|
|
|
|
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
|
|
|
|
@ -350,15 +350,15 @@
|
|
|
|
|
files = (
|
|
|
|
|
);
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo/Pods-LaftelVideo-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-FabricExample/Pods-FabricExample-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
);
|
|
|
|
|
name = "[CP] Copy Pods Resources";
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo/Pods-LaftelVideo-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-FabricExample/Pods-FabricExample-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo/Pods-LaftelVideo-resources.sh\"\n";
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FabricExample/Pods-FabricExample-resources.sh\"\n";
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
};
|
|
|
|
|
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
|
|
|
|
@ -367,15 +367,15 @@
|
|
|
|
|
files = (
|
|
|
|
|
);
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo-LaftelVideoTests/Pods-LaftelVideo-LaftelVideoTests-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
);
|
|
|
|
|
name = "[CP] Copy Pods Resources";
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo-LaftelVideoTests/Pods-LaftelVideo-LaftelVideoTests-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LaftelVideo-LaftelVideoTests/Pods-LaftelVideo-LaftelVideoTests-resources.sh\"\n";
|
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FabricExample-FabricExampleTests/Pods-FabricExample-FabricExampleTests-resources.sh\"\n";
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
};
|
|
|
|
|
FD10A7F022414F080027D42C /* Start Packager */ = {
|
|
|
|
@ -404,7 +404,7 @@
|
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
files = (
|
|
|
|
|
00E356F31AD99517003FC87E /* LaftelVideoTests.m in Sources */,
|
|
|
|
|
00E356F31AD99517003FC87E /* FabricExampleTests.m in Sources */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
@ -422,7 +422,7 @@
|
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
|
|
|
00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
|
|
|
|
|
isa = PBXTargetDependency;
|
|
|
|
|
target = 13B07F861A680F5B00A75B9A /* LaftelVideo */;
|
|
|
|
|
target = 13B07F861A680F5B00A75B9A /* FabricExample */;
|
|
|
|
|
targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
|
|
|
|
|
};
|
|
|
|
|
/* End PBXTargetDependency section */
|
|
|
|
@ -430,14 +430,14 @@
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
|
00E356F61AD99517003FC87E /* Debug */ = {
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-LaftelVideo-LaftelVideoTests.debug.xcconfig */;
|
|
|
|
|
baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-FabricExample-FabricExampleTests.debug.xcconfig */;
|
|
|
|
|
buildSettings = {
|
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
|
"DEBUG=1",
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
);
|
|
|
|
|
INFOPLIST_FILE = LaftelVideoTests/Info.plist;
|
|
|
|
|
INFOPLIST_FILE = "FabricExampleTests/Info.plist";
|
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
|
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
@ -449,19 +449,19 @@
|
|
|
|
|
"-lc++",
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
);
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "net.video.fabricexample";
|
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LaftelVideo.app/LaftelVideo";
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FabricExample.app/FabricExample";
|
|
|
|
|
};
|
|
|
|
|
name = Debug;
|
|
|
|
|
};
|
|
|
|
|
00E356F71AD99517003FC87E /* Release */ = {
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-LaftelVideo-LaftelVideoTests.release.xcconfig */;
|
|
|
|
|
baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-FabricExample-FabricExampleTests.release.xcconfig */;
|
|
|
|
|
buildSettings = {
|
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
|
|
INFOPLIST_FILE = LaftelVideoTests/Info.plist;
|
|
|
|
|
INFOPLIST_FILE = "FabricExampleTests/Info.plist";
|
|
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
|
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
@ -473,21 +473,22 @@
|
|
|
|
|
"-lc++",
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
);
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "net.video.fabricexample";
|
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LaftelVideo.app/LaftelVideo";
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FabricExample.app/FabricExample";
|
|
|
|
|
};
|
|
|
|
|
name = Release;
|
|
|
|
|
};
|
|
|
|
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-LaftelVideo.debug.xcconfig */;
|
|
|
|
|
baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-FabricExample.debug.xcconfig */;
|
|
|
|
|
buildSettings = {
|
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
ENABLE_BITCODE = NO;
|
|
|
|
|
INFOPLIST_FILE = LaftelVideo/Info.plist;
|
|
|
|
|
INFOPLIST_FILE = "FabricExample/Info.plist";
|
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = "FabricExample";
|
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
@ -497,8 +498,8 @@
|
|
|
|
|
"-ObjC",
|
|
|
|
|
"-lc++",
|
|
|
|
|
);
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
PRODUCT_NAME = LaftelVideo;
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "net.video.fabricexample";
|
|
|
|
|
PRODUCT_NAME = "FabricExample";
|
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
|
@ -507,12 +508,13 @@
|
|
|
|
|
};
|
|
|
|
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
|
baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-LaftelVideo.release.xcconfig */;
|
|
|
|
|
baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-FabricExample.release.xcconfig */;
|
|
|
|
|
buildSettings = {
|
|
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
INFOPLIST_FILE = LaftelVideo/Info.plist;
|
|
|
|
|
INFOPLIST_FILE = "FabricExample/Info.plist";
|
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = "FabricExample";
|
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
|
|
"$(inherited)",
|
|
|
|
|
"@executable_path/Frameworks",
|
|
|
|
@ -522,8 +524,8 @@
|
|
|
|
|
"-ObjC",
|
|
|
|
|
"-lc++",
|
|
|
|
|
);
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
|
|
PRODUCT_NAME = LaftelVideo;
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "net.video.fabricexample";
|
|
|
|
|
PRODUCT_NAME = "FabricExample";
|
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
|
|
};
|
|
|
|
@ -669,7 +671,7 @@
|
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
|
00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "LaftelVideoTests" */ = {
|
|
|
|
|
00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "FabricExampleTests" */ = {
|
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
|
buildConfigurations = (
|
|
|
|
|
00E356F61AD99517003FC87E /* Debug */,
|
|
|
|
@ -678,7 +680,7 @@
|
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
|
};
|
|
|
|
|
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "LaftelVideo" */ = {
|
|
|
|
|
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "FabricExample" */ = {
|
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
|
buildConfigurations = (
|
|
|
|
|
13B07F941A680F5B00A75B9A /* Debug */,
|
|
|
|
@ -687,7 +689,7 @@
|
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
|
};
|
|
|
|
|
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "LaftelVideo" */ = {
|
|
|
|
|
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "FabricExample" */ = {
|
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
|
buildConfigurations = (
|
|
|
|
|
83CBBA201A601CBA00E9B192 /* Debug */,
|