Skip to content

Commit 3510525

Browse files
author
Kadi Kraman
committed
Remove Flipper from example app pods
1 parent b20561a commit 3510525

File tree

3 files changed

+5
-183
lines changed

3 files changed

+5
-183
lines changed

Example/ios/Example.xcodeproj/project.pbxproj

-66
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
1212
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1313
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
14-
249FA8965A523AF624C4EAE3 /* libPods-Example-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DB1A4517AFF3C983563F6666 /* libPods-Example-tvOSTests.a */; };
1514
2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
1615
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1716
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1817
2DCD954D1E0B4F2C00145EB5 /* ExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ExampleTests.m */; };
19-
52DC7CD5F3D31841AA94C9F0 /* libPods-Example-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B864F582402D17FA4B48AEA1 /* libPods-Example-tvOS.a */; };
2018
7590CCEACB1158EF3C9D15F2 /* libPods-Example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 33523B654DF08F2521EF9B9E /* libPods-Example.a */; };
2119
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
2220
B604AECF732D6FC8F11D9376 /* libPods-Example-ExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DC447B6598B266EC56AADD16 /* libPods-Example-ExampleTests.a */; };
@@ -50,20 +48,14 @@
5048
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Example/Images.xcassets; sourceTree = "<group>"; };
5149
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Example/Info.plist; sourceTree = "<group>"; };
5250
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Example/main.m; sourceTree = "<group>"; };
53-
2C0AD768F8A5F021D44775D1 /* Pods-Example-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-Example-tvOSTests/Pods-Example-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
5451
2D02E47B1E0B4A5D006451C7 /* Example-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5552
2D02E4901E0B4A5D006451C7 /* Example-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Example-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
5653
33523B654DF08F2521EF9B9E /* libPods-Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5754
3AE15023C30305EE0BE4D3DC /* Pods-Example-ExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-ExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-Example-ExampleTests/Pods-Example-ExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
5855
67145E0B9C52338B7AFEB08B /* Pods-Example-ExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-ExampleTests.release.xcconfig"; path = "Target Support Files/Pods-Example-ExampleTests/Pods-Example-ExampleTests.release.xcconfig"; sourceTree = "<group>"; };
5956
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = Example/LaunchScreen.storyboard; sourceTree = "<group>"; };
6057
92AB6697592B83C7171DC404 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
61-
999827DE23E821C711FCF9F3 /* Pods-Example-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-Example-tvOSTests/Pods-Example-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
62-
B864F582402D17FA4B48AEA1 /* libPods-Example-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Example-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
63-
BD608347D69D12B904FD0C6D /* Pods-Example-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-tvOS.release.xcconfig"; path = "Target Support Files/Pods-Example-tvOS/Pods-Example-tvOS.release.xcconfig"; sourceTree = "<group>"; };
6458
C3452A571B433030B45BEDCF /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
65-
D63698A4FAFA97464211BCB5 /* Pods-Example-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-Example-tvOS/Pods-Example-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
66-
DB1A4517AFF3C983563F6666 /* libPods-Example-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Example-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6759
DC447B6598B266EC56AADD16 /* libPods-Example-ExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Example-ExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6860
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
6961
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; };
@@ -90,15 +82,13 @@
9082
isa = PBXFrameworksBuildPhase;
9183
buildActionMask = 2147483647;
9284
files = (
93-
52DC7CD5F3D31841AA94C9F0 /* libPods-Example-tvOS.a in Frameworks */,
9485
);
9586
runOnlyForDeploymentPostprocessing = 0;
9687
};
9788
2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
9889
isa = PBXFrameworksBuildPhase;
9990
buildActionMask = 2147483647;
10091
files = (
101-
249FA8965A523AF624C4EAE3 /* libPods-Example-tvOSTests.a in Frameworks */,
10292
);
10393
runOnlyForDeploymentPostprocessing = 0;
10494
};
@@ -143,8 +133,6 @@
143133
ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
144134
33523B654DF08F2521EF9B9E /* libPods-Example.a */,
145135
DC447B6598B266EC56AADD16 /* libPods-Example-ExampleTests.a */,
146-
B864F582402D17FA4B48AEA1 /* libPods-Example-tvOS.a */,
147-
DB1A4517AFF3C983563F6666 /* libPods-Example-tvOSTests.a */,
148136
);
149137
name = Frameworks;
150138
sourceTree = "<group>";
@@ -156,10 +144,6 @@
156144
C3452A571B433030B45BEDCF /* Pods-Example.release.xcconfig */,
157145
3AE15023C30305EE0BE4D3DC /* Pods-Example-ExampleTests.debug.xcconfig */,
158146
67145E0B9C52338B7AFEB08B /* Pods-Example-ExampleTests.release.xcconfig */,
159-
D63698A4FAFA97464211BCB5 /* Pods-Example-tvOS.debug.xcconfig */,
160-
BD608347D69D12B904FD0C6D /* Pods-Example-tvOS.release.xcconfig */,
161-
999827DE23E821C711FCF9F3 /* Pods-Example-tvOSTests.debug.xcconfig */,
162-
2C0AD768F8A5F021D44775D1 /* Pods-Example-tvOSTests.release.xcconfig */,
163147
);
164148
name = Pods;
165149
path = Pods;
@@ -246,7 +230,6 @@
246230
isa = PBXNativeTarget;
247231
buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Example-tvOS" */;
248232
buildPhases = (
249-
83F2EE83A09813D1B36B36BA /* [CP] Check Pods Manifest.lock */,
250233
FD10A7F122414F3F0027D42C /* Start Packager */,
251234
2D02E4771E0B4A5D006451C7 /* Sources */,
252235
2D02E4781E0B4A5D006451C7 /* Frameworks */,
@@ -266,7 +249,6 @@
266249
isa = PBXNativeTarget;
267250
buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Example-tvOSTests" */;
268251
buildPhases = (
269-
95009138043E86DDFD049CCF /* [CP] Check Pods Manifest.lock */,
270252
2D02E48C1E0B4A5D006451C7 /* Sources */,
271253
2D02E48D1E0B4A5D006451C7 /* Frameworks */,
272254
2D02E48E1E0B4A5D006451C7 /* Resources */,
@@ -431,50 +413,6 @@
431413
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
432414
showEnvVarsInLog = 0;
433415
};
434-
83F2EE83A09813D1B36B36BA /* [CP] Check Pods Manifest.lock */ = {
435-
isa = PBXShellScriptBuildPhase;
436-
buildActionMask = 2147483647;
437-
files = (
438-
);
439-
inputFileListPaths = (
440-
);
441-
inputPaths = (
442-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
443-
"${PODS_ROOT}/Manifest.lock",
444-
);
445-
name = "[CP] Check Pods Manifest.lock";
446-
outputFileListPaths = (
447-
);
448-
outputPaths = (
449-
"$(DERIVED_FILE_DIR)/Pods-Example-tvOS-checkManifestLockResult.txt",
450-
);
451-
runOnlyForDeploymentPostprocessing = 0;
452-
shellPath = /bin/sh;
453-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
454-
showEnvVarsInLog = 0;
455-
};
456-
95009138043E86DDFD049CCF /* [CP] Check Pods Manifest.lock */ = {
457-
isa = PBXShellScriptBuildPhase;
458-
buildActionMask = 2147483647;
459-
files = (
460-
);
461-
inputFileListPaths = (
462-
);
463-
inputPaths = (
464-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
465-
"${PODS_ROOT}/Manifest.lock",
466-
);
467-
name = "[CP] Check Pods Manifest.lock";
468-
outputFileListPaths = (
469-
);
470-
outputPaths = (
471-
"$(DERIVED_FILE_DIR)/Pods-Example-tvOSTests-checkManifestLockResult.txt",
472-
);
473-
runOnlyForDeploymentPostprocessing = 0;
474-
shellPath = /bin/sh;
475-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
476-
showEnvVarsInLog = 0;
477-
};
478416
9EA1C523AA39A6548197E4C2 /* [CP] Copy Pods Resources */ = {
479417
isa = PBXShellScriptBuildPhase;
480418
buildActionMask = 2147483647;
@@ -695,7 +633,6 @@
695633
};
696634
2D02E4971E0B4A5E006451C7 /* Debug */ = {
697635
isa = XCBuildConfiguration;
698-
baseConfigurationReference = D63698A4FAFA97464211BCB5 /* Pods-Example-tvOS.debug.xcconfig */;
699636
buildSettings = {
700637
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
701638
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -723,7 +660,6 @@
723660
};
724661
2D02E4981E0B4A5E006451C7 /* Release */ = {
725662
isa = XCBuildConfiguration;
726-
baseConfigurationReference = BD608347D69D12B904FD0C6D /* Pods-Example-tvOS.release.xcconfig */;
727663
buildSettings = {
728664
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
729665
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -751,7 +687,6 @@
751687
};
752688
2D02E4991E0B4A5E006451C7 /* Debug */ = {
753689
isa = XCBuildConfiguration;
754-
baseConfigurationReference = 999827DE23E821C711FCF9F3 /* Pods-Example-tvOSTests.debug.xcconfig */;
755690
buildSettings = {
756691
BUNDLE_LOADER = "$(TEST_HOST)";
757692
CLANG_ANALYZER_NONNULL = YES;
@@ -778,7 +713,6 @@
778713
};
779714
2D02E49A1E0B4A5E006451C7 /* Release */ = {
780715
isa = XCBuildConfiguration;
781-
baseConfigurationReference = 2C0AD768F8A5F021D44775D1 /* Pods-Example-tvOSTests.release.xcconfig */;
782716
buildSettings = {
783717
BUNDLE_LOADER = "$(TEST_HOST)";
784718
CLANG_ANALYZER_NONNULL = YES;

Example/ios/Podfile

+1-19
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,4 @@ target 'Example' do
1212
inherit! :complete
1313
# Pods for testing
1414
end
15-
16-
# Enables Flipper.
17-
#
18-
# Note that if you have use_frameworks! enabled, Flipper will not work and
19-
# you should disable these next few lines.
20-
use_flipper!
21-
post_install do |installer|
22-
flipper_post_install(installer)
23-
end
24-
end
25-
26-
target 'Example-tvOS' do
27-
# Pods for Example-tvOS
28-
29-
target 'Example-tvOSTests' do
30-
inherit! :search_paths
31-
# Pods for testing
32-
end
33-
end
15+
end

Example/ios/Podfile.lock

+4-98
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ PODS:
55
- AppAuth/Core (1.4.0)
66
- AppAuth/ExternalUserAgent (1.4.0)
77
- boost-for-react-native (1.63.0)
8-
- CocoaAsyncSocket (7.6.4)
9-
- CocoaLibEvent (1.0.0)
108
- DoubleConversion (1.1.6)
119
- FBLazyVector (0.63.2)
1210
- FBReactNativeSpec (0.63.2):
@@ -16,52 +14,6 @@ PODS:
1614
- React-Core (= 0.63.2)
1715
- React-jsi (= 0.63.2)
1816
- ReactCommon/turbomodule/core (= 0.63.2)
19-
- Flipper (0.41.5):
20-
- Flipper-Folly (~> 2.2)
21-
- Flipper-RSocket (~> 1.1)
22-
- Flipper-DoubleConversion (1.1.7)
23-
- Flipper-Folly (2.2.0):
24-
- boost-for-react-native
25-
- CocoaLibEvent (~> 1.0)
26-
- Flipper-DoubleConversion
27-
- Flipper-Glog
28-
- OpenSSL-Universal (= 1.0.2.19)
29-
- Flipper-Glog (0.3.6)
30-
- Flipper-PeerTalk (0.0.4)
31-
- Flipper-RSocket (1.1.0):
32-
- Flipper-Folly (~> 2.2)
33-
- FlipperKit (0.41.5):
34-
- FlipperKit/Core (= 0.41.5)
35-
- FlipperKit/Core (0.41.5):
36-
- Flipper (~> 0.41.5)
37-
- FlipperKit/CppBridge
38-
- FlipperKit/FBCxxFollyDynamicConvert
39-
- FlipperKit/FBDefines
40-
- FlipperKit/FKPortForwarding
41-
- FlipperKit/CppBridge (0.41.5):
42-
- Flipper (~> 0.41.5)
43-
- FlipperKit/FBCxxFollyDynamicConvert (0.41.5):
44-
- Flipper-Folly (~> 2.2)
45-
- FlipperKit/FBDefines (0.41.5)
46-
- FlipperKit/FKPortForwarding (0.41.5):
47-
- CocoaAsyncSocket (~> 7.6)
48-
- Flipper-PeerTalk (~> 0.0.4)
49-
- FlipperKit/FlipperKitHighlightOverlay (0.41.5)
50-
- FlipperKit/FlipperKitLayoutPlugin (0.41.5):
51-
- FlipperKit/Core
52-
- FlipperKit/FlipperKitHighlightOverlay
53-
- FlipperKit/FlipperKitLayoutTextSearchable
54-
- YogaKit (~> 1.18)
55-
- FlipperKit/FlipperKitLayoutTextSearchable (0.41.5)
56-
- FlipperKit/FlipperKitNetworkPlugin (0.41.5):
57-
- FlipperKit/Core
58-
- FlipperKit/FlipperKitReactPlugin (0.41.5):
59-
- FlipperKit/Core
60-
- FlipperKit/FlipperKitUserDefaultsPlugin (0.41.5):
61-
- FlipperKit/Core
62-
- FlipperKit/SKIOSNetworkPlugin (0.41.5):
63-
- FlipperKit/Core
64-
- FlipperKit/FlipperKitNetworkPlugin
6517
- Folly (2020.01.13.00):
6618
- boost-for-react-native
6719
- DoubleConversion
@@ -72,9 +24,6 @@ PODS:
7224
- DoubleConversion
7325
- glog
7426
- glog (0.3.5)
75-
- OpenSSL-Universal (1.0.2.19):
76-
- OpenSSL-Universal/Static (= 1.0.2.19)
77-
- OpenSSL-Universal/Static (1.0.2.19)
7827
- RCTRequired (0.63.2)
7928
- RCTTypeSafety (0.63.2):
8029
- FBLazyVector (= 0.63.2)
@@ -241,7 +190,7 @@ PODS:
241190
- React-cxxreact (= 0.63.2)
242191
- React-jsi (= 0.63.2)
243192
- React-jsinspector (0.63.2)
244-
- react-native-app-auth (6.0.0-rc1):
193+
- react-native-app-auth (6.0.0):
245194
- AppAuth (= 1.4.0)
246195
- React
247196
- React-RCTActionSheet (0.63.2):
@@ -305,32 +254,11 @@ PODS:
305254
- React-cxxreact (= 0.63.2)
306255
- React-jsi (= 0.63.2)
307256
- Yoga (1.14.0)
308-
- YogaKit (1.18.1):
309-
- Yoga (~> 1.14)
310257

311258
DEPENDENCIES:
312259
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
313260
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
314261
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
315-
- Flipper (~> 0.41.1)
316-
- Flipper-DoubleConversion (= 1.1.7)
317-
- Flipper-Folly (~> 2.2)
318-
- Flipper-Glog (= 0.3.6)
319-
- Flipper-PeerTalk (~> 0.0.4)
320-
- Flipper-RSocket (~> 1.1)
321-
- FlipperKit (~> 0.41.1)
322-
- FlipperKit/Core (~> 0.41.1)
323-
- FlipperKit/CppBridge (~> 0.41.1)
324-
- FlipperKit/FBCxxFollyDynamicConvert (~> 0.41.1)
325-
- FlipperKit/FBDefines (~> 0.41.1)
326-
- FlipperKit/FKPortForwarding (~> 0.41.1)
327-
- FlipperKit/FlipperKitHighlightOverlay (~> 0.41.1)
328-
- FlipperKit/FlipperKitLayoutPlugin (~> 0.41.1)
329-
- FlipperKit/FlipperKitLayoutTextSearchable (~> 0.41.1)
330-
- FlipperKit/FlipperKitNetworkPlugin (~> 0.41.1)
331-
- FlipperKit/FlipperKitReactPlugin (~> 0.41.1)
332-
- FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.41.1)
333-
- FlipperKit/SKIOSNetworkPlugin (~> 0.41.1)
334262
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
335263
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
336264
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
@@ -362,17 +290,6 @@ SPEC REPOS:
362290
trunk:
363291
- AppAuth
364292
- boost-for-react-native
365-
- CocoaAsyncSocket
366-
- CocoaLibEvent
367-
- Flipper
368-
- Flipper-DoubleConversion
369-
- Flipper-Folly
370-
- Flipper-Glog
371-
- Flipper-PeerTalk
372-
- Flipper-RSocket
373-
- FlipperKit
374-
- OpenSSL-Universal
375-
- YogaKit
376293

377294
EXTERNAL SOURCES:
378295
DoubleConversion:
@@ -433,21 +350,11 @@ EXTERNAL SOURCES:
433350
SPEC CHECKSUMS:
434351
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
435352
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
436-
CocoaAsyncSocket: 694058e7c0ed05a9e217d1b3c7ded962f4180845
437-
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
438353
DoubleConversion: cde416483dac037923206447da6e1454df403714
439354
FBLazyVector: 3ef4a7f62e7db01092f9d517d2ebc0d0677c4a37
440355
FBReactNativeSpec: dc7fa9088f0f2a998503a352b0554d69a4391c5a
441-
Flipper: 33585e2d9810fe5528346be33bcf71b37bb7ae13
442-
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
443-
Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3
444-
Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
445-
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
446-
Flipper-RSocket: 64e7431a55835eb953b0bf984ef3b90ae9fdddd7
447-
FlipperKit: bc68102cd4952a258a23c9c1b316c7bec1fecf83
448356
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
449357
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
450-
OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355
451358
RCTRequired: f13f25e7b12f925f1f6a6a8c69d929a03c0129fe
452359
RCTTypeSafety: 44982c5c8e43ff4141eb519a8ddc88059acd1f3a
453360
React: e1c65dd41cb9db13b99f24608e47dd595f28ca9a
@@ -458,7 +365,7 @@ SPEC CHECKSUMS:
458365
React-jsi: 54245e1d5f4b690dec614a73a3795964eeef13a8
459366
React-jsiexecutor: 8ca588cc921e70590820ce72b8789b02c67cce38
460367
React-jsinspector: b14e62ebe7a66e9231e9581279909f2fc3db6606
461-
react-native-app-auth: 4d01428fd6e411cf47ae172286d9f6572520721a
368+
react-native-app-auth: 6ca234b90aa54adb133ad70261b0324fdc668151
462369
React-RCTActionSheet: 910163b6b09685a35c4ebbc52b66d1bfbbe39fc5
463370
React-RCTAnimation: 9a883bbe1e9d2e158d4fb53765ed64c8dc2200c6
464371
React-RCTBlob: 39cf0ece1927996c4466510e25d2105f67010e13
@@ -470,8 +377,7 @@ SPEC CHECKSUMS:
470377
React-RCTVibration: 4d2e726957f4087449739b595f107c0d4b6c2d2d
471378
ReactCommon: a0a1edbebcac5e91338371b72ffc66aa822792ce
472379
Yoga: 7740b94929bbacbddda59bf115b5317e9a161598
473-
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
474380

475-
PODFILE CHECKSUM: e25a4f49fb371e2f341db9dc0893d6e999552221
381+
PODFILE CHECKSUM: 949ad8df05a48859791386bfa525887dad48241b
476382

477-
COCOAPODS: 1.9.3
383+
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)