Skip to content

Commit e2e96b7

Browse files
committed
Update pbxproj and xcscheme
Follow-up: - facebook/react-native#34274 (comment) Also update parts in-line with current main - https://github.com/facebook/react-native/tree/main/template
1 parent 0ea4d01 commit e2e96b7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

β€Žios/MyApp.xcodeproj/project.pbxproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
/* End PBXContainerItemProxy section */
2727

2828
/* Begin PBXFileReference section */
29-
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
3029
00E356EE1AD99517003FC87E /* MyAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3130
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3231
00E356F21AD99517003FC87E /* MyAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyAppTests.m; sourceTree = "<group>"; };
@@ -44,7 +43,6 @@
4443
B3561C4B24410BD300AE4B32 /* MyApp-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MyApp-Bridging-Header.h"; sourceTree = "<group>"; };
4544
B36B6748266D0E86007CD52E /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = "Launch Screen.storyboard"; path = "/Users/leo/Documents/GitHub/LeoTMApp/ios/Launch Screen.storyboard"; sourceTree = "<absolute>"; };
4645
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
47-
ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
4846
F52DFF8E484078E0BFF2BDBE /* Pods-MyApp-MyAppTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MyApp-MyAppTests.debug.xcconfig"; path = "Target Support Files/Pods-MyApp-MyAppTests/Pods-MyApp-MyAppTests.debug.xcconfig"; sourceTree = "<group>"; };
4947
/* End PBXFileReference section */
5048

@@ -89,7 +87,6 @@
8987
isa = PBXGroup;
9088
children = (
9189
B36B6748266D0E86007CD52E /* Launch Screen.storyboard */,
92-
008F07F21AC5B25A0029DE68 /* main.jsbundle */,
9390
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
9491
13B07FB01A68108700A75B9A /* AppDelegate.mm */,
9592
13B07FB51A68108700A75B9A /* Images.xcassets */,
@@ -104,7 +101,6 @@
104101
isa = PBXGroup;
105102
children = (
106103
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
107-
ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
108104
7FF4B8C4D42B2E7AC629DD93 /* libPods-MyApp.a */,
109105
39C30EA5EC35B0DE95DF8892 /* libPods-MyApp-MyAppTests.a */,
110106
);
@@ -205,7 +201,7 @@
205201
83CBB9F71A601CBA00E9B192 /* Project object */ = {
206202
isa = PBXProject;
207203
attributes = {
208-
LastUpgradeCheck = 1130;
204+
LastUpgradeCheck = 1210;
209205
ORGANIZATIONNAME = LeoTM;
210206
TargetAttributes = {
211207
00E356ED1AD99517003FC87E = {

β€Žios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1210"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
Β (0)