Skip to content

Commit 5d9e88c

Browse files
authored
Merge pull request #48925 from Expensify/Rory-FixPodfileLock
[No QA] Commit diff in Podfile.lock
2 parents bfe3b75 + eb36ea6 commit 5d9e88c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ios/NewExpensify.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
D27CE6B77196EF3EF450EEAC /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 0D3F9E814828D91464DF9D35 /* PrivacyInfo.xcprivacy */; };
4242
DD79042B2792E76D004484B4 /* RCTBootSplash.mm in Sources */ = {isa = PBXBuildFile; fileRef = DD79042A2792E76D004484B4 /* RCTBootSplash.mm */; };
4343
DDCB2E57F334C143AC462B43 /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D20D83B0E39BA6D21761E72 /* ExpoModulesProvider.swift */; };
44-
E51DC681C7DEE40AEBDDFBFE /* (null) in Frameworks */ = {isa = PBXBuildFile; };
44+
E51DC681C7DEE40AEBDDFBFE /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
4545
E9DF872D2525201700607FDC /* AirshipConfig.plist in Resources */ = {isa = PBXBuildFile; fileRef = E9DF872C2525201700607FDC /* AirshipConfig.plist */; };
4646
ED222ED90E074A5481A854FA /* ExpensifyNeue-BoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 8B28D84EF339436DBD42A203 /* ExpensifyNeue-BoldItalic.otf */; };
4747
F0C450EA2705020500FD2970 /* colors.json in Resources */ = {isa = PBXBuildFile; fileRef = F0C450E92705020500FD2970 /* colors.json */; };
@@ -171,8 +171,8 @@
171171
buildActionMask = 2147483647;
172172
files = (
173173
383643682B6D4AE2005BB9AE /* DeviceCheck.framework in Frameworks */,
174-
E51DC681C7DEE40AEBDDFBFE /* (null) in Frameworks */,
175-
E51DC681C7DEE40AEBDDFBFE /* (null) in Frameworks */,
174+
E51DC681C7DEE40AEBDDFBFE /* BuildFile in Frameworks */,
175+
E51DC681C7DEE40AEBDDFBFE /* BuildFile in Frameworks */,
176176
8744C5400E24E379441C04A4 /* libPods-NewExpensify.a in Frameworks */,
177177
);
178178
runOnlyForDeploymentPostprocessing = 0;

ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2407,13 +2407,13 @@ PODS:
24072407
- Yoga
24082408
- RNLocalize (2.2.6):
24092409
- React-Core
2410-
- rnmapbox-maps (10.1.26):
2410+
- rnmapbox-maps (10.1.30):
24112411
- MapboxMaps (~> 10.18.2)
24122412
- React
24132413
- React-Core
2414-
- rnmapbox-maps/DynamicLibrary (= 10.1.26)
2414+
- rnmapbox-maps/DynamicLibrary (= 10.1.30)
24152415
- Turf
2416-
- rnmapbox-maps/DynamicLibrary (10.1.26):
2416+
- rnmapbox-maps/DynamicLibrary (10.1.30):
24172417
- DoubleConversion
24182418
- hermes-engine
24192419
- MapboxMaps (~> 10.18.2)
@@ -3237,7 +3237,7 @@ SPEC CHECKSUMS:
32373237
RNGoogleSignin: ccaa4a81582cf713eea562c5dd9dc1961a715fd0
32383238
RNLiveMarkdown: cfc927fc0b1182e364237c72692e079107c6f5f1
32393239
RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81
3240-
rnmapbox-maps: 5ab6bfd249cd67262615153c648f8d809aab781c
3240+
rnmapbox-maps: 460d6ff97ae49c7d5708c3212c6521697c36a0c4
32413241
RNPermissions: 0b1429b55af59d1d08b75a8be2459f65a8ac3f28
32423242
RNReactNativeHapticFeedback: a15b431d2903bc2eb3474ff8d9a05d3e67a70199
32433243
RNReanimated: 76901886830e1032f16bbf820153f7dc3f02d51d

0 commit comments

Comments
 (0)