Skip to content

Commit

Permalink
Apple: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Oct 14, 2023
1 parent e6b2d61 commit 11bff30
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 10 deletions.
45 changes: 45 additions & 0 deletions platform/mac/CoronaBuilder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
F53C329F2404E30900BC2BED /* CoronaBuilderPluginCollector.lua in Sources */ = {isa = PBXBuildFile; fileRef = F53C328E2404E2C000BC2BED /* CoronaBuilderPluginCollector.lua */; };
F547C7F61ED28A2700C4ED92 /* Rtt_DownloadPluginsMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F547C7F41ED28A2700C4ED92 /* Rtt_DownloadPluginsMain.cpp */; };
F547C7F71ED28BA600C4ED92 /* BuilderPluginDownloader.lua in Sources */ = {isa = PBXBuildFile; fileRef = F547C7ED1ED289EA00C4ED92 /* BuilderPluginDownloader.lua */; };
F583ABFE2ADAF5C2002799CB /* network.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F583ABF22ADAF5A7002799CB /* network.dylib */; };
F583ABFF2ADAF5D9002799CB /* network.dylib in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F583ABF22ADAF5A7002799CB /* network.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
F58CA29C245658C5002191EA /* Rtt_HTTPClientCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F58CA28C245658C5002191EA /* Rtt_HTTPClientCommon.cpp */; };
F58CA29E245658E3002191EA /* Rtt_HTTPClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F58CA29D245658E3002191EA /* Rtt_HTTPClient.mm */; };
F5BEA4B823FFE98200206A6A /* CoronaOfflineiOSPackager.lua in Sources */ = {isa = PBXBuildFile; fileRef = F5BEA4A723FFE97300206A6A /* CoronaOfflineiOSPackager.lua */; };
Expand Down Expand Up @@ -299,6 +301,20 @@
remoteGlobalIDString = C2D927251ACA098800B7F9AC;
remoteInfo = CoronaShell;
};
F583ABEB2ADAF5A7002799CB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F583ABE82ADAF5A7002799CB /* NetworkPlugin.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = A49186331641DDB800A39286;
remoteInfo = network;
};
F583ABF12ADAF5A7002799CB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F583ABE82ADAF5A7002799CB /* NetworkPlugin.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = A49186401641DDB800A39286;
remoteInfo = network;
};
F5FBD1DC206961A9009A9D32 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = A4ED11ED14D350C400ECF49E /* lua.xcodeproj */;
Expand All @@ -315,6 +331,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
F583ABFF2ADAF5D9002799CB /* network.dylib in Copy Frameworks */,
);
name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -525,6 +542,7 @@
F547C7F41ED28A2700C4ED92 /* Rtt_DownloadPluginsMain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Rtt_DownloadPluginsMain.cpp; path = ../../tools/CoronaBuilder/Rtt_DownloadPluginsMain.cpp; sourceTree = "<group>"; };
F547C7F51ED28A2700C4ED92 /* Rtt_DownloadPluginsMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Rtt_DownloadPluginsMain.h; path = ../../tools/CoronaBuilder/Rtt_DownloadPluginsMain.h; sourceTree = "<group>"; };
F56569EE24565C320059F1A9 /* Rtt_HTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Rtt_HTTPClient.h; path = ../../librtt/Rtt_HTTPClient.h; sourceTree = "<group>"; };
F583ABE82ADAF5A7002799CB /* NetworkPlugin.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = NetworkPlugin.xcodeproj; path = /Users/vlad/Projects/corona/plugins/network/mac/NetworkPlugin.xcodeproj; sourceTree = "<absolute>"; };
F58CA28C245658C5002191EA /* Rtt_HTTPClientCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Rtt_HTTPClientCommon.cpp; path = ../../librtt/Rtt_HTTPClientCommon.cpp; sourceTree = "<group>"; };
F58CA29D245658E3002191EA /* Rtt_HTTPClient.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Rtt_HTTPClient.mm; sourceTree = "<group>"; };
F5BEA4A723FFE97300206A6A /* CoronaOfflineiOSPackager.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CoronaOfflineiOSPackager.lua; path = ../resources/CoronaOfflineiOSPackager.lua; sourceTree = "<group>"; };
Expand All @@ -540,6 +558,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F583ABFE2ADAF5C2002799CB /* network.dylib in Frameworks */,
F5FBD1DB206961A4009A9D32 /* libluasocket.a in Frameworks */,
C21A81D61AAFC41800128F5E /* liblua-universal.a in Frameworks */,
A4A47E3D14D2302800B5111C /* IOKit.framework in Frameworks */,
Expand Down Expand Up @@ -864,6 +883,7 @@
A4DFE6DA14CF439000C2A230 /* Resources */,
A4FCD3EF14CF417C0004E91D /* Frameworks */,
A4FCD3ED14CF417C0004E91D /* Products */,
F583ABE82ADAF5A7002799CB /* NetworkPlugin.xcodeproj */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -986,6 +1006,14 @@
name = Products;
sourceTree = "<group>";
};
F583ABE92ADAF5A7002799CB /* Products */ = {
isa = PBXGroup;
children = (
F583ABF22ADAF5A7002799CB /* network.dylib */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -1002,6 +1030,7 @@
A4ED11BE14D34A4900ECF49E /* PBXBuildRule */,
);
dependencies = (
F583ABEC2ADAF5A7002799CB /* PBXTargetDependency */,
F5FBD1DD206961A9009A9D32 /* PBXTargetDependency */,
C2342E501AC1D2220091FE20 /* PBXTargetDependency */,
A4ED120A14D350DA00ECF49E /* PBXTargetDependency */,
Expand Down Expand Up @@ -1046,6 +1075,10 @@
ProductGroup = A4ED11EE14D350C400ECF49E /* Products */;
ProjectRef = A4ED11ED14D350C400ECF49E /* lua.xcodeproj */;
},
{
ProductGroup = F583ABE92ADAF5A7002799CB /* Products */;
ProjectRef = F583ABE82ADAF5A7002799CB /* NetworkPlugin.xcodeproj */;
},
{
ProductGroup = C2F1BAFE1EF48F2F00D77BD7 /* Products */;
ProjectRef = C2F1BAFD1EF48F2F00D77BD7 /* ratatouille.xcodeproj */;
Expand Down Expand Up @@ -1192,6 +1225,13 @@
remoteRef = C2F1BB281EF48F3000D77BD7 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
F583ABF22ADAF5A7002799CB /* network.dylib */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.dylib";
path = network.dylib;
remoteRef = F583ABF12ADAF5A7002799CB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
Expand Down Expand Up @@ -1339,6 +1379,11 @@
name = CoronaShell;
targetProxy = C2F1BB2A1EF48F7200D77BD7 /* PBXContainerItemProxy */;
};
F583ABEC2ADAF5A7002799CB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = network;
targetProxy = F583ABEB2ADAF5A7002799CB /* PBXContainerItemProxy */;
};
F5FBD1DD206961A9009A9D32 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = libluasocket;
Expand Down
2 changes: 1 addition & 1 deletion platform/mac/plugins.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down
Loading

0 comments on commit 11bff30

Please sign in to comment.