Update few non semver

This commit is contained in:
Diego Mello 2021-06-11 14:39:35 -03:00
parent f267039643
commit 583a0f2943
9 changed files with 141 additions and 135 deletions

View File

@ -386,8 +386,8 @@ PODS:
- React
- react-native-orientation-locker (1.3.1):
- React-Core
- react-native-restart (0.0.17):
- React
- react-native-restart (0.0.22):
- React-Core
- react-native-safe-area-context (3.2.0):
- React-Core
- react-native-simple-crypto (0.4.0):
@ -469,7 +469,7 @@ PODS:
- React
- RNCAsyncStorage (1.12.1):
- React-Core
- RNCMaskedView (0.1.10):
- RNCMaskedView (0.1.11):
- React
- RNConfigReader (1.0.0):
- React
@ -947,7 +947,7 @@ SPEC CHECKSUMS:
react-native-netinfo: 0212ce8604e88edf686f1481b925b17a42a52449
react-native-notifications: ee8fd739853e72694f3af8b374c8ccb106b7b227
react-native-orientation-locker: 998c0744e26624407dac068c04c605b4af7304a2
react-native-restart: d19a0f8d053d065fe64cd2baebb6487111c77149
react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
react-native-simple-crypto: 564740fd8124827d82e9e8ded4a0de8c695c8a4d
react-native-slider: e99fc201cefe81270fc9d81714a7a0f5e566b168
@ -968,7 +968,7 @@ SPEC CHECKSUMS:
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
RNBootSplash: b3836aa90c5bec690c6cd3c9ab355fcf98d0fe1d
RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNConfigReader: 396da6a6444182a76e8ae0930b9436c7575045cb
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
RNDateTimePicker: e386ff4ef3300964ed0cad97ce6f206e0effbfdb

View File

@ -1,6 +1,6 @@
{
"name": "RNCMaskedView",
"version": "0.1.10",
"version": "0.1.11",
"summary": "React Native MaskedView component",
"license": "MIT",
"authors": "Mike Nedosekin <crespo8800@gmail.com>",
@ -11,7 +11,7 @@
},
"source": {
"git": "https://github.com/react-native-community/react-native-masked-view.git",
"tag": "v0.1.10"
"tag": "v0.1.11"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {

View File

@ -1,20 +1,21 @@
{
"name": "react-native-restart",
"version": "0.0.17",
"version": "0.0.22",
"summary": "Sometimes you want to reload your app bundle during app runtime. This package will allow you to do it.",
"homepage": "https://github.com/avishayil/react-native-restart#readme",
"license": "MIT",
"authors": "Avishay Bar <avishay.il@gmail.com> (https://github.com/avishayil)",
"platforms": {
"ios": "9.0"
"ios": "9.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/avishayil/react-native-restart.git",
"tag": "0.0.17"
"tag": "0.0.22"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
"React": [
"React-Core": [
]
}

10
ios/Pods/Manifest.lock generated
View File

@ -386,8 +386,8 @@ PODS:
- React
- react-native-orientation-locker (1.3.1):
- React-Core
- react-native-restart (0.0.17):
- React
- react-native-restart (0.0.22):
- React-Core
- react-native-safe-area-context (3.2.0):
- React-Core
- react-native-simple-crypto (0.4.0):
@ -469,7 +469,7 @@ PODS:
- React
- RNCAsyncStorage (1.12.1):
- React-Core
- RNCMaskedView (0.1.10):
- RNCMaskedView (0.1.11):
- React
- RNConfigReader (1.0.0):
- React
@ -947,7 +947,7 @@ SPEC CHECKSUMS:
react-native-netinfo: 0212ce8604e88edf686f1481b925b17a42a52449
react-native-notifications: ee8fd739853e72694f3af8b374c8ccb106b7b227
react-native-orientation-locker: 998c0744e26624407dac068c04c605b4af7304a2
react-native-restart: d19a0f8d053d065fe64cd2baebb6487111c77149
react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
react-native-simple-crypto: 564740fd8124827d82e9e8ded4a0de8c695c8a4d
react-native-slider: e99fc201cefe81270fc9d81714a7a0f5e566b168
@ -968,7 +968,7 @@ SPEC CHECKSUMS:
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
RNBootSplash: b3836aa90c5bec690c6cd3c9ab355fcf98d0fe1d
RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNConfigReader: 396da6a6444182a76e8ae0930b9436c7575045cb
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
RNDateTimePicker: e386ff4ef3300964ed0cad97ce6f206e0effbfdb

View File

@ -763,7 +763,6 @@
27E29D87E9AC629F294DA7B72C3C038D /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAF1443AFFFE849AC332F65CBCB189B /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; };
2814DA97FE408FA0C1B4388043ECE9DF /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 178C49A57A74B054D29D73CFB9DA10FB /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; };
2849AA6E6BA2102747903FE0F02A6F58 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 22EAE061211539C53271A4C631B3F083 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; };
284D3E3078BADEF2585663A45C40B6CD /* react-native-restart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A53939CDB52CF8C00CCBC34291060BF /* react-native-restart-dummy.m */; };
28702FFEF3C0C78278F3941B921C0204 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99284F1938F148B058FB7AAE564060E2 /* RCTNetworkTask.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; };
2886FEE7661F475E9D725CA2304083E7 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 071F27704FA9A0C08678698690FF709C /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; };
28C2D41C32AEE8510CE59057B0B7EA60 /* MiniPBCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C94234CD585CB45DDF502DE4972F108 /* MiniPBCoder.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -951,6 +950,7 @@
394DC0F5CBEE21563F5F91B04A0C5A61 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 833B4FEE990B8F87CD4511C93CFE556D /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; };
395D06949AA435D0EE746AC109179405 /* RSocketStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 145B48CE292EAA76F5799A61E70131FB /* RSocketStats.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"; }; };
396C2E0C5379CBEBC6835C56DAD9F90F /* Pods-NotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DD06DF3760AA8A84A2FD651A74E8B0 /* Pods-NotificationService-dummy.m */; };
396D2A75713581498DCD60CB5355239A /* Restart.h in Headers */ = {isa = PBXBuildFile; fileRef = F356F67705994B1A17F844CA63D04DF7 /* Restart.h */; settings = {ATTRIBUTES = (Project, ); }; };
39715CB18C4D314F62042CF3410F0C42 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2B7B0CE2F7CAA5118DB863C265C2D43 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; };
39A9FD8EEC5E7C3C7BC3D6CF4D2A5BD7 /* FrameHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 762FD21B3739F5F2E25B8A6DCF36BE18 /* FrameHeader.h */; settings = {ATTRIBUTES = (Project, ); }; };
39B59D0491D4D3A40B9DB66B44243BA2 /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B7352C13A58F5E736F5302C3997684 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -1588,7 +1588,6 @@
67E0BFE732F3DD432118F7EFAE59071C /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 93E8D52E814A474E9FF0D2A56C25E9AB /* RCTKeyCommandConstants.m */; };
67ED8F511CE9DBD5925261F2B855C742 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D20BE78ABDBCBA1A98EB501219695F /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; };
680CF735B40DF4D3790D53E3872403D2 /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 01FA454CC5BE6D52C5AF72A217A8E779 /* FBLPromise+Wrap.m */; };
682E8E6A9EF87F32E3E563A0EF609E29 /* Restart.m in Sources */ = {isa = PBXBuildFile; fileRef = 65AFC76013A6AAFBF4047957019ADCEC /* Restart.m */; };
68923EDC9F077AB5EBE76D9776A0286F /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FA9D084B57BBE42A9EC94D0404299ECF /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; };
68A9938F1C4FB6683CD0CEE854DE3297 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 08D54A141CB05F967653D70ED138C6D2 /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; };
68AD2879AF80106F8C2E0EE3A67CCDAF /* RSocketServerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A50A97EC3C954256B3D9F8339A7A58 /* RSocketServerState.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -2078,7 +2077,6 @@
8EBADBD4A48F5BA161B98DE9144AAD7E /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 89C93AB5C30336D83931A4DF0A99323B /* RNReanimated-dummy.m */; };
8ED7D6DD9522765B7DFCFB3ED7DC5442 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = A59E87290EC3BF370260BD150338D133 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; };
8F1C2DC05AB8DFA3E9BBA72A3723C892 /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 71AA1EFFBC3042A46270B6D5F6567C9B /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; };
8F23A8F8B949ACD642FB9DFDBC676D54 /* Restart.h in Headers */ = {isa = PBXBuildFile; fileRef = F356F67705994B1A17F844CA63D04DF7 /* Restart.h */; settings = {ATTRIBUTES = (Project, ); }; };
8F242425C37BC7400785BBFBCB725DD6 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CAD24AB37675935888F4CB864539FDEB /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; };
8F29DDB86718ECF1E3FBE99A9DBF90E5 /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF620EEBD76813CA0C8EE1B801CC6D87 /* FirebaseCoreDiagnostics-dummy.m */; };
8F47AC5D021912B525F5C7C5EE4670C8 /* SwappableEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 615E8F8BDB54C96D575E86107995249D /* SwappableEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -2219,6 +2217,7 @@
99C59D6ECE898E69CFD008329BB16CBE /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 211C2927D08913AA8329FDFFCD9899D0 /* react-native-document-picker-dummy.m */; };
99D46DACBB352B547139BC033C61FBD1 /* AsyncSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C85BA612BBB6143955D2D584E3AA56 /* AsyncSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; };
99FF712AA557C30D2EBFAD503B6CDD8F /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AADEA538BA01F7FC3161B2E094449FC /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; };
9A4764272B17E0B5E1B5872BD4975C9E /* react-native-restart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A53939CDB52CF8C00CCBC34291060BF /* react-native-restart-dummy.m */; };
9A5FADAB4F03FE48215FE539AD6CDB6C /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = E5FC84092E9B1A62EAF65F5B4678004B /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; };
9A79AC7E0AD7D355AD90E21558EE6E9D /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = B853CF6AB29CB7E35175B7FEEF6183B0 /* SDWeakProxy.m */; };
9A7FECBAEA6C4764F2CE841856FCF496 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 85291DAC4D152EC2DF0A71FC89E022C0 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -2356,6 +2355,7 @@
A414AD52FCCF468EE55A2769C4FA686C /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 28BF726627112842D087D4316B681238 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; };
A4390035E43CA947C2B8F246256EBC07 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E286A7FBBA67AA030243EA9CC0BAA564 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; };
A45CF8C8D53D461E63EFB1CE4C8B60D6 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCE44AE4ED85AA490936F6401F5D006 /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; };
A46AAF7A42339DEEC13CDDF0F836FBB2 /* Restart.m in Sources */ = {isa = PBXBuildFile; fileRef = 65AFC76013A6AAFBF4047957019ADCEC /* Restart.m */; };
A4855DB45410274F3B31239DEB9E5650 /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 36C16253FC02878ED51B236A0A19E9DD /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; };
A48F799AF3812FBFED9A881F8410A0FB /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 567D3261874E62B1231294E185EF5AF0 /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; };
A4C2F0DCFE8D97F5EFF367A714DF5676 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 171E9E04108B546D27E80453411C9DDB /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; };
@ -7048,13 +7048,6 @@
remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA;
remoteInfo = RNFBApp;
};
C1FF87CAEAA7774C7882890EFEACD439 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794;
remoteInfo = React;
};
C22710855CE8B8CF8F08628FF53F68CD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -7363,6 +7356,13 @@
remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812;
remoteInfo = RNConfigReader;
};
CFCCB3840C10D825FA7FA096D3BD50FA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D;
remoteInfo = "React-Core";
};
D1C616DEB44085DAB395620BA426F58C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
@ -12383,13 +12383,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
1FEA999C26D0D41C7497E60D28712A5F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
1FF01C95C80EF7429196A49E6D3E0E18 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@ -12978,6 +12971,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
FDA40E51F35E0E1F493A6265B9591810 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
FE9A0316789A7AE58EE43B49BE471262 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@ -21115,6 +21115,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
12BA4BD5A0E36FFD06BF90DEEBFAA221 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
396D2A75713581498DCD60CB5355239A /* Restart.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
1730F1E89CA1DDD7D7476C57B6252E14 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
@ -23588,14 +23596,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
FB279F44F36788A4B53094B3C6DAE751 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
8F23A8F8B949ACD642FB9DFDBC676D54 /* Restart.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FC6FF80EEEAF425F28F78A3DD19ABC36 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
@ -24178,16 +24178,16 @@
};
3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3D252DB06BF4B3445BB0AE903EDE5BF8 /* Build configuration list for PBXNativeTarget "react-native-restart" */;
buildConfigurationList = 33777A96CAB9BE76FDE66E951662B049 /* Build configuration list for PBXNativeTarget "react-native-restart" */;
buildPhases = (
FB279F44F36788A4B53094B3C6DAE751 /* Headers */,
65748F6989D7BF012C1F59DFC4DF6F5C /* Sources */,
1FEA999C26D0D41C7497E60D28712A5F /* Frameworks */,
12BA4BD5A0E36FFD06BF90DEEBFAA221 /* Headers */,
26229A55C385020EFC21BAD133807753 /* Sources */,
FDA40E51F35E0E1F493A6265B9591810 /* Frameworks */,
);
buildRules = (
);
dependencies = (
5DB68CFA4C275651180B0192016303DE /* PBXTargetDependency */,
D9F448E9AE6D148E9DFE4BD9589ECFD2 /* PBXTargetDependency */,
);
name = "react-native-restart";
productName = "react-native-restart";
@ -26693,6 +26693,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
26229A55C385020EFC21BAD133807753 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9A4764272B17E0B5E1B5872BD4975C9E /* react-native-restart-dummy.m in Sources */,
A46AAF7A42339DEEC13CDDF0F836FBB2 /* Restart.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2DB240F47C98431C9C759A3DAEA3453C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@ -27146,15 +27155,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
65748F6989D7BF012C1F59DFC4DF6F5C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
284D3E3078BADEF2585663A45C40B6CD /* react-native-restart-dummy.m in Sources */,
682E8E6A9EF87F32E3E563A0EF609E29 /* Restart.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
664E25A32130E7ADA646BACA35918F29 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@ -29968,12 +29968,6 @@
target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */;
targetProxy = 6755045E5EE17B6F39F0A0F4945A1970 /* PBXContainerItemProxy */;
};
5DB68CFA4C275651180B0192016303DE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = React;
target = 1BEE828C124E6416179B904A9F66D794 /* React */;
targetProxy = C1FF87CAEAA7774C7882890EFEACD439 /* PBXContainerItemProxy */;
};
5DE6349E1C13F10DF569EE458096E8E1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = RNVectorIcons;
@ -32032,6 +32026,12 @@
target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */;
targetProxy = FF718B5129CD7088923A17B04EA35014 /* PBXContainerItemProxy */;
};
D9F448E9AE6D148E9DFE4BD9589ECFD2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "React-Core";
target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */;
targetProxy = CFCCB3840C10D825FA7FA096D3BD50FA /* PBXContainerItemProxy */;
};
DA135C580EB852DA77E54FE9FD775C20 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = EXImageLoader;
@ -33186,6 +33186,31 @@
};
name = Debug;
};
1A2D2B8780D72D2E7930B048F99C7AEF /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9F6ECF66D75714E730ADBE6F59D09AFE /* react-native-restart.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/react-native-restart/react-native-restart-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = react_native_restart;
PRODUCT_NAME = "react-native-restart";
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;
};
1A8AC6BD524C6BC798924603B66A8044 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FAA1009AEC539F399B824669DC34BBFE /* UMFaceDetectorInterface.debug.xcconfig */;
@ -35020,31 +35045,6 @@
};
name = Release;
};
5E817933D90A40B772648F93A114CD11 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9F6ECF66D75714E730ADBE6F59D09AFE /* react-native-restart.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/react-native-restart/react-native-restart-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = react_native_restart;
PRODUCT_NAME = "react-native-restart";
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;
};
622EA51AE400D00E9B5F874C77CB52E4 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 799028AACA216BADD41A165C2F4AD654 /* Flipper-Folly.debug.xcconfig */;
@ -38363,32 +38363,6 @@
};
name = Release;
};
E8F5E2713BE0E0589FEC5252D2B2D50B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 136F3CC41CB6409BA899401A339E78C1 /* react-native-restart.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/react-native-restart/react-native-restart-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = react_native_restart;
PRODUCT_NAME = "react-native-restart";
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;
};
EE587CD034E397D9E18FC41CB6A9DD13 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 49B91A3896081C948E84982FD521B6DE /* react-native-document-picker.release.xcconfig */;
@ -38777,6 +38751,32 @@
};
name = Release;
};
FB4ABA246927508A6406B2AD139AB213 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 136F3CC41CB6409BA899401A339E78C1 /* react-native-restart.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/react-native-restart/react-native-restart-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = react_native_restart;
PRODUCT_NAME = "react-native-restart";
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;
};
FE37FF62C7053AA665A13C2395EADF84 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = C01B4DE0599DD1A87597703636D4B309 /* UMFileSystemInterface.release.xcconfig */;
@ -39045,6 +39045,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
33777A96CAB9BE76FDE66E951662B049 /* Build configuration list for PBXNativeTarget "react-native-restart" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1A2D2B8780D72D2E7930B048F99C7AEF /* Debug */,
FB4ABA246927508A6406B2AD139AB213 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
33BDA60A6C71626C08693CE151447D12 /* Build configuration list for PBXNativeTarget "glog" */ = {
isa = XCConfigurationList;
buildConfigurations = (
@ -39081,15 +39090,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3D252DB06BF4B3445BB0AE903EDE5BF8 /* Build configuration list for PBXNativeTarget "react-native-restart" */ = {
isa = XCConfigurationList;
buildConfigurations = (
5E817933D90A40B772648F93A114CD11 /* Debug */,
E8F5E2713BE0E0589FEC5252D2B2D50B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4337AF258AE68945258000BCD10640BC /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */ = {
isa = XCConfigurationList;
buildConfigurations = (

View File

@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${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/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" "${PODS_ROOT}/Headers/Public/react-native-restart"
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${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" "${PODS_ROOT}/Headers/Public/react-native-restart"
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)

View File

@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${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/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" "${PODS_ROOT}/Headers/Public/react-native-restart"
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${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" "${PODS_ROOT}/Headers/Public/react-native-restart"
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)

View File

@ -33,7 +33,7 @@
"@react-native-community/cookies": "^4.0.0",
"@react-native-community/datetimepicker": "2.6.0",
"@react-native-community/hooks": "2.6.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/netinfo": "^5.9.9",
"@react-native-community/picker": "^1.8.1",
"@react-native-community/slider": "3.0.3",
@ -102,7 +102,7 @@
"react-native-progress": "4.1.2",
"react-native-prompt-android": "^1.1.0",
"react-native-reanimated": "1.9.0",
"react-native-restart": "^0.0.17",
"react-native-restart": "0.0.22",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "2.9.0",
"react-native-scroll-bottom-sheet": "0.6.2",
@ -124,7 +124,7 @@
"rn-fetch-blob": "0.12.0",
"rn-root-view": "1.0.3",
"semver": "7.3.5",
"ua-parser-js": "^0.7.21",
"ua-parser-js": "0.7.28",
"url-parse": "1.5.1",
"use-deep-compare-effect": "1.6.1",
"xregexp": "^4.3.0"

View File

@ -2354,10 +2354,10 @@
resolved "https://registry.yarnpkg.com/@react-native-community/hooks/-/hooks-2.6.0.tgz#dd5f19601eb3684c6bcdd3df3d0c04cf44c24cff"
integrity sha512-emBGKvhJ0h++lLJQ5ejsj+od9G67nEaihjvfSx7/JWvNrQGAhP9U0OZqgb9dkKzor9Ufaj9SGt8RNY97cGzttw==
"@react-native-community/masked-view@^0.1.10":
version "0.1.10"
resolved "https://registry.yarnpkg.com/@react-native-community/masked-view/-/masked-view-0.1.10.tgz#5dda643e19e587793bc2034dd9bf7398ad43d401"
integrity sha512-rk4sWFsmtOw8oyx8SD3KSvawwaK7gRBSEIy2TAwURyGt+3TizssXP1r8nx3zY+R7v2vYYHXZ+k2/GULAT/bcaQ==
"@react-native-community/masked-view@0.1.11":
version "0.1.11"
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"
@ -13705,10 +13705,10 @@ react-native-redash@^12.0.3:
parse-svg-path "^0.1.2"
use-memo-one "^1.1.1"
react-native-restart@^0.0.17:
version "0.0.17"
resolved "https://registry.yarnpkg.com/react-native-restart/-/react-native-restart-0.0.17.tgz#c1f38e019d1a2114248d496698e7951e9435ba91"
integrity sha512-UwFPDssMFoyDbF2aLARIHWt5g/o0TtxCXK9WIY+0iNpkgG9qWd+n80XBwXioNCdgy39ZQ5yfJBJRwtMLDgABag==
react-native-restart@0.0.22:
version "0.0.22"
resolved "https://registry.yarnpkg.com/react-native-restart/-/react-native-restart-0.0.22.tgz#81fcb7f31e35951d85410c68b9556acf3ab88705"
integrity sha512-XwCqAMAKsO8yCM3xACPFKvkDQZe41lcavOuO0gUEu803IuTLtciualCq/qs83ryRDCDh1jkXYRqFjsGjLMCN3Q==
react-native-safe-area-context@3.2.0:
version "3.2.0"
@ -16155,7 +16155,12 @@ typical@^2.6.0:
resolved "https://registry.yarnpkg.com/typical/-/typical-2.6.1.tgz#5c080e5d661cbbe38259d2e70a3c7253e873881d"
integrity sha1-XAgOXWYcu+OCWdLnCjxyU+hziB0=
ua-parser-js@^0.7.18, ua-parser-js@^0.7.21:
ua-parser-js@0.7.28:
version "0.7.28"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==
ua-parser-js@^0.7.18:
version "0.7.21"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777"
integrity sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ==