Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 65d3bdc

Browse files
livecodealirunrevali
authored andcommitted
[[ Build Widgets ]] Add project and target to compile and package git widgets
1 parent 8306466 commit 65d3bdc

File tree

15 files changed

+469
-1
lines changed

15 files changed

+469
-1
lines changed

engine/engine.xcodeproj/project.pbxproj

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,20 @@
13571357
remoteGlobalIDString = 4DF42A420B048617003F2D95;
13581358
remoteInfo = external;
13591359
};
1360+
5D1353271AA203D400594083 /* PBXContainerItemProxy */ = {
1361+
isa = PBXContainerItemProxy;
1362+
containerPortal = 5D1353231AA203D400594083 /* extensions.xcodeproj */;
1363+
proxyType = 2;
1364+
remoteGlobalIDString = 5D2262B21AA1E72000400628;
1365+
remoteInfo = extensions;
1366+
};
1367+
5D13532D1AA203F400594083 /* PBXContainerItemProxy */ = {
1368+
isa = PBXContainerItemProxy;
1369+
containerPortal = 5D1353231AA203D400594083 /* extensions.xcodeproj */;
1370+
proxyType = 1;
1371+
remoteGlobalIDString = 5D2262B11AA1E72000400628;
1372+
remoteInfo = extensions;
1373+
};
13601374
724459D41A6933AB00D22C2C /* PBXContainerItemProxy */ = {
13611375
isa = PBXContainerItemProxy;
13621376
containerPortal = 7261916C1A260B6C00851787 /* libscript.xcodeproj */;
@@ -2220,6 +2234,7 @@
22202234
4DFFC7DE13DD8A91006233A4 /* syscfdate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = syscfdate.cpp; path = src/syscfdate.cpp; sourceTree = "<group>"; };
22212235
4DFFC7DF13DD8A91006233A4 /* sysunxnetwork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sysunxnetwork.cpp; path = src/sysunxnetwork.cpp; sourceTree = "<group>"; };
22222236
4DFFC7E613DD8AB9006233A4 /* objectpropsets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = objectpropsets.cpp; path = src/objectpropsets.cpp; sourceTree = "<group>"; };
2237+
5D1353231AA203D400594083 /* extensions.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = extensions.xcodeproj; path = ../extensions/extensions.xcodeproj; sourceTree = "<group>"; };
22232238
720E34F519F56FE700EA00ED /* native-layer-ios.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "native-layer-ios.mm"; path = "src/native-layer-ios.mm"; sourceTree = "<group>"; };
22242239
720E34F619F56FE700EA00ED /* native-layer-ios.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "native-layer-ios.h"; path = "src/native-layer-ios.h"; sourceTree = "<group>"; };
22252240
721CAAC018351E1800858545 /* libicui18n.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libicui18n.a; path = ../prebuilt/lib/mac/libicui18n.a; sourceTree = "<group>"; };
@@ -2892,6 +2907,7 @@
28922907
4D587FAE0B809C0C00200116 /* Projects */ = {
28932908
isa = PBXGroup;
28942909
children = (
2910+
5D1353231AA203D400594083 /* extensions.xcodeproj */,
28952911
C7C148D01A8B5B440048A5AE /* lc-compile.xcodeproj */,
28962912
7261916C1A260B6C00851787 /* libscript.xcodeproj */,
28972913
726191581A26091900851787 /* libffi.xcodeproj */,
@@ -3589,6 +3605,14 @@
35893605
name = System;
35903606
sourceTree = "<group>";
35913607
};
3608+
5D1353241AA203D400594083 /* Products */ = {
3609+
isa = PBXGroup;
3610+
children = (
3611+
5D1353281AA203D400594083 /* libextensions.dylib */,
3612+
);
3613+
name = Products;
3614+
sourceTree = "<group>";
3615+
};
35923616
726191591A26091900851787 /* Products */ = {
35933617
isa = PBXGroup;
35943618
children = (
@@ -4344,6 +4368,7 @@
43444368
buildRules = (
43454369
);
43464370
dependencies = (
4371+
5D13532E1AA203F400594083 /* PBXTargetDependency */,
43474372
4DEE2B2B0FDE42E70009423C /* PBXTargetDependency */,
43484373
4D221ACD171D59F500E7E557 /* PBXTargetDependency */,
43494374
4D1F9C49171C655E0091C6CB /* PBXTargetDependency */,
@@ -4522,6 +4547,10 @@
45224547
productRefGroup = 4D587DA30B80945B00200116 /* Products */;
45234548
projectDirPath = "";
45244549
projectReferences = (
4550+
{
4551+
ProductGroup = 5D1353241AA203D400594083 /* Products */;
4552+
ProjectRef = 5D1353231AA203D400594083 /* extensions.xcodeproj */;
4553+
},
45254554
{
45264555
ProductGroup = C7C148D11A8B5B440048A5AE /* Products */;
45274556
ProjectRef = C7C148D01A8B5B440048A5AE /* lc-compile.xcodeproj */;
@@ -4665,6 +4694,13 @@
46654694
remoteRef = 4DBF58641801CA57009CAB2E /* PBXContainerItemProxy */;
46664695
sourceTree = BUILT_PRODUCTS_DIR;
46674696
};
4697+
5D1353281AA203D400594083 /* libextensions.dylib */ = {
4698+
isa = PBXReferenceProxy;
4699+
fileType = "compiled.mach-o.dylib";
4700+
path = libextensions.dylib;
4701+
remoteRef = 5D1353271AA203D400594083 /* PBXContainerItemProxy */;
4702+
sourceTree = BUILT_PRODUCTS_DIR;
4703+
};
46684704
7261915D1A26091900851787 /* libffi.a */ = {
46694705
isa = PBXReferenceProxy;
46704706
fileType = archive.ar;
@@ -6019,6 +6055,11 @@
60196055
name = external;
60206056
targetProxy = 4DEE2BD20FDE4A1E0009423C /* PBXContainerItemProxy */;
60216057
};
6058+
5D13532E1AA203F400594083 /* PBXTargetDependency */ = {
6059+
isa = PBXTargetDependency;
6060+
name = extensions;
6061+
targetProxy = 5D13532D1AA203F400594083 /* PBXContainerItemProxy */;
6062+
};
60226063
724459D51A6933AB00D22C2C /* PBXTargetDependency */ = {
60236064
isa = PBXTargetDependency;
60246065
name = script;

0 commit comments

Comments
 (0)