datepicker, netinfo, base64 and bootsplash
This commit is contained in:
parent
ee4d42ee95
commit
ff5aac023e
|
@ -67,8 +67,8 @@ const restore = function* restore() {
|
|||
}
|
||||
};
|
||||
|
||||
const start = function start() {
|
||||
RNBootSplash.hide();
|
||||
const start = function* start() {
|
||||
yield RNBootSplash.hide();
|
||||
};
|
||||
|
||||
const root = function* root() {
|
||||
|
|
|
@ -103,7 +103,7 @@ export const localAuthenticate = async(server) => {
|
|||
// if screen lock is enabled
|
||||
if (serverRecord?.autoLock) {
|
||||
// Make sure splash screen has been hidden
|
||||
RNBootSplash.hide();
|
||||
await RNBootSplash.hide();
|
||||
|
||||
// Check if the app has passcode
|
||||
const result = await checkHasPasscode({ serverRecord });
|
||||
|
|
|
@ -380,7 +380,7 @@ PODS:
|
|||
- react-native-mmkv-storage (0.3.5):
|
||||
- MMKV (= 1.2.1)
|
||||
- React
|
||||
- react-native-netinfo (5.9.9):
|
||||
- react-native-netinfo (6.0.0):
|
||||
- React-Core
|
||||
- react-native-notifications (2.1.7):
|
||||
- React
|
||||
|
@ -465,8 +465,8 @@ PODS:
|
|||
- React
|
||||
- rn-fetch-blob (0.12.0):
|
||||
- React-Core
|
||||
- RNBootSplash (2.2.5):
|
||||
- React
|
||||
- RNBootSplash (3.2.3):
|
||||
- React-Core
|
||||
- RNCAsyncStorage (1.12.1):
|
||||
- React-Core
|
||||
- RNCMaskedView (0.1.11):
|
||||
|
@ -475,8 +475,8 @@ PODS:
|
|||
- React
|
||||
- RNCPicker (1.8.1):
|
||||
- React-Core
|
||||
- RNDateTimePicker (2.6.0):
|
||||
- React
|
||||
- RNDateTimePicker (3.5.2):
|
||||
- React-Core
|
||||
- RNDeviceInfo (5.6.2):
|
||||
- React
|
||||
- RNFastImage (8.2.0):
|
||||
|
@ -944,7 +944,7 @@ SPEC CHECKSUMS:
|
|||
react-native-document-picker: 825552b827012282baf4b7cbf119d3b37a280c90
|
||||
react-native-jitsi-meet: f2407aca85566e031ee7b222e497ee5ecb6623de
|
||||
react-native-mmkv-storage: 48729fe90e850ef2fdc9d3714b7030c7c51d82b0
|
||||
react-native-netinfo: 0212ce8604e88edf686f1481b925b17a42a52449
|
||||
react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d
|
||||
react-native-notifications: ee8fd739853e72694f3af8b374c8ccb106b7b227
|
||||
react-native-orientation-locker: 998c0744e26624407dac068c04c605b4af7304a2
|
||||
react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979
|
||||
|
@ -966,12 +966,12 @@ SPEC CHECKSUMS:
|
|||
ReactNativeUiLib: cde7263a7d308b60161cd286f95c9433e79f2f7d
|
||||
rn-extensions-share: 5fd84a80e6594706f0dfa1884f2d6d591b382cf5
|
||||
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
|
||||
RNBootSplash: b3836aa90c5bec690c6cd3c9ab355fcf98d0fe1d
|
||||
RNBootSplash: 8ef5ffa03dadd35f66510b42960ce40f397c98bf
|
||||
RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398
|
||||
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
|
||||
RNConfigReader: 396da6a6444182a76e8ae0930b9436c7575045cb
|
||||
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
|
||||
RNDateTimePicker: e386ff4ef3300964ed0cad97ce6f206e0effbfdb
|
||||
RNDateTimePicker: 7658208086d86d09e1627b5c34ba0cf237c60140
|
||||
RNDeviceInfo: ed8557a8bd6443cbc0ab5d375e6808a38a279744
|
||||
RNFastImage: f40d202ea2367239f71bc7cf11315f4bebab85b4
|
||||
RNFBAnalytics: dae6d7b280ba61c96e1bbdd34aca3154388f025e
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "RNBootSplash",
|
||||
"dependencies": {
|
||||
"React": [
|
||||
"React-Core": [
|
||||
|
||||
]
|
||||
},
|
||||
"version": "2.2.5",
|
||||
"version": "3.2.3",
|
||||
"license": "MIT",
|
||||
"summary": "Display a bootsplash on your app starts. Hide it when you want.",
|
||||
"authors": "Mathieu Acthernoene <zoontek@gmail.com>",
|
||||
|
@ -17,7 +17,7 @@
|
|||
"requires_arc": true,
|
||||
"source": {
|
||||
"git": "https://github.com/zoontek/react-native-bootsplash.git",
|
||||
"tag": "2.2.5"
|
||||
"tag": "3.2.3"
|
||||
},
|
||||
"source_files": "ios/*.{h,m}"
|
||||
}
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"name": "RNDateTimePicker",
|
||||
"version": "2.6.0",
|
||||
"version": "3.5.2",
|
||||
"summary": "DateTimePicker component for React Native",
|
||||
"description": "DateTimePicker component for React Native",
|
||||
"license": "MIT",
|
||||
"authors": "Martijn Swaagman <mswaagman@godaddy.com> (https://github.com/swaagie)",
|
||||
"homepage": "https://github.com/react-native-community/datetimepicker#readme",
|
||||
"platforms": {
|
||||
"ios": "8.0"
|
||||
"ios": "10.0"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/react-native-community/datetimepicker",
|
||||
"tag": "v2.6.0"
|
||||
"tag": "v3.5.2"
|
||||
},
|
||||
"source_files": "ios/*.{h,m}",
|
||||
"requires_arc": true,
|
||||
"dependencies": {
|
||||
"React": [
|
||||
"React-Core": [
|
||||
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "react-native-netinfo",
|
||||
"version": "5.9.9",
|
||||
"version": "6.0.0",
|
||||
"summary": "React Native Network Info API for iOS & Android",
|
||||
"license": "MIT",
|
||||
"authors": "Matt Oakes <hello@mattoakes.net>",
|
||||
"homepage": "https://github.com/react-native-community/react-native-netinfo#readme",
|
||||
"homepage": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
|
||||
"platforms": {
|
||||
"ios": "9.0",
|
||||
"tvos": "9.2",
|
||||
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"source": {
|
||||
"git": "https://github.com/react-native-community/react-native-netinfo.git",
|
||||
"tag": "v5.9.9"
|
||||
"tag": "v6.0.0"
|
||||
},
|
||||
"source_files": "ios/**/*.{h,m}",
|
||||
"dependencies": {
|
||||
|
|
|
@ -380,7 +380,7 @@ PODS:
|
|||
- react-native-mmkv-storage (0.3.5):
|
||||
- MMKV (= 1.2.1)
|
||||
- React
|
||||
- react-native-netinfo (5.9.9):
|
||||
- react-native-netinfo (6.0.0):
|
||||
- React-Core
|
||||
- react-native-notifications (2.1.7):
|
||||
- React
|
||||
|
@ -465,8 +465,8 @@ PODS:
|
|||
- React
|
||||
- rn-fetch-blob (0.12.0):
|
||||
- React-Core
|
||||
- RNBootSplash (2.2.5):
|
||||
- React
|
||||
- RNBootSplash (3.2.3):
|
||||
- React-Core
|
||||
- RNCAsyncStorage (1.12.1):
|
||||
- React-Core
|
||||
- RNCMaskedView (0.1.11):
|
||||
|
@ -475,8 +475,8 @@ PODS:
|
|||
- React
|
||||
- RNCPicker (1.8.1):
|
||||
- React-Core
|
||||
- RNDateTimePicker (2.6.0):
|
||||
- React
|
||||
- RNDateTimePicker (3.5.2):
|
||||
- React-Core
|
||||
- RNDeviceInfo (5.6.2):
|
||||
- React
|
||||
- RNFastImage (8.2.0):
|
||||
|
@ -944,7 +944,7 @@ SPEC CHECKSUMS:
|
|||
react-native-document-picker: 825552b827012282baf4b7cbf119d3b37a280c90
|
||||
react-native-jitsi-meet: f2407aca85566e031ee7b222e497ee5ecb6623de
|
||||
react-native-mmkv-storage: 48729fe90e850ef2fdc9d3714b7030c7c51d82b0
|
||||
react-native-netinfo: 0212ce8604e88edf686f1481b925b17a42a52449
|
||||
react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d
|
||||
react-native-notifications: ee8fd739853e72694f3af8b374c8ccb106b7b227
|
||||
react-native-orientation-locker: 998c0744e26624407dac068c04c605b4af7304a2
|
||||
react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979
|
||||
|
@ -966,12 +966,12 @@ SPEC CHECKSUMS:
|
|||
ReactNativeUiLib: cde7263a7d308b60161cd286f95c9433e79f2f7d
|
||||
rn-extensions-share: 5fd84a80e6594706f0dfa1884f2d6d591b382cf5
|
||||
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
|
||||
RNBootSplash: b3836aa90c5bec690c6cd3c9ab355fcf98d0fe1d
|
||||
RNBootSplash: 8ef5ffa03dadd35f66510b42960ce40f397c98bf
|
||||
RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398
|
||||
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
|
||||
RNConfigReader: 396da6a6444182a76e8ae0930b9436c7575045cb
|
||||
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
|
||||
RNDateTimePicker: e386ff4ef3300964ed0cad97ce6f206e0effbfdb
|
||||
RNDateTimePicker: 7658208086d86d09e1627b5c34ba0cf237c60140
|
||||
RNDeviceInfo: ed8557a8bd6443cbc0ab5d375e6808a38a279744
|
||||
RNFastImage: f40d202ea2367239f71bc7cf11315f4bebab85b4
|
||||
RNFBAnalytics: dae6d7b280ba61c96e1bbdd34aca3154388f025e
|
||||
|
|
|
@ -249,6 +249,7 @@
|
|||
01D5E90249AE4DFA53798839771B2A77 /* EXSessionTaskDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 816CBD7AB84BC2659D9F5A1F0791F550 /* EXSessionTaskDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
01DF253ED43F01215A6C7148973942D5 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CA185B0518F3029C5EBE8A4AC9E85EAD /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
01DFCC5346C9130A96D06991EC7C370F /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 22FEE0DDB14FA0BE7D6A57A23FBB8B9D /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
01EDAE9EBF8DF30E2E318B3E68AD485A /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D3321A91F79A41CE7F132EC191578786 /* RNBootSplash-dummy.m */; };
|
||||
0201868F95B3A5D489C4172A40A97FA4 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 962CCB4F39D9B0208C07FD60C25C9395 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
|
||||
021E5E2F47160F632B5CDE364738B1D3 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = E6BECAE58B926E57D90534D221D93C3B /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
022285D7F0D36329F7B6494F9AEDAC8F /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 16796F247BD5E397418931BD0FC32B24 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
|
@ -292,12 +293,12 @@
|
|||
04AE9B64370F0FCA72ED4AAD831B1FB4 /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D0AE60B18FE3616EA7E23ECE0C7AB7C5 /* FIRHeartbeatInfo.m */; };
|
||||
04B898AA6D8AF8DDC0FE86B6A72084FE /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FB84CACC22716A77A1295F00B185BFF /* FIRCLSProcessReportOperation.m */; };
|
||||
04BFE2353241DB5DBB2CFE09F3A78F7A /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3207F61BDA6E27F0AD777CA4FBBB9771 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
0524D12E76C8A25E9297604C91B3E220 /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = E4B3512DB0697EE1C522D2C7396A8DB4 /* RNBootSplash.m */; };
|
||||
052C619768AD2B4BCE7EF0F91C031012 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 121ED4777477E93410F9505B6BF4D875 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
0533B5FA0C6F7257F2928A02B0D2A175 /* QueuedImmediateExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3134B9954D27BB17E8D00039F3C165 /* QueuedImmediateExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
0537EA7AFB9CA177E02BBADF9B63AAB6 /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 33CD38A805803F9E727DAA3989B58F1A /* FIRCLSFABNetworkClient.m */; };
|
||||
05467263F5E6987BE95F289AB2E2D8DD /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FCB61F2EBD449F4543CB3E43AA5677 /* FIRBundleUtil.m */; };
|
||||
055B4D27C2659219838D1257DD8AE550 /* RNNotificationCenterMulticast.h in Headers */ = {isa = PBXBuildFile; fileRef = FB816E6313F86E988567803A32BAE83B /* RNNotificationCenterMulticast.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
057861A96FE516548503DE98D2801CE2 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 56850B2DB9FEF83CC6E83DBB176D9594 /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
05A5F0E78E63C191AE5CB1B95E798262 /* FIRCLSURLSessionDownloadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EBA5DF374B2E9BF9FD9A407E7D7AAF8 /* FIRCLSURLSessionDownloadTask.m */; };
|
||||
05F92371F0839905C0633221EDD06D4C /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 30BEF3926946553944DA074C1D8E5486 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
0605DF9699B5EDBACC3FA9A40E2AA809 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = CE050F13ECF4D0DC6EA0F51C412F9BAF /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
|
@ -450,7 +451,6 @@
|
|||
11226771FC7346E5F0BA4A0107094F3F /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F797489FA2A779C6746902BBAA91A37 /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
11231378DFABBFD74020590AA4BFDFDF /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D01053ADA101B5A891676CD94D34951 /* RNSScreenStackHeaderConfig.m */; };
|
||||
115E2AD294C35C6B787D0D36406E7C46 /* SharedPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 182174290313A6F0F4E06EE8C2709B5E /* SharedPromise.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
1164A69F162B30B14BDDD8DD02A2770D /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = E4B3512DB0697EE1C522D2C7396A8DB4 /* RNBootSplash.m */; };
|
||||
116DF82A2E941A26CDD966A199981934 /* ThreadCachedLists.h in Headers */ = {isa = PBXBuildFile; fileRef = FE74A323793E31346DD5F32CCD956491 /* ThreadCachedLists.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
119875D3CD359D223C4C9D8537625DED /* RNFBUtilsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F85C7D63BE4B9DECC1D6F783ABE954D2 /* RNFBUtilsModule.m */; };
|
||||
11AABDBD1B545618A4312B82600A863D /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C88AD1A22B425B993AC8168BDFF1D5C6 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
|
@ -692,6 +692,7 @@
|
|||
22B06DC0733A252930B5C5BD7EF9B288 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 302CFC7EEA24E1C7743DAE720B717DA0 /* RCTVirtualTextShadowView.m */; };
|
||||
22D4EF69E274190F07F669D7FF347967 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = AED29BBA089D84FECC97BE859DC38AAB /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
22E1D06C4A77C0F1F7DFBC536D00AC58 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 799059866FC18D1EAEEE5E0C097E104D /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
2300FD1051763DEC87ABAA44DA4C843E /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 56850B2DB9FEF83CC6E83DBB176D9594 /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
23107CD51E85F36D174BE09761E08392 /* RCTPbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BDE377CAF4F1E4993EFD8EF74C88252 /* RCTPbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
231F832972BBF26BEE8EBAFA3E55094D /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B16EBC4A8DF9C8CDAA954808D390B4C /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
23359885090B0C1BC522FD9FE51EE1D6 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 776A62FB3E6DCCEFF055638AF17369E1 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
|
@ -981,7 +982,6 @@
|
|||
3B391EAADA61877B8E7AB8A3835DEC4F /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */; };
|
||||
3B4A55FA09F4D014094D0DF389F8CB91 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 25E22908FBEE2CD0D563561BF2134467 /* SDAnimatedImageView+WebCache.m */; };
|
||||
3B53E1458DEB492BB33094564BCF6A39 /* ExecutorWithPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3D71A2765A5DC9AACBE81A76C03BBD /* ExecutorWithPriority.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
3B59B65FD92D1A2FB6B47C2AE2245B89 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EE2DD665856568BAC031B61DF438E2 /* RNDateTimePicker-dummy.m */; };
|
||||
3B59EC83CC0C780FDA54905F974E094D /* FIRCLSURLSessionDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 62941B228C8E98E989E0A8F55E26915A /* FIRCLSURLSessionDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
3BC2718BA53A33BD09AE4B29E9497D40 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C4937356B0C7B510F5310B3BD1C9D835 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
3BF2EB78F5AFB7E1D9A25EDFC10ACFC7 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = EA27E5BB0FAAAE8F3141D2DAF9F4A7BB /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
|
@ -1328,7 +1328,6 @@
|
|||
54ECA723AA87FD13E6470CE43E753CAD /* SKInvalidation.m in Sources */ = {isa = PBXBuildFile; fileRef = 891C2B8C7D01B8EE8C438269661008F5 /* SKInvalidation.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; };
|
||||
54F3C46A6710013E6645E1B933EA5E4C /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C161A0D9AD64B1BCAC02DB33B770404 /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
5503A039A45A98C0722EC9F8435A2BD8 /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 90543823932054B0B8580FBE43FE1172 /* RCTVibrationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; };
|
||||
550E2D501FD368372393E7F1B69796F9 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DE1DA2349CF1351DAA251E0415D1451 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
5517D42087B810FE8187EBB68F1326D7 /* ParkingLot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F16C7F90CBEB074329AD1E8576DBBD7 /* ParkingLot.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
|
||||
551CFD30954DA97D3789B3CB24B7DB13 /* FIRCLSFCRAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EE9BEC4C9C1445412EF648ED645BC0D /* FIRCLSFCRAnalytics.m */; };
|
||||
55545B966E6065FA2CADF0FF5D0F0057 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2173B394EA9EE44B1F4C1AC9A09D3A82 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
|
@ -1398,6 +1397,7 @@
|
|||
59CF8C0226700B455111B9B93FC48F3A /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E39CDA316FC683AB42A7BCA0C81A1B61 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
59E29C1014E5E2D7A0FA9D9A9D8588F0 /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B563787B475E138B99D047A2373BADB /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
59E6EF5EF514D7D36B79C38B4625D994 /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EEF744F1D97A8543D77FA24ED5FFEB0 /* Subscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
|
||||
59EBC93ADCBFCA9F0540BBABAA2B1386 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EE2DD665856568BAC031B61DF438E2 /* RNDateTimePicker-dummy.m */; };
|
||||
5A07553C4180B3B3C02264D2B24EDFB4 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 95D7D409FAA56DD4D481CB27D2DA5E53 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
5A216DDF1CA8453AA2CC42BF6DC79985 /* StreamResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AC25A44F6763BA47B30C16996F0FC43 /* StreamResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
|
||||
5A21856EBA9A563D592DD285F20A415A /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0145349A2ACA814521A89B5B5BF1E2 /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
|
@ -1671,6 +1671,7 @@
|
|||
6EA9AC046E6BAA5BF50101448366BFB8 /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A84B01E4187FD33B7B438BCE8C96EBAD /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
6EB0D63BA7071E402F4BA0E892B08BFC /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C7F32931998F8101EAD6F28B640ECDF /* REABlockNode.m */; };
|
||||
6ECBF5784368998C907A12EEC0B0C73A /* RNCSafeAreaProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 227B547D9D1D9DABDB20F697068B054B /* RNCSafeAreaProvider.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
6F018B8B904C5B98D4F49822187A7B54 /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 87F8A2D3C75F5AF25E2E29AC93C8A7F8 /* RNDateTimePickerManager.m */; };
|
||||
6F1F8EF644016A395B41D4E944A6BADE /* react-native-cookies-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EABD34BAB1A34647CCE407B33043321 /* react-native-cookies-dummy.m */; };
|
||||
6F20D3B2D304489766C3F991CB93EA0B /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 139506628B1A3399449B36F8C8911000 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; };
|
||||
6F2537B925E3B640C4EADBB2A4649410 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFFB49E2F3F5484F205FC495F36B197 /* SDWebImageTransition.m */; };
|
||||
|
@ -1821,6 +1822,7 @@
|
|||
7A27F081D7ECA0968A3C0857B1FCFDD7 /* StringKeyedUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
7A2FEA8EE3B819994767FF039EE43A22 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = C758BC100340CE405970C70EC1E7DCA2 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
7A46F68A88D38837957023F8F0544C0D /* AsyncSignalHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D27A4E53812367C6079BB5B0AC57501 /* AsyncSignalHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
|
||||
7A5BDD3BBE43A139E4EA1AB988EB1BBB /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DE1DA2349CF1351DAA251E0415D1451 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
7A849D5ABFB467F189FEF71A9FFD5118 /* FIRCLSURLSessionUploadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D9024458C9CB9909900E274D398BE33 /* FIRCLSURLSessionUploadTask.m */; };
|
||||
7A94E0A7C52A802D85F0CE6E456D3CE2 /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5933F4F939F7CC98848B03A96477BA97 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; };
|
||||
7A9B421EA9DDC5A0E31BF361ACD807DB /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 73AB062CB45E5BA4AFC77D4AA1C8416F /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
|
@ -2031,6 +2033,7 @@
|
|||
8B91D8113C5548123C33A82F97139770 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF4C5207F887BCB0AF22AB87D61BF342 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
8B9F018667B5D4AE26756B79B1C8E70C /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 52A013B97A7365F3461549DE94A780BE /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
8BACD6D08335CACDAC7EC574B832A193 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DA27696FE848BCDBC96EEA0EC6A4EBCC /* READebugNode.m */; };
|
||||
8BADD1737DFD5A2D18F8FF8EF4EFB689 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B94D5EE3A432E84AED0511ED21B4D3 /* RNDateTimePicker.m */; };
|
||||
8BB527F62230ED1D60A76E499B58B239 /* Aes.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CB6D214D8144E7549C5DF01B656F938 /* Aes.m */; };
|
||||
8BC8F8CF7C86A707492797262DE96CD5 /* ManualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D32290E9726366C8A5258D620A28B01 /* ManualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
8BCFD63A4D78378BB4BFF3C250F66BDA /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A59F183A7D6535DE3336ADB7E2C3FEF /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
|
@ -2070,7 +2073,6 @@
|
|||
8DEB88235995C6AAA2FBBA96605D9907 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 146D213BE3B405C467816A4C7502D906 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
8E48EC8C1C17C18C83DF3D4256A74E44 /* TypedIOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F444FE8A1691E1A3AF95527CF9473D /* TypedIOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
8E67D2790E4AB06004B01790BDB97514 /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 25064B5D821155534630D95B78FD7790 /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
8E778A8AFD7A72EC1E9678DA3B22C024 /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C5329E725A4153129DC6B4EBEDB63F /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
8E8BBF02B8A240D10C561DBAA4180AAA /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A37FEACD8D3C0CE0430F27FB2FEA88 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
8E8BEC9FB6993477B57E11EA2B60CFEE /* AsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = E523087AF003AC9FE4E3DF61D9856BB2 /* AsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
8EB4031406F8A5577445739236C91A34 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = F0A20D400112D927779240123592213E /* cct.nanopb.c */; };
|
||||
|
@ -2622,7 +2624,6 @@
|
|||
B9DF2E2E9DA2F11546D8EA459EF1206E /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 278C2092689F9F381E508BA63DE64773 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
B9EB5D3170E012F5ED26846FF11B077A /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02A03AF8BEE839AAE07CA0F5DA80153D /* File.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
|
||||
B9FA1C2AA27EE1E15C4A8DCC240CBD37 /* RNFBVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBEADE82DB7BD9034C90D419CFABE4D /* RNFBVersion.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
BA26D6016CA442A7E4F04E34CFBBF344 /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 87F8A2D3C75F5AF25E2E29AC93C8A7F8 /* RNDateTimePickerManager.m */; };
|
||||
BA2F26CF50000640E27F834339683F3F /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C93439ADAFA1BD2A078454E3F331D14D /* react-native-appearance-dummy.m */; };
|
||||
BA75D60A6ABD56D5A3997C2994DCA892 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 11FA947470B8F714E7E83969D10FD932 /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
BA7F428E2699944B0D2EB97A10CF693F /* FrameSerializer_v1_0.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2729FB149C004BFC5F9A0BE463A22FF /* FrameSerializer_v1_0.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
|
||||
|
@ -3052,7 +3053,6 @@
|
|||
DCC3DA2DE9E5E380C04A72257BAAD392 /* UICollectionView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 44BFF3DAA7F1DCC5E5C3DFAC211EDE1F /* UICollectionView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
DCF40B04DF39A003AE638D56F0C17F73 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 221E108C3C579E6FB01A9AEA2B996A89 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; };
|
||||
DD3FD879397735569999E1D8C7FCB950 /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15ECE2AD1D83F32FA96E88F91D247301 /* RCTWebSocketModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; };
|
||||
DD4BCCECCCF5E86A997E1C6D4DFEB1C9 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D3321A91F79A41CE7F132EC191578786 /* RNBootSplash-dummy.m */; };
|
||||
DD65EF8C0E84C047FF0EE254E0E70FC9 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EC92F724C98861820C4C08C58DC8787C /* SDWebImageManager.m */; };
|
||||
DDC3D6EB459D834E8DAE55F96281C810 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 825A023ED7FB14170F41D3A954BD2D52 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
DDC56467F51CED2EDBAE331D3CF55031 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 376581529487B99184BD6C839402D91A /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
|
@ -3340,6 +3340,7 @@
|
|||
F447C2AA84800C2A7E4181C69BC68240 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 544C7CBA8C6B0405C35792D56547EBFE /* ja.lproj */; };
|
||||
F47834738C3399C03CB112AC256CD918 /* FireAndForgetBasedFlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = D88824EF549D12E6178FD3BC56294948 /* FireAndForgetBasedFlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
F483BD3BF6EB61E508441AE5D4E09633 /* ColdResumeHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3963387F6C875B1235572275D143B9DC /* ColdResumeHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
|
||||
F483BEA179CC564681C7B18DDCEE9377 /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C5329E725A4153129DC6B4EBEDB63F /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
F48B919174748CFDB6B56BAAD25E55ED /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 552336C1277566D1953A400CCE16B014 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
|
||||
F49BB943E576C3BC85889685B6AEF826 /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3AB578942D50350CA6DD1A2C4CE6851 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
F49C2FA8B1239AA5E35582766C9F05C6 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = BD2A752407A5557559C5856CA7099E33 /* RNPushKitEventListener.m */; };
|
||||
|
@ -3487,7 +3488,6 @@
|
|||
FEDD4B752D12AC00F73B2D7B3CC478A7 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FF01D9DC2BEE0CBCECCE73397F244361 /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
FEF4A063A45555AAABA341A98658147B /* FireForgetThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D7A4D77C138AF76E7332512C04101DC /* FireForgetThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; };
|
||||
FF0B5F9F47DCF540B172C73606A9EF8D /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 712E37676F44906521DBDAEDD628DFC6 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
FF4BE5817399602319491EBE094444E0 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B94D5EE3A432E84AED0511ED21B4D3 /* RNDateTimePicker.m */; };
|
||||
FF4C569D8EC75EFDCD9B3F5911AD16FE /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B378946C52CC5840FC38D08BF77489C5 /* React-RCTVibration-dummy.m */; };
|
||||
FF524D5EA995E901E2769919F68397F4 /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C6E319C60908897ED62DBABEA24A714 /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; };
|
||||
FF592909E203EE8906DBC18C10D76658 /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = E63CB4CAA28B2541855BDB5A5A38FA24 /* GDTCORTransport.m */; };
|
||||
|
@ -4325,6 +4325,13 @@
|
|||
remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518;
|
||||
remoteInfo = KeyCommands;
|
||||
};
|
||||
29D8166E5B1DAECE5FF84E216F3B6F00 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D;
|
||||
remoteInfo = "React-Core";
|
||||
};
|
||||
29DF8CB4D11BB47A78C2C4A62301DF31 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
||||
|
@ -6439,6 +6446,13 @@
|
|||
remoteGlobalIDString = FF879E718031128A75E7DE54046E6219;
|
||||
remoteInfo = RNReanimated;
|
||||
};
|
||||
A2207F5E69A3F68622D2B152C5B2441D /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D;
|
||||
remoteInfo = "React-Core";
|
||||
};
|
||||
A28D5F5C62E1637BA256FC5E1F97D790 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
||||
|
@ -7972,13 +7986,6 @@
|
|||
remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E;
|
||||
remoteInfo = RCTTypeSafety;
|
||||
};
|
||||
F6C89E8D8D5C569D06EDF03915DF2299 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794;
|
||||
remoteInfo = React;
|
||||
};
|
||||
F6D3F151F1450E5988C08DA3C68527C7 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
||||
|
@ -8133,13 +8140,6 @@
|
|||
remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD;
|
||||
remoteInfo = UMPermissionsInterface;
|
||||
};
|
||||
FE7BC6A7B1205E51CC91BEECCDC8B167 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794;
|
||||
remoteInfo = React;
|
||||
};
|
||||
FEBBDFD9EA4025DC80461F8BA1BB27DD /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
||||
|
@ -12481,6 +12481,13 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
3EB0C66C05E3A89D7387D6A31F40A5F9 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
3F28570E9EFE4E964FDC55CAB0B47C1E /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -12572,13 +12579,6 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
5E07E7955BCAB6837105BC2D87197E9B /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
60AC37B6A59AABD8A5541F7B885AAFE7 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -12607,13 +12607,6 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
7B92559B1643757ACB684EFCE9D683BE /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
84B4D64258E45A477BC0FB4857B91C78 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -12831,6 +12824,13 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D1D90464A9D2134D8DC8CB90C54C7A98 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D619892A2C69BD5D3E90270251FC3BA8 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -22189,15 +22189,6 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
9C125D8AA9519FC0BB6215D55CC2CF85 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8E778A8AFD7A72EC1E9678DA3B22C024 /* RNDateTimePicker.h in Headers */,
|
||||
057861A96FE516548503DE98D2801CE2 /* RNDateTimePickerManager.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
9C8F9988D2AF1E0005F7C081D99BCF77 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -22250,6 +22241,14 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
A15953B3F55B6C99E50BB014DDA93EEA /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7A5BDD3BBE43A139E4EA1AB988EB1BBB /* RNBootSplash.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
A187DAD1796618EE45B356B22E0FF629 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -22793,14 +22792,6 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
DFC4F2F68D42CCD6FF88DFAF42267A4A /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
550E2D501FD368372393E7F1B69796F9 /* RNBootSplash.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
E17BE110230FD0063415FC5A84419927 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -23554,6 +23545,15 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
F2E259317742918F9957E51B4F1EF56B /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
F483BEA179CC564681C7B18DDCEE9377 /* RNDateTimePicker.h in Headers */,
|
||||
2300FD1051763DEC87ABAA44DA4C843E /* RNDateTimePickerManager.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
F52DB3D10D9F383911695EF67AACEF33 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -24492,16 +24492,16 @@
|
|||
};
|
||||
6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 659278F08AB49B07E42964916F164472 /* Build configuration list for PBXNativeTarget "RNBootSplash" */;
|
||||
buildConfigurationList = A2C43825E2188DA7921550E300BE749F /* Build configuration list for PBXNativeTarget "RNBootSplash" */;
|
||||
buildPhases = (
|
||||
DFC4F2F68D42CCD6FF88DFAF42267A4A /* Headers */,
|
||||
7A7CF4613B6F39D6B7231A5E6C68E7EE /* Sources */,
|
||||
5E07E7955BCAB6837105BC2D87197E9B /* Frameworks */,
|
||||
A15953B3F55B6C99E50BB014DDA93EEA /* Headers */,
|
||||
70640FD248F2E3D0FE08AE2069A9C431 /* Sources */,
|
||||
3EB0C66C05E3A89D7387D6A31F40A5F9 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
94D5203E6A8B7591B1755AFCD2100DF5 /* PBXTargetDependency */,
|
||||
20A2D46B9381862090461EFF23551561 /* PBXTargetDependency */,
|
||||
);
|
||||
name = RNBootSplash;
|
||||
productName = RNBootSplash;
|
||||
|
@ -25506,16 +25506,16 @@
|
|||
};
|
||||
D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = DA2CAE114A571A2644458B63C8F865A1 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */;
|
||||
buildConfigurationList = C840844FBC13DD35AE08F6C446033DB1 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */;
|
||||
buildPhases = (
|
||||
9C125D8AA9519FC0BB6215D55CC2CF85 /* Headers */,
|
||||
869D89B0EE364B3D6DABF4DE9B0E4B56 /* Sources */,
|
||||
7B92559B1643757ACB684EFCE9D683BE /* Frameworks */,
|
||||
F2E259317742918F9957E51B4F1EF56B /* Headers */,
|
||||
46FB2812582C0EC553E1CC30B670004B /* Sources */,
|
||||
D1D90464A9D2134D8DC8CB90C54C7A98 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
958B814DF90C1217B9C0DF686AA168F7 /* PBXTargetDependency */,
|
||||
16529CCD928057033C9DAD8305A1C464 /* PBXTargetDependency */,
|
||||
);
|
||||
name = RNDateTimePicker;
|
||||
productName = RNDateTimePicker;
|
||||
|
@ -26847,6 +26847,16 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
46FB2812582C0EC553E1CC30B670004B /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
59EBC93ADCBFCA9F0540BBABAA2B1386 /* RNDateTimePicker-dummy.m in Sources */,
|
||||
8BADD1737DFD5A2D18F8FF8EF4EFB689 /* RNDateTimePicker.m in Sources */,
|
||||
6F018B8B904C5B98D4F49822187A7B54 /* RNDateTimePickerManager.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
4922E57522C4938B0388B8E9480582FF /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -27274,6 +27284,15 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
70640FD248F2E3D0FE08AE2069A9C431 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
01EDAE9EBF8DF30E2E318B3E68AD485A /* RNBootSplash-dummy.m in Sources */,
|
||||
0524D12E76C8A25E9297604C91B3E220 /* RNBootSplash.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
713D7AEE84C5189CDF9ED7E0A124CF83 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -27443,15 +27462,6 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
7A7CF4613B6F39D6B7231A5E6C68E7EE /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
DD4BCCECCCF5E86A997E1C6D4DFEB1C9 /* RNBootSplash-dummy.m in Sources */,
|
||||
1164A69F162B30B14BDDD8DD02A2770D /* RNBootSplash.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
7C2E3E38684AA8A415EF1633224E1CAB /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -27541,16 +27551,6 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
869D89B0EE364B3D6DABF4DE9B0E4B56 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3B59B65FD92D1A2FB6B47C2AE2245B89 /* RNDateTimePicker-dummy.m in Sources */,
|
||||
FF4BE5817399602319491EBE094444E0 /* RNDateTimePicker.m in Sources */,
|
||||
BA26D6016CA442A7E4F04E34CFBBF344 /* RNDateTimePickerManager.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
899E559501129B67D44EAD924CDE49E5 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -28918,6 +28918,12 @@
|
|||
target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */;
|
||||
targetProxy = 04D5F2C056B6FF6A31FEE4069F7F1B43 /* PBXContainerItemProxy */;
|
||||
};
|
||||
16529CCD928057033C9DAD8305A1C464 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "React-Core";
|
||||
target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */;
|
||||
targetProxy = A2207F5E69A3F68622D2B152C5B2441D /* PBXContainerItemProxy */;
|
||||
};
|
||||
16C3E90C0B0C706EF1E6281AD559B1DA /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = Folly;
|
||||
|
@ -29014,6 +29020,12 @@
|
|||
target = 1BEE828C124E6416179B904A9F66D794 /* React */;
|
||||
targetProxy = 62725AE3FA9F00C04E19BEDBBDD786AB /* PBXContainerItemProxy */;
|
||||
};
|
||||
20A2D46B9381862090461EFF23551561 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "React-Core";
|
||||
target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */;
|
||||
targetProxy = 29D8166E5B1DAECE5FF84E216F3B6F00 /* PBXContainerItemProxy */;
|
||||
};
|
||||
21A41A5DE978137EEE48C2501B668AE3 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = GoogleUtilities;
|
||||
|
@ -30868,12 +30880,6 @@
|
|||
target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */;
|
||||
targetProxy = 940EBFAD05C46394C0FDDD9488A1B326 /* PBXContainerItemProxy */;
|
||||
};
|
||||
94D5203E6A8B7591B1755AFCD2100DF5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = React;
|
||||
target = 1BEE828C124E6416179B904A9F66D794 /* React */;
|
||||
targetProxy = F6C89E8D8D5C569D06EDF03915DF2299 /* PBXContainerItemProxy */;
|
||||
};
|
||||
94F44AFC55E86EE93F11B45D0ADCB64A /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "React-jsi";
|
||||
|
@ -30898,12 +30904,6 @@
|
|||
target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */;
|
||||
targetProxy = 8FFFE55E5553DE68EF6962931EC72C9E /* PBXContainerItemProxy */;
|
||||
};
|
||||
958B814DF90C1217B9C0DF686AA168F7 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = React;
|
||||
target = 1BEE828C124E6416179B904A9F66D794 /* React */;
|
||||
targetProxy = FE7BC6A7B1205E51CC91BEECCDC8B167 /* PBXContainerItemProxy */;
|
||||
};
|
||||
95DDEEEDB30BE2B14D3243DBAA546C5F /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = FirebaseCore;
|
||||
|
@ -33254,32 +33254,6 @@
|
|||
};
|
||||
name = Release;
|
||||
};
|
||||
1C70EC6599A9AF12D63D91390E4EBF8A /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 32ED1E83621C3AE2F79F39B2972350A6 /* RNBootSplash.release.xcconfig */;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
||||
GCC_PREFIX_HEADER = "Target Support Files/RNBootSplash/RNBootSplash-prefix.pch";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_LIBTOOLFLAGS = "";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = "";
|
||||
PRODUCT_MODULE_NAME = RNBootSplash;
|
||||
PRODUCT_NAME = RNBootSplash;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1C8A8AAAF96AF088171C0060E1FE0551 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 7E259C3E6DE6F96851D12BCE522F5D90 /* GoogleDataTransportCCTSupport.debug.xcconfig */;
|
||||
|
@ -33380,32 +33354,6 @@
|
|||
};
|
||||
name = Release;
|
||||
};
|
||||
200EF926DE5D3B8EF4A28816DFA5B409 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 0A37ADB720B2EDA62CC5CA5AF974166A /* RNDateTimePicker.release.xcconfig */;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
||||
GCC_PREFIX_HEADER = "Target Support Files/RNDateTimePicker/RNDateTimePicker-prefix.pch";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_LIBTOOLFLAGS = "";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = "";
|
||||
PRODUCT_MODULE_NAME = RNDateTimePicker;
|
||||
PRODUCT_NAME = RNDateTimePicker;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
20C43A087DAAFF076BFF2C0119E6576F /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 7BA7E8BFE2A902C8F99FBEBECCB83C70 /* DoubleConversion.debug.xcconfig */;
|
||||
|
@ -33500,6 +33448,31 @@
|
|||
};
|
||||
name = Debug;
|
||||
};
|
||||
2496DFBAA294BB49D90637669DD67732 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = FDF31DCF149995D5F60092C7E2AEFF64 /* RNBootSplash.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
||||
GCC_PREFIX_HEADER = "Target Support Files/RNBootSplash/RNBootSplash-prefix.pch";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_LIBTOOLFLAGS = "";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = "";
|
||||
PRODUCT_MODULE_NAME = RNBootSplash;
|
||||
PRODUCT_NAME = RNBootSplash;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
253E3436A905F04A4BBE46B85EC70A80 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 921E4BE138B7B343E81E21D6AAB82F24 /* FBReactNativeSpec.debug.xcconfig */;
|
||||
|
@ -34510,6 +34483,32 @@
|
|||
};
|
||||
name = Release;
|
||||
};
|
||||
4B80C0B6B88DC847BD605C9572BAB5DE /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 32ED1E83621C3AE2F79F39B2972350A6 /* RNBootSplash.release.xcconfig */;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
||||
GCC_PREFIX_HEADER = "Target Support Files/RNBootSplash/RNBootSplash-prefix.pch";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_LIBTOOLFLAGS = "";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = "";
|
||||
PRODUCT_MODULE_NAME = RNBootSplash;
|
||||
PRODUCT_NAME = RNBootSplash;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
4BA7314297F52E6540B1DD6B034FA0B6 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 00DBBC64D925330699B6B451AE378180 /* react-native-simple-crypto.release.xcconfig */;
|
||||
|
@ -35138,31 +35137,6 @@
|
|||
};
|
||||
name = Release;
|
||||
};
|
||||
63F5C2461435F9705EA517F7388A9AAF /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = D3ABCABD9EBDF1A01C54AF4B5B5DA147 /* RNDateTimePicker.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
||||
GCC_PREFIX_HEADER = "Target Support Files/RNDateTimePicker/RNDateTimePicker-prefix.pch";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_LIBTOOLFLAGS = "";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = "";
|
||||
PRODUCT_MODULE_NAME = RNDateTimePicker;
|
||||
PRODUCT_NAME = RNDateTimePicker;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
6626E0DDF75356B939BB71211EC59DF0 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = BF51A780C2ED3CCFF345808C7AD41AE0 /* EXKeepAwake.release.xcconfig */;
|
||||
|
@ -35886,6 +35860,32 @@
|
|||
};
|
||||
name = Release;
|
||||
};
|
||||
856F5D1DE9373D7F014D1325CDB5986A /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = D3ABCABD9EBDF1A01C54AF4B5B5DA147 /* RNDateTimePicker.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
CLANG_ENABLE_OBJC_WEAK = NO;
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
||||
GCC_PREFIX_HEADER = "Target Support Files/RNDateTimePicker/RNDateTimePicker-prefix.pch";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_LIBTOOLFLAGS = "";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = "";
|
||||
PRODUCT_MODULE_NAME = RNDateTimePicker;
|
||||
PRODUCT_NAME = RNDateTimePicker;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
86D704FC4DBC00A97F725EBD0F56BF90 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 86745DD780B9237DA535946F8C7C66BF /* EXFileSystem.release.xcconfig */;
|
||||
|
@ -37004,31 +37004,6 @@
|
|||
};
|
||||
name = Release;
|
||||
};
|
||||
ABB987467F88AE59FC6D78C72E5D66BE /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = FDF31DCF149995D5F60092C7E2AEFF64 /* RNBootSplash.debug.xcconfig */;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
||||
GCC_PREFIX_HEADER = "Target Support Files/RNBootSplash/RNBootSplash-prefix.pch";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_LIBTOOLFLAGS = "";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = "";
|
||||
PRODUCT_MODULE_NAME = RNBootSplash;
|
||||
PRODUCT_NAME = RNBootSplash;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
ABE428F6D56E87DF8D47B8AF5DE511C2 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 2786196FFAD333404806BF8C6442A607 /* Flipper-Glog.debug.xcconfig */;
|
||||
|
@ -37851,6 +37826,33 @@
|
|||
};
|
||||
name = Release;
|
||||
};
|
||||
D124A7732EA3602924AFD9A7E066FF3C /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 0A37ADB720B2EDA62CC5CA5AF974166A /* RNDateTimePicker.release.xcconfig */;
|
||||
buildSettings = {
|
||||
APPLICATION_EXTENSION_API_ONLY = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
CLANG_ENABLE_OBJC_WEAK = NO;
|
||||
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
||||
GCC_PREFIX_HEADER = "Target Support Files/RNDateTimePicker/RNDateTimePicker-prefix.pch";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
||||
OTHER_LDFLAGS = "";
|
||||
OTHER_LIBTOOLFLAGS = "";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = "";
|
||||
PRODUCT_MODULE_NAME = RNDateTimePicker;
|
||||
PRODUCT_NAME = RNDateTimePicker;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
D31CCB2EB065D24914BA60C38116363E /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 1A7A7DAB415332DBDEF7E49B399BCE09 /* FlipperKit.release.xcconfig */;
|
||||
|
@ -39207,15 +39209,6 @@
|
|||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
659278F08AB49B07E42964916F164472 /* Build configuration list for PBXNativeTarget "RNBootSplash" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
ABB987467F88AE59FC6D78C72E5D66BE /* Debug */,
|
||||
1C70EC6599A9AF12D63D91390E4EBF8A /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
6FE4921F633EB4F018695166655816D3 /* Build configuration list for PBXNativeTarget "RNFBApp" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
|
@ -39522,6 +39515,15 @@
|
|||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
A2C43825E2188DA7921550E300BE749F /* Build configuration list for PBXNativeTarget "RNBootSplash" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2496DFBAA294BB49D90637669DD67732 /* Debug */,
|
||||
4B80C0B6B88DC847BD605C9572BAB5DE /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
A2E7DB041B08F8CB8AD9DADF55C43B10 /* Build configuration list for PBXNativeTarget "TOCropViewController" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
|
@ -39720,6 +39722,15 @@
|
|||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
C840844FBC13DD35AE08F6C446033DB1 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
856F5D1DE9373D7F014D1325CDB5986A /* Debug */,
|
||||
D124A7732EA3602924AFD9A7E066FF3C /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
CABA24EF9555C645B52D5BD7DBCB6880 /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
|
@ -39819,15 +39830,6 @@
|
|||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
DA2CAE114A571A2644458B63C8F865A1 /* Build configuration list for PBXNativeTarget "RNDateTimePicker" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
63F5C2461435F9705EA517F7388A9AAF /* Debug */,
|
||||
200EF926DE5D3B8EF4A28816DFA5B409 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
DC11108592B67639966BA9283FC69DD8 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
|
|
|
@ -3344,7 +3344,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Mathieu Acthernoene
|
||||
Copyright (c) 2020 Mathieu Acthernoene
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -3517,7 +3517,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
<key>FooterText</key>
|
||||
<string>MIT License
|
||||
|
||||
Copyright (c) 2019 Mathieu Acthernoene
|
||||
Copyright (c) 2020 Mathieu Acthernoene
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -3344,7 +3344,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Mathieu Acthernoene
|
||||
Copyright (c) 2020 Mathieu Acthernoene
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -3517,7 +3517,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
<key>FooterText</key>
|
||||
<string>MIT License
|
||||
|
||||
Copyright (c) 2019 Mathieu Acthernoene
|
||||
Copyright (c) 2020 Mathieu Acthernoene
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -3344,7 +3344,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Mathieu Acthernoene
|
||||
Copyright (c) 2020 Mathieu Acthernoene
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -3517,7 +3517,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
<key>FooterText</key>
|
||||
<string>MIT License
|
||||
|
||||
Copyright (c) 2019 Mathieu Acthernoene
|
||||
Copyright (c) 2020 Mathieu Acthernoene
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
|
|||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
|
||||
OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap"
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
|
|
|
@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
|
|||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
|
||||
OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap"
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
|
|
|
@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
|
|||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
|
||||
OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap"
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
|
|
|
@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
|
|||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog"
|
||||
OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap"
|
||||
PODS_BUILD_DIR = ${BUILD_DIR}
|
||||
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
||||
|
|
|
@ -60,7 +60,6 @@ static void InitializeFlipper(UIApplication *application) {
|
|||
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
|
||||
UIViewController *rootViewController = [UIViewController new];
|
||||
rootViewController.view = rootView;
|
||||
[RNBootSplash initWithStoryboard:@"LaunchScreen" rootView:rootView];
|
||||
self.window.rootViewController = rootViewController;
|
||||
[self.window makeKeyAndVisible];
|
||||
[RNNotifications startMonitorNotifications];
|
||||
|
@ -69,6 +68,8 @@ static void InitializeFlipper(UIApplication *application) {
|
|||
// AppGroup MMKV
|
||||
NSString *groupDir = [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:[[NSBundle mainBundle] objectForInfoDictionaryKey:@"AppGroup"]].path;
|
||||
[MMKV initializeMMKV:nil groupDir:groupDir logLevel:MMKVLogNone];
|
||||
|
||||
[RNBootSplash initWithStoryboard:@"LaunchScreen" rootView:rootView];
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
"@react-native-community/async-storage": "1.12.1",
|
||||
"@react-native-community/blur": "^3.6.0",
|
||||
"@react-native-community/cameraroll": "4.0.4",
|
||||
"@react-native-community/datetimepicker": "2.6.0",
|
||||
"@react-native-community/datetimepicker": "3.5.2",
|
||||
"@react-native-community/hooks": "2.6.0",
|
||||
"@react-native-community/masked-view": "0.1.11",
|
||||
"@react-native-community/netinfo": "^5.9.9",
|
||||
"@react-native-community/netinfo": "6.0.0",
|
||||
"@react-native-community/picker": "^1.8.1",
|
||||
"@react-native-community/slider": "3.0.3",
|
||||
"@react-native-cookies/cookies": "^6.0.7",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"expo-web-browser": "8.3.1",
|
||||
"hoist-non-react-statics": "3.3.2",
|
||||
"i18n-js": "3.8.0",
|
||||
"js-base64": "2.5.2",
|
||||
"js-base64": "3.6.1",
|
||||
"js-sha256": "^0.9.0",
|
||||
"lodash": "4.17.21",
|
||||
"mocha": "7.1.2",
|
||||
|
@ -76,7 +76,7 @@
|
|||
"react-native-animatable": "^1.3.3",
|
||||
"react-native-appearance": "0.3.4",
|
||||
"react-native-background-timer": "2.4.1",
|
||||
"react-native-bootsplash": "2.2.5",
|
||||
"react-native-bootsplash": "3.2.3",
|
||||
"react-native-config-reader": "^4.1.1",
|
||||
"react-native-console-time-polyfill": "1.2.3",
|
||||
"react-native-device-info": "5.6.2",
|
||||
|
|
533
yarn.lock
533
yarn.lock
|
@ -1855,22 +1855,22 @@
|
|||
"@types/yargs" "^15.0.0"
|
||||
chalk "^3.0.0"
|
||||
|
||||
"@jimp/bmp@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.14.0.tgz#6df246026554f276f7b354047c6fff9f5b2b5182"
|
||||
integrity sha512-5RkX6tSS7K3K3xNEb2ygPuvyL9whjanhoaB/WmmXlJS6ub4DjTqrapu8j4qnIWmO4YYtFeTbDTXV6v9P1yMA5A==
|
||||
"@jimp/bmp@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.16.1.tgz#6e2da655b2ba22e721df0795423f34e92ef13768"
|
||||
integrity sha512-iwyNYQeBawrdg/f24x3pQ5rEx+/GwjZcCXd3Kgc+ZUd+Ivia7sIqBsOnDaMZdKCBPlfW364ekexnlOqyVa0NWg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
bmp-js "^0.1.0"
|
||||
|
||||
"@jimp/core@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.14.0.tgz#870c9ca25b40be353ebda1d2abb48723d9010055"
|
||||
integrity sha512-S62FcKdtLtj3yWsGfJRdFXSutjvHg7aQNiFogMbwq19RP4XJWqS2nOphu7ScB8KrSlyy5nPF2hkWNhLRLyD82w==
|
||||
"@jimp/core@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.16.1.tgz#68c4288f6ef7f31a0f6b859ba3fb28dae930d39d"
|
||||
integrity sha512-la7kQia31V6kQ4q1kI/uLimu8FXx7imWVajDGtwUG8fzePLWDFJyZl0fdIXVCL1JW2nBcRHidUot6jvlRDi2+g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
any-base "^1.1.0"
|
||||
buffer "^5.2.0"
|
||||
exif-parser "^0.1.12"
|
||||
|
@ -1881,266 +1881,266 @@
|
|||
pixelmatch "^4.0.2"
|
||||
tinycolor2 "^1.4.1"
|
||||
|
||||
"@jimp/custom@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.14.0.tgz#1dbbf0094df7403f4e03bc984ed92e7458842f74"
|
||||
integrity sha512-kQJMeH87+kWJdVw8F9GQhtsageqqxrvzg7yyOw3Tx/s7v5RToe8RnKyMM+kVtBJtNAG+Xyv/z01uYQ2jiZ3GwA==
|
||||
"@jimp/custom@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.16.1.tgz#28b659c59e20a1d75a0c46067bd3f4bd302cf9c5"
|
||||
integrity sha512-DNUAHNSiUI/j9hmbatD6WN/EBIyeq4AO0frl5ETtt51VN1SvE4t4v83ZA/V6ikxEf3hxLju4tQ5Pc3zmZkN/3A==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/core" "^0.14.0"
|
||||
"@jimp/core" "^0.16.1"
|
||||
|
||||
"@jimp/gif@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.14.0.tgz#db159f57c3cfd1566bbe8b124958791998614960"
|
||||
integrity sha512-DHjoOSfCaCz72+oGGEh8qH0zE6pUBaBxPxxmpYJjkNyDZP7RkbBkZJScIYeQ7BmJxmGN4/dZn+MxamoQlr+UYg==
|
||||
"@jimp/gif@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.16.1.tgz#d1f7c3a58f4666482750933af8b8f4666414f3ca"
|
||||
integrity sha512-r/1+GzIW1D5zrP4tNrfW+3y4vqD935WBXSc8X/wm23QTY9aJO9Lw6PEdzpYCEY+SOklIFKaJYUAq/Nvgm/9ryw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
gifwrap "^0.9.2"
|
||||
omggif "^1.0.9"
|
||||
|
||||
"@jimp/jpeg@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.14.0.tgz#8a687a6a653bbbae38c522edef8f84bb418d9461"
|
||||
integrity sha512-561neGbr+87S/YVQYnZSTyjWTHBm9F6F1obYHiyU3wVmF+1CLbxY3FQzt4YolwyQHIBv36Bo0PY2KkkU8BEeeQ==
|
||||
"@jimp/jpeg@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.16.1.tgz#3b7bb08a4173f2f6d81f3049b251df3ee2ac8175"
|
||||
integrity sha512-8352zrdlCCLFdZ/J+JjBslDvml+fS3Z8gttdml0We759PnnZGqrnPRhkOEOJbNUlE+dD4ckLeIe6NPxlS/7U+w==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
jpeg-js "^0.4.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
jpeg-js "0.4.2"
|
||||
|
||||
"@jimp/plugin-blit@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.14.0.tgz#5eb374be1201313b2113899fb842232d8fcfd345"
|
||||
integrity sha512-YoYOrnVHeX3InfgbJawAU601iTZMwEBZkyqcP1V/S33Qnz9uzH1Uj1NtC6fNgWzvX6I4XbCWwtr4RrGFb5CFrw==
|
||||
"@jimp/plugin-blit@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.16.1.tgz#09ea919f9d326de3b9c2826fe4155da37dde8edb"
|
||||
integrity sha512-fKFNARm32RoLSokJ8WZXHHH2CGzz6ire2n1Jh6u+XQLhk9TweT1DcLHIXwQMh8oR12KgjbgsMGvrMVlVknmOAg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-blur@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.14.0.tgz#fe07e4932d5a2f5d8c9831e245561553224bfc60"
|
||||
integrity sha512-9WhZcofLrT0hgI7t0chf7iBQZib//0gJh9WcQMUt5+Q1Bk04dWs8vTgLNj61GBqZXgHSPzE4OpCrrLDBG8zlhQ==
|
||||
"@jimp/plugin-blur@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.16.1.tgz#e614fa002797dcd662e705d4cea376e7db968bf5"
|
||||
integrity sha512-1WhuLGGj9MypFKRcPvmW45ht7nXkOKu+lg3n2VBzIB7r4kKNVchuI59bXaCYQumOLEqVK7JdB4glaDAbCQCLyw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-circle@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.14.0.tgz#82c0e904a34e90fa672fb9c286bc892e92088ddf"
|
||||
integrity sha512-o5L+wf6QA44tvTum5HeLyLSc5eVfIUd5ZDVi5iRfO4o6GT/zux9AxuTSkKwnjhsG8bn1dDmywAOQGAx7BjrQVA==
|
||||
"@jimp/plugin-circle@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-circle/-/plugin-circle-0.16.1.tgz#20e3194a67ca29740aba2630fd4d0a89afa27491"
|
||||
integrity sha512-JK7yi1CIU7/XL8hdahjcbGA3V7c+F+Iw+mhMQhLEi7Q0tCnZ69YJBTamMiNg3fWPVfMuvWJJKOBRVpwNTuaZRg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-color@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.14.0.tgz#772bd2d80a88bc66ea1331d010207870f169a74b"
|
||||
integrity sha512-JJz512SAILYV0M5LzBb9sbOm/XEj2fGElMiHAxb7aLI6jx+n0agxtHpfpV/AePTLm1vzzDxx6AJxXbKv355hBQ==
|
||||
"@jimp/plugin-color@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.16.1.tgz#0f298ba74dee818b663834cd80d53e56f3755233"
|
||||
integrity sha512-9yQttBAO5SEFj7S6nJK54f+1BnuBG4c28q+iyzm1JjtnehjqMg6Ljw4gCSDCvoCQ3jBSYHN66pmwTV74SU1B7A==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
tinycolor2 "^1.4.1"
|
||||
|
||||
"@jimp/plugin-contain@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.14.0.tgz#c68115420d182e696f81bbe76fb5e704909b2b6a"
|
||||
integrity sha512-RX2q233lGyaxiMY6kAgnm9ScmEkNSof0hdlaJAVDS1OgXphGAYAeSIAwzESZN4x3ORaWvkFefeVH9O9/698Evg==
|
||||
"@jimp/plugin-contain@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.16.1.tgz#3c5f5c495fd9bb08a970739d83694934f58123f2"
|
||||
integrity sha512-44F3dUIjBDHN+Ym/vEfg+jtjMjAqd2uw9nssN67/n4FdpuZUVs7E7wadKY1RRNuJO+WgcD5aDQcsvurXMETQTg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-cover@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.14.0.tgz#4755322589c5885e44e14e31b86b542e907297ce"
|
||||
integrity sha512-0P/5XhzWES4uMdvbi3beUgfvhn4YuQ/ny8ijs5kkYIw6K8mHcl820HahuGpwWMx56DJLHRl1hFhJwo9CeTRJtQ==
|
||||
"@jimp/plugin-cover@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.16.1.tgz#0e8caec16a40abe15b1b32e5383a603a3306dc41"
|
||||
integrity sha512-YztWCIldBAVo0zxcQXR+a/uk3/TtYnpKU2CanOPJ7baIuDlWPsG+YE4xTsswZZc12H9Kl7CiziEbDtvF9kwA/Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-crop@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.14.0.tgz#4cbd856ca84ffc37230fad2534906f2f75aa3057"
|
||||
integrity sha512-Ojtih+XIe6/XSGtpWtbAXBozhCdsDMmy+THUJAGu2x7ZgKrMS0JotN+vN2YC3nwDpYkM+yOJImQeptSfZb2Sug==
|
||||
"@jimp/plugin-crop@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.16.1.tgz#b362497c873043fe47ba881ab08604bf7226f50f"
|
||||
integrity sha512-UQdva9oQzCVadkyo3T5Tv2CUZbf0klm2cD4cWMlASuTOYgaGaFHhT9st+kmfvXjKL8q3STkBu/zUPV6PbuV3ew==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-displace@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.14.0.tgz#b0e6a57d00cb1f893f541413fe9d737d23c3b70c"
|
||||
integrity sha512-c75uQUzMgrHa8vegkgUvgRL/PRvD7paFbFJvzW0Ugs8Wl+CDMGIPYQ3j7IVaQkIS+cAxv+NJ3TIRBQyBrfVEOg==
|
||||
"@jimp/plugin-displace@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.16.1.tgz#4dd9db518c3e78de9d723f86a234bf98922afe8d"
|
||||
integrity sha512-iVAWuz2+G6Heu8gVZksUz+4hQYpR4R0R/RtBzpWEl8ItBe7O6QjORAkhxzg+WdYLL2A/Yd4ekTpvK0/qW8hTVw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-dither@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.14.0.tgz#9185ec4c38e02edc9e5831f5d709f6ba891e1b93"
|
||||
integrity sha512-g8SJqFLyYexXQQsoh4dc1VP87TwyOgeTElBcxSXX2LaaMZezypmxQfLTzOFzZoK8m39NuaoH21Ou1Ftsq7LzVQ==
|
||||
"@jimp/plugin-dither@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.16.1.tgz#b47de2c0bb09608bed228b41c3cd01a85ec2d45b"
|
||||
integrity sha512-tADKVd+HDC9EhJRUDwMvzBXPz4GLoU6s5P7xkVq46tskExYSptgj5713J5Thj3NMgH9Rsqu22jNg1H/7tr3V9Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-fisheye@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.14.0.tgz#9f26346cf2fbc660cc2008cd7fd30a83b5029e78"
|
||||
integrity sha512-BFfUZ64EikCaABhCA6mR3bsltWhPpS321jpeIQfJyrILdpFsZ/OccNwCgpW1XlbldDHIoNtXTDGn3E+vCE7vDg==
|
||||
"@jimp/plugin-fisheye@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.16.1.tgz#f625047b6cdbe1b83b89e9030fd025ab19cdb1a4"
|
||||
integrity sha512-BWHnc5hVobviTyIRHhIy9VxI1ACf4CeSuCfURB6JZm87YuyvgQh5aX5UDKtOz/3haMHXBLP61ZBxlNpMD8CG4A==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-flip@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.14.0.tgz#7966d6aa3b5fe1aa4d2d561ff12b8ef5ccb9b071"
|
||||
integrity sha512-WtL1hj6ryqHhApih+9qZQYA6Ye8a4HAmdTzLbYdTMrrrSUgIzFdiZsD0WeDHpgS/+QMsWwF+NFmTZmxNWqKfXw==
|
||||
"@jimp/plugin-flip@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.16.1.tgz#7a99ea22bde802641017ed0f2615870c144329bb"
|
||||
integrity sha512-KdxTf0zErfZ8DyHkImDTnQBuHby+a5YFdoKI/G3GpBl3qxLBvC+PWkS2F/iN3H7wszP7/TKxTEvWL927pypT0w==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-gaussian@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.14.0.tgz#452bc1971a4467ad9b984aa67f4c200bf941bb65"
|
||||
integrity sha512-uaLwQ0XAQoydDlF9tlfc7iD9drYPriFe+jgYnWm8fbw5cN+eOIcnneEX9XCOOzwgLPkNCxGox6Kxjn8zY6GxtQ==
|
||||
"@jimp/plugin-gaussian@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.16.1.tgz#0845e314085ccd52e34fad9a83949bc0d81a68e8"
|
||||
integrity sha512-u9n4wjskh3N1mSqketbL6tVcLU2S5TEaFPR40K6TDv4phPLZALi1Of7reUmYpVm8mBDHt1I6kGhuCJiWvzfGyg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-invert@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.14.0.tgz#cd31a555860e9f821394936d15af161c09c42921"
|
||||
integrity sha512-UaQW9X9vx8orQXYSjT5VcITkJPwDaHwrBbxxPoDG+F/Zgv4oV9fP+udDD6qmkgI9taU+44Fy+zm/J/gGcMWrdg==
|
||||
"@jimp/plugin-invert@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.16.1.tgz#7e6f5a15707256f3778d06921675bbcf18545c97"
|
||||
integrity sha512-2DKuyVXANH8WDpW9NG+PYFbehzJfweZszFYyxcaewaPLN0GxvxVLOGOPP1NuUTcHkOdMFbE0nHDuB7f+sYF/2w==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-mask@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.14.0.tgz#52619643ac6222f85e6b27dee33c771ca3a6a4c9"
|
||||
integrity sha512-tdiGM69OBaKtSPfYSQeflzFhEpoRZ+BvKfDEoivyTjauynbjpRiwB1CaiS8En1INTDwzLXTT0Be9SpI3LkJoEA==
|
||||
"@jimp/plugin-mask@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.16.1.tgz#e7f2460e05c3cda7af5e76f33ccb0579f66f90df"
|
||||
integrity sha512-snfiqHlVuj4bSFS0v96vo2PpqCDMe4JB+O++sMo5jF5mvGcGL6AIeLo8cYqPNpdO6BZpBJ8MY5El0Veckhr39Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-normalize@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.14.0.tgz#bf39e356b6d473f582ce95633ad49c9cdb82492b"
|
||||
integrity sha512-AfY8sqlsbbdVwFGcyIPy5JH/7fnBzlmuweb+Qtx2vn29okq6+HelLjw2b+VT2btgGUmWWHGEHd86oRGSoWGyEQ==
|
||||
"@jimp/plugin-normalize@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.16.1.tgz#032dfd88eefbc4dedc8b1b2d243832e4f3af30c8"
|
||||
integrity sha512-dOQfIOvGLKDKXPU8xXWzaUeB0nvkosHw6Xg1WhS1Z5Q0PazByhaxOQkSKgUryNN/H+X7UdbDvlyh/yHf3ITRaw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-print@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.14.0.tgz#1c43c2a92a7adc05b464863882cb89ce486d63e6"
|
||||
integrity sha512-MwP3sH+VS5AhhSTXk7pui+tEJFsxnTKFY3TraFJb8WFbA2Vo2qsRCZseEGwpTLhENB7p/JSsLvWoSSbpmxhFAQ==
|
||||
"@jimp/plugin-print@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.16.1.tgz#66b803563f9d109825970714466e6ab9ae639ff6"
|
||||
integrity sha512-ceWgYN40jbN4cWRxixym+csyVymvrryuKBQ+zoIvN5iE6OyS+2d7Mn4zlNgumSczb9GGyZZESIgVcBDA1ezq0Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
load-bmfont "^1.4.0"
|
||||
|
||||
"@jimp/plugin-resize@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.14.0.tgz#ef7fc6c2e45f8bcab62456baf8fd3bc415b02b64"
|
||||
integrity sha512-qFeMOyXE/Bk6QXN0GQo89+CB2dQcXqoxUcDb2Ah8wdYlKqpi53skABkgVy5pW3EpiprDnzNDboMltdvDslNgLQ==
|
||||
"@jimp/plugin-resize@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.16.1.tgz#65e39d848ed13ba2d6c6faf81d5d590396571d10"
|
||||
integrity sha512-u4JBLdRI7dargC04p2Ha24kofQBk3vhaf0q8FwSYgnCRwxfvh2RxvhJZk9H7Q91JZp6wgjz/SjvEAYjGCEgAwQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-rotate@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.14.0.tgz#3632bc159bf1c3b9ec9f459d9c05d02a11781ee7"
|
||||
integrity sha512-aGaicts44bvpTcq5Dtf93/8TZFu5pMo/61lWWnYmwJJU1RqtQlxbCLEQpMyRhKDNSfPbuP8nyGmaqXlM/82J0Q==
|
||||
"@jimp/plugin-rotate@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.16.1.tgz#53fb5d51a4b3d05af9c91c2a8fffe5d7a1a47c8c"
|
||||
integrity sha512-ZUU415gDQ0VjYutmVgAYYxC9Og9ixu2jAGMCU54mSMfuIlmohYfwARQmI7h4QB84M76c9hVLdONWjuo+rip/zg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-scale@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.14.0.tgz#d30f0cd1365b8e68f43fa423300ae7f124e9bf10"
|
||||
integrity sha512-ZcJk0hxY5ZKZDDwflqQNHEGRblgaR+piePZm7dPwPUOSeYEH31P0AwZ1ziceR74zd8N80M0TMft+e3Td6KGBHw==
|
||||
"@jimp/plugin-scale@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.16.1.tgz#89f6ba59feed3429847ed226aebda33a240cc647"
|
||||
integrity sha512-jM2QlgThIDIc4rcyughD5O7sOYezxdafg/2Xtd1csfK3z6fba3asxDwthqPZAgitrLgiKBDp6XfzC07Y/CefUw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-shadow@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.14.0.tgz#471fdb9f109ff2d9e20d533d45e1e18e0b48c749"
|
||||
integrity sha512-p2igcEr/iGrLiTu0YePNHyby0WYAXM14c5cECZIVnq/UTOOIQ7xIcWZJ1lRbAEPxVVXPN1UibhZAbr3HAb5BjQ==
|
||||
"@jimp/plugin-shadow@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-shadow/-/plugin-shadow-0.16.1.tgz#a7af892a740febf41211e10a5467c3c5c521a04c"
|
||||
integrity sha512-MeD2Is17oKzXLnsphAa1sDstTu6nxscugxAEk3ji0GV1FohCvpHBcec0nAq6/czg4WzqfDts+fcPfC79qWmqrA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugin-threshold@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.14.0.tgz#ebd72721c7d1d518c5bb6e494e55d97ac3351d3b"
|
||||
integrity sha512-N4BlDgm/FoOMV/DQM2rSpzsgqAzkP0DXkWZoqaQrlRxQBo4zizQLzhEL00T/YCCMKnddzgEhnByaocgaaa0fKw==
|
||||
"@jimp/plugin-threshold@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-threshold/-/plugin-threshold-0.16.1.tgz#34f3078f9965145b7ae26c53a32ad74b1195bbf5"
|
||||
integrity sha512-iGW8U/wiCSR0+6syrPioVGoSzQFt4Z91SsCRbgNKTAk7D+XQv6OI78jvvYg4o0c2FOlwGhqz147HZV5utoSLxA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
|
||||
"@jimp/plugins@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.14.0.tgz#41dba85f15ab8dadb4162100eb54e5f27b93ee2c"
|
||||
integrity sha512-vDO3XT/YQlFlFLq5TqNjQkISqjBHT8VMhpWhAfJVwuXIpilxz5Glu4IDLK6jp4IjPR6Yg2WO8TmRY/HI8vLrOw==
|
||||
"@jimp/plugins@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.16.1.tgz#9f08544c97226d6460a16ced79f57e85bec3257b"
|
||||
integrity sha512-c+lCqa25b+4q6mJZSetlxhMoYuiltyS+ValLzdwK/47+aYsq+kcJNl+TuxIEKf59yr9+5rkbpsPkZHLF/V7FFA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/plugin-blit" "^0.14.0"
|
||||
"@jimp/plugin-blur" "^0.14.0"
|
||||
"@jimp/plugin-circle" "^0.14.0"
|
||||
"@jimp/plugin-color" "^0.14.0"
|
||||
"@jimp/plugin-contain" "^0.14.0"
|
||||
"@jimp/plugin-cover" "^0.14.0"
|
||||
"@jimp/plugin-crop" "^0.14.0"
|
||||
"@jimp/plugin-displace" "^0.14.0"
|
||||
"@jimp/plugin-dither" "^0.14.0"
|
||||
"@jimp/plugin-fisheye" "^0.14.0"
|
||||
"@jimp/plugin-flip" "^0.14.0"
|
||||
"@jimp/plugin-gaussian" "^0.14.0"
|
||||
"@jimp/plugin-invert" "^0.14.0"
|
||||
"@jimp/plugin-mask" "^0.14.0"
|
||||
"@jimp/plugin-normalize" "^0.14.0"
|
||||
"@jimp/plugin-print" "^0.14.0"
|
||||
"@jimp/plugin-resize" "^0.14.0"
|
||||
"@jimp/plugin-rotate" "^0.14.0"
|
||||
"@jimp/plugin-scale" "^0.14.0"
|
||||
"@jimp/plugin-shadow" "^0.14.0"
|
||||
"@jimp/plugin-threshold" "^0.14.0"
|
||||
"@jimp/plugin-blit" "^0.16.1"
|
||||
"@jimp/plugin-blur" "^0.16.1"
|
||||
"@jimp/plugin-circle" "^0.16.1"
|
||||
"@jimp/plugin-color" "^0.16.1"
|
||||
"@jimp/plugin-contain" "^0.16.1"
|
||||
"@jimp/plugin-cover" "^0.16.1"
|
||||
"@jimp/plugin-crop" "^0.16.1"
|
||||
"@jimp/plugin-displace" "^0.16.1"
|
||||
"@jimp/plugin-dither" "^0.16.1"
|
||||
"@jimp/plugin-fisheye" "^0.16.1"
|
||||
"@jimp/plugin-flip" "^0.16.1"
|
||||
"@jimp/plugin-gaussian" "^0.16.1"
|
||||
"@jimp/plugin-invert" "^0.16.1"
|
||||
"@jimp/plugin-mask" "^0.16.1"
|
||||
"@jimp/plugin-normalize" "^0.16.1"
|
||||
"@jimp/plugin-print" "^0.16.1"
|
||||
"@jimp/plugin-resize" "^0.16.1"
|
||||
"@jimp/plugin-rotate" "^0.16.1"
|
||||
"@jimp/plugin-scale" "^0.16.1"
|
||||
"@jimp/plugin-shadow" "^0.16.1"
|
||||
"@jimp/plugin-threshold" "^0.16.1"
|
||||
timm "^1.6.1"
|
||||
|
||||
"@jimp/png@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.14.0.tgz#0f2dddb5125c0795ca7e67c771204c5437fcda4b"
|
||||
integrity sha512-0RV/mEIDOrPCcNfXSPmPBqqSZYwGADNRVUTyMt47RuZh7sugbYdv/uvKmQSiqRdR0L1sfbCBMWUEa5G/8MSbdA==
|
||||
"@jimp/png@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.16.1.tgz#f24cfc31529900b13a2dd9d4fdb4460c1e4d814e"
|
||||
integrity sha512-iyWoCxEBTW0OUWWn6SveD4LePW89kO7ZOy5sCfYeDM/oTPLpR8iMIGvZpZUz1b8kvzFr27vPst4E5rJhGjwsdw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.14.0"
|
||||
"@jimp/utils" "^0.16.1"
|
||||
pngjs "^3.3.3"
|
||||
|
||||
"@jimp/tiff@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.14.0.tgz#a5b25bbe7c43fc3b07bad4e2ab90e0e164c1967f"
|
||||
integrity sha512-zBYDTlutc7j88G/7FBCn3kmQwWr0rmm1e0FKB4C3uJ5oYfT8645lftUsvosKVUEfkdmOaMAnhrf4ekaHcb5gQw==
|
||||
"@jimp/tiff@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.16.1.tgz#0e8756695687d7574b6bc73efab0acd4260b7a12"
|
||||
integrity sha512-3K3+xpJS79RmSkAvFMgqY5dhSB+/sxhwTFA9f4AVHUK0oKW+u6r52Z1L0tMXHnpbAdR9EJ+xaAl2D4x19XShkQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
utif "^2.0.1"
|
||||
|
||||
"@jimp/types@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.14.0.tgz#ef681ff702883c5f105b5e4e30d49abf39ee9e34"
|
||||
integrity sha512-hx3cXAW1KZm+b+XCrY3LXtdWy2U+hNtq0rPyJ7NuXCjU7lZR3vIkpz1DLJ3yDdS70hTi5QDXY3Cd9kd6DtloHQ==
|
||||
"@jimp/types@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.16.1.tgz#0dbab37b3202315c91010f16c31766d35a2322cc"
|
||||
integrity sha512-g1w/+NfWqiVW4CaXSJyD28JQqZtm2eyKMWPhBBDCJN9nLCN12/Az0WFF3JUAktzdsEC2KRN2AqB1a2oMZBNgSQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/bmp" "^0.14.0"
|
||||
"@jimp/gif" "^0.14.0"
|
||||
"@jimp/jpeg" "^0.14.0"
|
||||
"@jimp/png" "^0.14.0"
|
||||
"@jimp/tiff" "^0.14.0"
|
||||
"@jimp/bmp" "^0.16.1"
|
||||
"@jimp/gif" "^0.16.1"
|
||||
"@jimp/jpeg" "^0.16.1"
|
||||
"@jimp/png" "^0.16.1"
|
||||
"@jimp/tiff" "^0.16.1"
|
||||
timm "^1.6.1"
|
||||
|
||||
"@jimp/utils@^0.14.0":
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.14.0.tgz#296254e63118554c62c31c19ac6b8c4bfe6490e5"
|
||||
integrity sha512-MY5KFYUru0y74IsgM/9asDwb3ERxWxXEu3CRCZEvE7DtT86y1bR1XgtlSliMrptjz4qbivNGMQSvUBpEFJDp1A==
|
||||
"@jimp/utils@^0.16.1":
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.16.1.tgz#2f51e6f14ff8307c4aa83d5e1a277da14a9fe3f7"
|
||||
integrity sha512-8fULQjB0x4LzUSiSYG6ZtQl355sZjxbv8r9PPAuYHzS9sGiSHJQavNqK/nKnpDsVkU88/vRGcE7t3nMU0dEnVw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
regenerator-runtime "^0.13.3"
|
||||
|
@ -2333,14 +2333,12 @@
|
|||
sudo-prompt "^9.0.0"
|
||||
wcwidth "^1.0.1"
|
||||
|
||||
"@react-native-community/datetimepicker@2.6.0":
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/datetimepicker/-/datetimepicker-2.6.0.tgz#260715abc88dac2485f525f046bd33ac0e62a281"
|
||||
integrity sha512-9fdMV4j5LK1iyYwIlvimIe0kSdSEMaDk93bqbQrJg6IrT0cKG1ColFbxXxmW1eBwxkROaDwtzF0HzLnrYJb0Iw==
|
||||
"@react-native-community/datetimepicker@3.5.2":
|
||||
version "3.5.2"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/datetimepicker/-/datetimepicker-3.5.2.tgz#8e6feb30f2620e5abdf565d5fe74c0c04edcf6ae"
|
||||
integrity sha512-TWRuAtr/DnrEcRewqvXMLea2oB+YF+SbtuYLHguALLxNJQLl/RFB7aTNZeF+OoH75zKFqtXECXV1/uxQUpA+sg==
|
||||
dependencies:
|
||||
invariant "^2.2.4"
|
||||
optionalDependencies:
|
||||
react-native-windows "^0.62.0-0"
|
||||
|
||||
"@react-native-community/hooks@2.6.0":
|
||||
version "2.6.0"
|
||||
|
@ -2352,10 +2350,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@react-native-community/masked-view/-/masked-view-0.1.11.tgz#2f4c6e10bee0786abff4604e39a37ded6f3980ce"
|
||||
integrity sha512-rQfMIGSR/1r/SyN87+VD8xHHzDYeHaJq6elOSCAD+0iLagXkSI2pfA0LmSXP21uw5i3em7GkkRjfJ8wpqWXZNw==
|
||||
|
||||
"@react-native-community/netinfo@^5.9.9":
|
||||
version "5.9.9"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-5.9.9.tgz#5e022637f5e08bd74bf94a0c3315748acd4589f9"
|
||||
integrity sha512-Gp0XV4BgabvzkL4Dp6JAsA2l9LcmgBAq3erCLdvRZmEFz7guCWTogQWVfFtl+IbU0uqfwfo9fm2+mQiwdudLCw==
|
||||
"@react-native-community/netinfo@6.0.0":
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-6.0.0.tgz#2a4d7190b508dd0c2293656c9c1aa068f6f60a71"
|
||||
integrity sha512-Z9M8VGcF2IZVOo2x+oUStvpCW/8HjIRi4+iQCu5n+PhC7OqCQX58KYAzdBr///alIfRXiu6oMb+lK+rXQH1FvQ==
|
||||
|
||||
"@react-native-community/picker@^1.8.1":
|
||||
version "1.8.1"
|
||||
|
@ -4044,6 +4042,11 @@ asynckit@^0.4.0:
|
|||
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
|
||||
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
||||
|
||||
at-least-node@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
|
||||
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
|
||||
|
||||
atob@^2.1.2:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
||||
|
@ -5235,14 +5238,6 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.
|
|||
escape-string-regexp "^1.0.5"
|
||||
supports-color "^5.3.0"
|
||||
|
||||
chalk@4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
|
||||
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
|
||||
dependencies:
|
||||
ansi-styles "^4.1.0"
|
||||
supports-color "^7.1.0"
|
||||
|
||||
chalk@^1.1.3:
|
||||
version "1.1.3"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
|
||||
|
@ -5262,6 +5257,14 @@ chalk@^3.0.0:
|
|||
ansi-styles "^4.1.0"
|
||||
supports-color "^7.1.0"
|
||||
|
||||
chalk@^4.1.0:
|
||||
version "4.1.1"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
|
||||
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
|
||||
dependencies:
|
||||
ansi-styles "^4.1.0"
|
||||
supports-color "^7.1.0"
|
||||
|
||||
character-entities-legacy@^1.0.0:
|
||||
version "1.1.4"
|
||||
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"
|
||||
|
@ -5421,7 +5424,7 @@ cli-cursor@^3.1.0:
|
|||
dependencies:
|
||||
restore-cursor "^3.1.0"
|
||||
|
||||
cli-spinners@^2.0.0, cli-spinners@^2.2.0:
|
||||
cli-spinners@^2.0.0:
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.3.0.tgz#0632239a4b5aa4c958610142c34bb7a651fc8df5"
|
||||
integrity sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w==
|
||||
|
@ -5935,7 +5938,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
|
|||
safe-buffer "^5.0.1"
|
||||
sha.js "^2.4.8"
|
||||
|
||||
create-react-class@^15.6.2, create-react-class@^15.6.3:
|
||||
create-react-class@^15.6.2:
|
||||
version "15.6.3"
|
||||
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
|
||||
integrity sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==
|
||||
|
@ -6682,11 +6685,6 @@ entities@^2.0.0:
|
|||
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.2.tgz#ac74db0bba8d33808bbf36809c3a5c3683531436"
|
||||
integrity sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==
|
||||
|
||||
envinfo@^7.5.0:
|
||||
version "7.7.0"
|
||||
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.0.tgz#fbfa46d739dec0554ef40220cd91fb20f64c9698"
|
||||
integrity sha512-XX0+kACx7HcIFhar/JjsDtDIVcC8hnzQO1Asehq+abs+v9MtzpUuujFb6eBTT4lF9j2Bh6d2XFngbFRryjUAeQ==
|
||||
|
||||
envinfo@^7.7.2:
|
||||
version "7.7.3"
|
||||
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc"
|
||||
|
@ -7949,6 +7947,16 @@ fs-extra@^8.0.1, fs-extra@^8.1.0:
|
|||
jsonfile "^4.0.0"
|
||||
universalify "^0.1.0"
|
||||
|
||||
fs-extra@^9.1.0:
|
||||
version "9.1.0"
|
||||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
|
||||
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
|
||||
dependencies:
|
||||
at-least-node "^1.0.0"
|
||||
graceful-fs "^4.2.0"
|
||||
jsonfile "^6.0.1"
|
||||
universalify "^2.0.0"
|
||||
|
||||
fs-minipass@^2.0.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
|
||||
|
@ -10380,15 +10388,15 @@ jetifier@^1.6.2:
|
|||
resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.5.tgz#ea87324a4230bef20a9651178ecab978ee54a8cb"
|
||||
integrity sha512-T7yzBSu9PR+DqjYt+I0KVO1XTb1QhAfHnXV5Nd3xpbXM6Xg4e3vP60Q4qkNU8Fh6PHC2PivPUNN3rY7G2MxcDQ==
|
||||
|
||||
jimp@0.14.0:
|
||||
version "0.14.0"
|
||||
resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.14.0.tgz#fde55f69bdb918c1b01ac633d89a25853af85625"
|
||||
integrity sha512-8BXU+J8+SPmwwyq9ELihpSV4dWPTiOKBWCEgtkbnxxAVMjXdf3yGmyaLSshBfXc8sP/JQ9OZj5R8nZzz2wPXgA==
|
||||
jimp@^0.16.1:
|
||||
version "0.16.1"
|
||||
resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.16.1.tgz#192f851a30e5ca11112a3d0aa53137659a78ca7a"
|
||||
integrity sha512-+EKVxbR36Td7Hfd23wKGIeEyHbxShZDX6L8uJkgVW3ESA9GiTEPK08tG1XI2r/0w5Ch0HyJF5kPqF9K7EmGjaw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/custom" "^0.14.0"
|
||||
"@jimp/plugins" "^0.14.0"
|
||||
"@jimp/types" "^0.14.0"
|
||||
"@jimp/custom" "^0.16.1"
|
||||
"@jimp/plugins" "^0.16.1"
|
||||
"@jimp/types" "^0.16.1"
|
||||
regenerator-runtime "^0.13.3"
|
||||
|
||||
joi@^7.0.1:
|
||||
|
@ -10401,15 +10409,15 @@ joi@^7.0.1:
|
|||
moment "2.x.x"
|
||||
topo "2.x.x"
|
||||
|
||||
jpeg-js@^0.4.0:
|
||||
version "0.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.1.tgz#937a3ae911eb6427f151760f8123f04c8bfe6ef7"
|
||||
integrity sha512-jA55yJiB5tCXEddos8JBbvW+IMrqY0y1tjjx9KNVtA+QPmu7ND5j0zkKopClpUTsaETL135uOM2XfcYG4XRjmw==
|
||||
jpeg-js@0.4.2:
|
||||
version "0.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.2.tgz#8b345b1ae4abde64c2da2fe67ea216a114ac279d"
|
||||
integrity sha512-+az2gi/hvex7eLTMTlbRLOhH6P6WFdk2ITI8HJsaH2VqYO0I594zXSYEP+tf4FW+8Cy68ScDXoAsQdyQanv3sw==
|
||||
|
||||
js-base64@2.5.2:
|
||||
version "2.5.2"
|
||||
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.2.tgz#313b6274dda718f714d00b3330bbae6e38e90209"
|
||||
integrity sha512-Vg8czh0Q7sFBSUMWWArX/miJeBWYBPpdU/3M/DKSaekLMqrqVPaedp+5mZhie/r0lgrcaYBfwXatEew6gwgiQQ==
|
||||
js-base64@3.6.1:
|
||||
version "3.6.1"
|
||||
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.6.1.tgz#555aae398b74694b4037af1f8a5a6209d170efbe"
|
||||
integrity sha512-Frdq2+tRRGLQUIQOgsIGSCd1VePCS2fsddTG5dTCqR0JHgltXWfsxnY0gIXPoMeRmdom6Oyq+UMOFg5suduOjQ==
|
||||
|
||||
js-sha256@^0.9.0:
|
||||
version "0.9.0"
|
||||
|
@ -10601,6 +10609,15 @@ jsonfile@^4.0.0:
|
|||
optionalDependencies:
|
||||
graceful-fs "^4.1.6"
|
||||
|
||||
jsonfile@^6.0.1:
|
||||
version "6.1.0"
|
||||
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
|
||||
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
|
||||
dependencies:
|
||||
universalify "^2.0.0"
|
||||
optionalDependencies:
|
||||
graceful-fs "^4.1.6"
|
||||
|
||||
jsonify@~0.0.0:
|
||||
version "0.0.0"
|
||||
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
|
||||
|
@ -11079,7 +11096,7 @@ media-typer@0.3.0:
|
|||
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
|
||||
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
|
||||
|
||||
mem@^4.0.0, mem@^4.3.0:
|
||||
mem@^4.0.0:
|
||||
version "4.3.0"
|
||||
resolved "https://registry.yarnpkg.com/mem/-/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178"
|
||||
integrity sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==
|
||||
|
@ -13131,14 +13148,6 @@ promise@^8.0.3:
|
|||
dependencies:
|
||||
asap "~2.0.6"
|
||||
|
||||
prompts@2.3.2, prompts@^2.0.1:
|
||||
version "2.3.2"
|
||||
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068"
|
||||
integrity sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA==
|
||||
dependencies:
|
||||
kleur "^3.0.3"
|
||||
sisteransi "^1.0.4"
|
||||
|
||||
prompts@^0.1.9:
|
||||
version "0.1.14"
|
||||
resolved "https://registry.yarnpkg.com/prompts/-/prompts-0.1.14.tgz#a8e15c612c5c9ec8f8111847df3337c9cbd443b2"
|
||||
|
@ -13147,6 +13156,14 @@ prompts@^0.1.9:
|
|||
kleur "^2.0.1"
|
||||
sisteransi "^0.1.1"
|
||||
|
||||
prompts@^2.0.1:
|
||||
version "2.3.2"
|
||||
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068"
|
||||
integrity sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA==
|
||||
dependencies:
|
||||
kleur "^3.0.3"
|
||||
sisteransi "^1.0.4"
|
||||
|
||||
prop-types@15.7.2, prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
|
||||
version "15.7.2"
|
||||
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
||||
|
@ -13516,14 +13533,14 @@ react-native-background-timer@2.4.1:
|
|||
resolved "https://registry.yarnpkg.com/react-native-background-timer/-/react-native-background-timer-2.4.1.tgz#a3bc1cafa8c1e3aeefd0611de120298b67978a0f"
|
||||
integrity sha512-TE4Kiy7jUyv+hugxDxitzu38sW1NqjCk4uE5IgU2WevLv7sZacaBc6PZKOShNRPGirLl1NWkaG3LDEkdb9Um5g==
|
||||
|
||||
react-native-bootsplash@2.2.5:
|
||||
version "2.2.5"
|
||||
resolved "https://registry.yarnpkg.com/react-native-bootsplash/-/react-native-bootsplash-2.2.5.tgz#b60763a4b71f37ed0f40f520a6782194d8663277"
|
||||
integrity sha512-WCiHxszJ7FSFPzMgnAJNRrAE/8rDh7jhmoU+bzmk2z4VfqTOpmXkdgjb6sNaGsVHmp6b4Rh0bwlfYopOGw6J4A==
|
||||
react-native-bootsplash@3.2.3:
|
||||
version "3.2.3"
|
||||
resolved "https://registry.yarnpkg.com/react-native-bootsplash/-/react-native-bootsplash-3.2.3.tgz#5f985a492696e14c73dc3b8475be5385b7436593"
|
||||
integrity sha512-JNuDZ1sL9kppFrZ4OcK/ZM6gf9h5NmM6VfsLJEfa/lSPlD5wXoOyXIaeBn/6odaIPxSp31WIryeaNiZZIltu7g==
|
||||
dependencies:
|
||||
chalk "4.1.0"
|
||||
jimp "0.14.0"
|
||||
prompts "2.3.2"
|
||||
chalk "^4.1.0"
|
||||
fs-extra "^9.1.0"
|
||||
jimp "^0.16.1"
|
||||
|
||||
react-native-color@0.0.10:
|
||||
version "0.0.10"
|
||||
|
@ -13834,25 +13851,6 @@ react-native-webview@10.3.2:
|
|||
escape-string-regexp "2.0.0"
|
||||
invariant "2.2.4"
|
||||
|
||||
react-native-windows@^0.62.0-0:
|
||||
version "0.62.2"
|
||||
resolved "https://registry.yarnpkg.com/react-native-windows/-/react-native-windows-0.62.2.tgz#eae6d9e55116d69c8d8316ec6e52505c760ba1bd"
|
||||
integrity sha512-ZsPxhJrzkBjzLmt9xzAwos1iTykAsyIij2P6radH2eZJmMYJ2sqQwRAsNcjk9OKNM0zj3T4lyCN3879gRZ6yMg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.8.4"
|
||||
cli-spinners "^2.2.0"
|
||||
create-react-class "^15.6.3"
|
||||
envinfo "^7.5.0"
|
||||
fbjs "^1.0.0"
|
||||
glob "^7.1.1"
|
||||
ora "^3.4.0"
|
||||
prop-types "^15.7.2"
|
||||
regenerator-runtime "^0.13.2"
|
||||
shelljs "^0.7.8"
|
||||
username "^5.1.0"
|
||||
uuid "^3.3.2"
|
||||
xml-parser "^1.2.1"
|
||||
|
||||
react-native@RocketChat/react-native#0.63.4:
|
||||
version "0.63.4"
|
||||
resolved "https://codeload.github.com/RocketChat/react-native/tar.gz/616299bbc01eeb56cb7d5b52e543051e1ad2d136"
|
||||
|
@ -14910,15 +14908,6 @@ shell-quote@1.7.2, shell-quote@^1.6.1, shell-quote@^1.7.2:
|
|||
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
|
||||
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
|
||||
|
||||
shelljs@^0.7.8:
|
||||
version "0.7.8"
|
||||
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
|
||||
integrity sha1-3svPh0sNHl+3LhSxZKloMEjprLM=
|
||||
dependencies:
|
||||
glob "^7.0.0"
|
||||
interpret "^1.0.0"
|
||||
rechoir "^0.6.2"
|
||||
|
||||
shelljs@^0.8.3:
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
|
||||
|
@ -16336,6 +16325,11 @@ universalify@^0.1.0:
|
|||
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
|
||||
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
|
||||
|
||||
universalify@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
|
||||
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
|
||||
|
||||
unpipe@1.0.0, unpipe@~1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
|
||||
|
@ -16448,14 +16442,6 @@ use@^3.1.0:
|
|||
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
|
||||
integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
|
||||
|
||||
username@^5.1.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/username/-/username-5.1.0.tgz#a7f9325adce2d0166448cdd55d4985b1360f2508"
|
||||
integrity sha512-PCKbdWw85JsYMvmCv5GH3kXmM66rCd9m1hBEDutPNv94b/pqCMT4NtcKyeWYvLFiE8b+ha1Jdl8XAaUdPn5QTg==
|
||||
dependencies:
|
||||
execa "^1.0.0"
|
||||
mem "^4.3.0"
|
||||
|
||||
utf8-byte-length@^1.0.1:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz#f45f150c4c66eee968186505ab93fcbb8ad6bf61"
|
||||
|
@ -16996,13 +16982,6 @@ xml-parse-from-string@^1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz#a9029e929d3dbcded169f3c6e28238d95a5d5a28"
|
||||
integrity sha1-qQKekp09vN7RafPG4oI42VpdWig=
|
||||
|
||||
xml-parser@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/xml-parser/-/xml-parser-1.2.1.tgz#c31f4c34f2975db82ad013222120592736156fcd"
|
||||
integrity sha1-wx9MNPKXXbgq0BMiISBZJzYVb80=
|
||||
dependencies:
|
||||
debug "^2.2.0"
|
||||
|
||||
xml2js@^0.4.5:
|
||||
version "0.4.23"
|
||||
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
|
||||
|
|
Loading…
Reference in New Issue