diff --git a/platform/mac/CoronaBuilder.xcodeproj/project.pbxproj b/platform/mac/CoronaBuilder.xcodeproj/project.pbxproj index 3b5a9352f..cada6abbf 100644 --- a/platform/mac/CoronaBuilder.xcodeproj/project.pbxproj +++ b/platform/mac/CoronaBuilder.xcodeproj/project.pbxproj @@ -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 */; }; @@ -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 */; @@ -315,6 +331,7 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( + F583ABFF2ADAF5D9002799CB /* network.dylib in Copy Frameworks */, ); name = "Copy Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -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 = ""; }; F547C7F51ED28A2700C4ED92 /* Rtt_DownloadPluginsMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Rtt_DownloadPluginsMain.h; path = ../../tools/CoronaBuilder/Rtt_DownloadPluginsMain.h; sourceTree = ""; }; F56569EE24565C320059F1A9 /* Rtt_HTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Rtt_HTTPClient.h; path = ../../librtt/Rtt_HTTPClient.h; sourceTree = ""; }; + F583ABE82ADAF5A7002799CB /* NetworkPlugin.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = NetworkPlugin.xcodeproj; path = /Users/vlad/Projects/corona/plugins/network/mac/NetworkPlugin.xcodeproj; sourceTree = ""; }; F58CA28C245658C5002191EA /* Rtt_HTTPClientCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Rtt_HTTPClientCommon.cpp; path = ../../librtt/Rtt_HTTPClientCommon.cpp; sourceTree = ""; }; F58CA29D245658E3002191EA /* Rtt_HTTPClient.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Rtt_HTTPClient.mm; sourceTree = ""; }; F5BEA4A723FFE97300206A6A /* CoronaOfflineiOSPackager.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CoronaOfflineiOSPackager.lua; path = ../resources/CoronaOfflineiOSPackager.lua; sourceTree = ""; }; @@ -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 */, @@ -864,6 +883,7 @@ A4DFE6DA14CF439000C2A230 /* Resources */, A4FCD3EF14CF417C0004E91D /* Frameworks */, A4FCD3ED14CF417C0004E91D /* Products */, + F583ABE82ADAF5A7002799CB /* NetworkPlugin.xcodeproj */, ); sourceTree = ""; }; @@ -986,6 +1006,14 @@ name = Products; sourceTree = ""; }; + F583ABE92ADAF5A7002799CB /* Products */ = { + isa = PBXGroup; + children = ( + F583ABF22ADAF5A7002799CB /* network.dylib */, + ); + name = Products; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -1002,6 +1030,7 @@ A4ED11BE14D34A4900ECF49E /* PBXBuildRule */, ); dependencies = ( + F583ABEC2ADAF5A7002799CB /* PBXTargetDependency */, F5FBD1DD206961A9009A9D32 /* PBXTargetDependency */, C2342E501AC1D2220091FE20 /* PBXTargetDependency */, A4ED120A14D350DA00ECF49E /* PBXTargetDependency */, @@ -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 */; @@ -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 */ @@ -1339,6 +1379,11 @@ name = CoronaShell; targetProxy = C2F1BB2A1EF48F7200D77BD7 /* PBXContainerItemProxy */; }; + F583ABEC2ADAF5A7002799CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = network; + targetProxy = F583ABEB2ADAF5A7002799CB /* PBXContainerItemProxy */; + }; F5FBD1DD206961A9009A9D32 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = libluasocket; diff --git a/platform/mac/plugins.xcodeproj/project.pbxproj b/platform/mac/plugins.xcodeproj/project.pbxproj index 25554e884..3b9dd0d69 100644 --- a/platform/mac/plugins.xcodeproj/project.pbxproj +++ b/platform/mac/plugins.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ diff --git a/platform/mac/ratatouille.xcodeproj/project.pbxproj b/platform/mac/ratatouille.xcodeproj/project.pbxproj index f3316b805..742880be5 100644 --- a/platform/mac/ratatouille.xcodeproj/project.pbxproj +++ b/platform/mac/ratatouille.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 54; objects = { /* Begin PBXAggregateTarget section */ @@ -328,7 +328,6 @@ 072020EE17C58DA100B6D424 /* kernel_filter_blurHorizontal_gl.lua in Sources */ = {isa = PBXBuildFile; fileRef = 072020E617C58D8A00B6D424 /* kernel_filter_blurHorizontal_gl.lua */; }; 072020EF17C58DA100B6D424 /* kernel_filter_blurVertical_gl.lua in Sources */ = {isa = PBXBuildFile; fileRef = 072020E717C58D8A00B6D424 /* kernel_filter_blurVertical_gl.lua */; }; 072020F017C58DA100B6D424 /* kernel_filter_levels_gl.lua in Sources */ = {isa = PBXBuildFile; fileRef = 072020E817C58D8A00B6D424 /* kernel_filter_levels_gl.lua */; }; - 0727BA8716E68FE800981C4B /* network.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0727BA8616E68FE800981C4B /* network.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; 0797EB4D181F0BED00FA57B5 /* Rtt_PlatformMediaProviderBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0797EB4C181F0BED00FA57B5 /* Rtt_PlatformMediaProviderBase.h */; }; 0797EB57181F0C0300FA57B5 /* Rtt_PlatformVideoProvider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0797EB55181F0C0300FA57B5 /* Rtt_PlatformVideoProvider.cpp */; }; 0797EB5D181F0CC400FA57B5 /* Rtt_MacVideoProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0797EB5C181F0CC400FA57B5 /* Rtt_MacVideoProvider.mm */; }; @@ -1266,7 +1265,6 @@ C23D8DC71954EDA300D6555E /* widget_theme_android_holo_light@4x.png in Resources */ = {isa = PBXBuildFile; fileRef = C23D8DC11954EDA300D6555E /* widget_theme_android_holo_light@4x.png */; }; C2427BFC1919481B0011CE7A /* CustomDevice.xib in Resources */ = {isa = PBXBuildFile; fileRef = C2427BFB1919481B0011CE7A /* CustomDevice.xib */; }; C244C0FF1A816AE1008DBA56 /* ALmixer.framework in Copy Frameworks and dylibs */ = {isa = PBXBuildFile; fileRef = 00B737BA12B707B40057F594 /* ALmixer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - C244C1001A8183B1008DBA56 /* network.dylib in Copy Frameworks and dylibs */ = {isa = PBXBuildFile; fileRef = 0727BA8616E68FE800981C4B /* network.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; C24ACF741B38D1250049599D /* OSXAppBuildController.mm in Sources */ = {isa = PBXBuildFile; fileRef = C21732B01B1EAE3B00F79CB8 /* OSXAppBuildController.mm */; }; C24ACF7B1B38D1600049599D /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 00B73CDC12B720C90057F594 /* AppDelegate.mm */; }; C24FA4FE18D14E80002039FB /* composer_scene.lua in Resources */ = {isa = PBXBuildFile; fileRef = C24FA4FD18D14E80002039FB /* composer_scene.lua */; }; @@ -1647,6 +1645,10 @@ F57D17791BE2750800AABAC1 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F57D17781BE2750800AABAC1 /* GameController.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; F57D177A1BE2752900AABAC1 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F57D17781BE2750800AABAC1 /* GameController.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; F5800DF81AE0320D00D11339 /* Rtt_ImageSheetPaintAdapter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5800DF61AE0320D00D11339 /* Rtt_ImageSheetPaintAdapter.cpp */; }; + F583ABE22ADAF54C002799CB /* network.dylib in Copy Frameworks and dylibs */ = {isa = PBXBuildFile; fileRef = F583ABDF2ADAF4F2002799CB /* network.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + F583ABE32ADAF557002799CB /* network.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F583ABDF2ADAF4F2002799CB /* network.dylib */; }; + F583ABE62ADAF569002799CB /* network.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F583ABDF2ADAF4F2002799CB /* network.dylib */; }; + F583ABE72ADAF578002799CB /* network.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = F583ABDF2ADAF4F2002799CB /* network.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; F58CA276245651B2002191EA /* Rtt_HTTPClient.h in Headers */ = {isa = PBXBuildFile; fileRef = F58CA26D245651B2002191EA /* Rtt_HTTPClient.h */; }; F58CA27824565212002191EA /* Rtt_HTTPClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F58CA27724565212002191EA /* Rtt_HTTPClient.mm */; }; F58CA27A24565579002191EA /* Rtt_HTTPClientCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F58CA27924565578002191EA /* Rtt_HTTPClientCommon.cpp */; }; @@ -2154,6 +2156,27 @@ remoteGlobalIDString = F511E5D21D81DDCC0084406E; remoteInfo = CoronaLiveServer; }; + F583ABDE2ADAF4F2002799CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = F583ABD82ADAF4F2002799CB /* NetworkPlugin.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = A49186401641DDB800A39286; + remoteInfo = network; + }; + F583ABE02ADAF543002799CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = F583ABD82ADAF4F2002799CB /* NetworkPlugin.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A49186331641DDB800A39286; + remoteInfo = network; + }; + F583ABE42ADAF55F002799CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = F583ABD82ADAF4F2002799CB /* NetworkPlugin.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A49186331641DDB800A39286; + remoteInfo = network; + }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -2174,9 +2197,9 @@ dstPath = ""; dstSubfolderSpec = 7; files = ( + F583ABE72ADAF578002799CB /* network.dylib in CopyFiles */, A4F12C2516D43685002BCCFB /* licensing.dylib in CopyFiles */, A41AC1B916A75A9E00AD331A /* gameNetwork.dylib in CopyFiles */, - 0727BA8716E68FE800981C4B /* network.dylib in CopyFiles */, A4BCD6E61648D5EC00D8F41A /* ads.dylib in CopyFiles */, A491868F1641FE2600A39286 /* analytics.dylib in CopyFiles */, ); @@ -2197,12 +2220,12 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( + F583ABE22ADAF54C002799CB /* network.dylib in Copy Frameworks and dylibs */, C279452E1B585BD60046B6E8 /* ads.dylib in Copy Frameworks and dylibs */, C279452F1B585BD60046B6E8 /* analytics.dylib in Copy Frameworks and dylibs */, C27945301B585BD60046B6E8 /* gameNetwork.dylib in Copy Frameworks and dylibs */, C27945311B585BD60046B6E8 /* licensing.dylib in Copy Frameworks and dylibs */, C244C0FF1A816AE1008DBA56 /* ALmixer.framework in Copy Frameworks and dylibs */, - C244C1001A8183B1008DBA56 /* network.dylib in Copy Frameworks and dylibs */, ); name = "Copy Frameworks and dylibs"; runOnlyForDeploymentPostprocessing = 0; @@ -2720,7 +2743,6 @@ 072020FE17C6884000B6D424 /* Rtt_LuaData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Rtt_LuaData.h; sourceTree = ""; }; 0724699117D99D41000A1641 /* Rtt_CPUResourcePool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Rtt_CPUResourcePool.cpp; path = Display/Rtt_CPUResourcePool.cpp; sourceTree = ""; }; 0724699217D99D42000A1641 /* Rtt_CPUResourcePool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Rtt_CPUResourcePool.h; path = Display/Rtt_CPUResourcePool.h; sourceTree = ""; }; - 0727BA8616E68FE800981C4B /* network.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = network.dylib; path = "../../plugins/build-core/network/mac/network.dylib"; sourceTree = ""; }; 078BDB8E1811B0B600C17D9A /* Rtt_EmbossedTextObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Rtt_EmbossedTextObject.cpp; path = Display/Rtt_EmbossedTextObject.cpp; sourceTree = ""; }; 078BDB8F1811B0B600C17D9A /* Rtt_EmbossedTextObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Rtt_EmbossedTextObject.h; path = Display/Rtt_EmbossedTextObject.h; sourceTree = ""; }; 078DA949176FBE4900A5193E /* Rtt_AppleTextAlignment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Rtt_AppleTextAlignment.h; path = ../apple/Rtt_AppleTextAlignment.h; sourceTree = ""; }; @@ -3345,6 +3367,7 @@ F57D17781BE2750800AABAC1 /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; }; F5800DF61AE0320D00D11339 /* Rtt_ImageSheetPaintAdapter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Rtt_ImageSheetPaintAdapter.cpp; path = Display/Rtt_ImageSheetPaintAdapter.cpp; sourceTree = ""; }; F5800DF71AE0320D00D11339 /* Rtt_ImageSheetPaintAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Rtt_ImageSheetPaintAdapter.h; path = Display/Rtt_ImageSheetPaintAdapter.h; sourceTree = ""; }; + F583ABD82ADAF4F2002799CB /* NetworkPlugin.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = NetworkPlugin.xcodeproj; path = /Users/vlad/Projects/corona/plugins/network/mac/NetworkPlugin.xcodeproj; sourceTree = ""; }; F58CA26D245651B2002191EA /* Rtt_HTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Rtt_HTTPClient.h; sourceTree = ""; }; F58CA27724565212002191EA /* Rtt_HTTPClient.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Rtt_HTTPClient.mm; sourceTree = SOURCE_ROOT; }; F58CA27924565578002191EA /* Rtt_HTTPClientCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Rtt_HTTPClientCommon.cpp; sourceTree = ""; }; @@ -3448,6 +3471,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + F583ABE62ADAF569002799CB /* network.dylib in Frameworks */, C2C59B2C1E2812FF001DF51E /* CoreMedia.framework in Frameworks */, C2C59B2A1E2812F9001DF51E /* AVFoundation.framework in Frameworks */, C2C59B2B1E2812F9001DF51E /* AVKit.framework in Frameworks */, @@ -3498,6 +3522,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + F583ABE32ADAF557002799CB /* network.dylib in Frameworks */, F5FED0972512248E00AE2911 /* StoreKit.framework in Frameworks */, C2C59B291E2812D6001DF51E /* CoreMedia.framework in Frameworks */, C2C59B271E2812CE001DF51E /* AVFoundation.framework in Frameworks */, @@ -4465,6 +4490,7 @@ 29B97323FDCFA39411CA2CEA /* Frameworks */, 19C28FACFE9D520D11CA2CBB /* Products */, C2B5FEFA1B33705300DD49E6 /* libluafilesystem.a */, + F583ABD82ADAF4F2002799CB /* NetworkPlugin.xcodeproj */, ); name = ratatouille; sourceTree = ""; @@ -4732,7 +4758,6 @@ children = ( A41AC1B516A75A7600AD331A /* gameNetwork.dylib */, A4F12C2316D43662002BCCFB /* licensing.dylib */, - 0727BA8616E68FE800981C4B /* network.dylib */, ); name = plugins; sourceTree = ""; @@ -5390,6 +5415,14 @@ name = Products; sourceTree = ""; }; + F583ABD92ADAF4F2002799CB /* Products */ = { + isa = PBXGroup; + children = ( + F583ABDF2ADAF4F2002799CB /* network.dylib */, + ); + name = Products; + sourceTree = ""; + }; F5F053F520374B87007E92B0 /* Isolated */ = { isa = PBXGroup; children = ( @@ -6118,6 +6151,7 @@ 001F574112B6018500F52101 /* PBXBuildRule */, ); dependencies = ( + F583ABE52ADAF55F002799CB /* PBXTargetDependency */, F533258E1D9DD3CC003613F7 /* PBXTargetDependency */, C21995B01C18A2C000E88FD0 /* PBXTargetDependency */, C2B5FEEE1B336C3D00DD49E6 /* PBXTargetDependency */, @@ -6211,6 +6245,7 @@ buildRules = ( ); dependencies = ( + F583ABE12ADAF543002799CB /* PBXTargetDependency */, C226075C1B4B415D00172FB1 /* PBXTargetDependency */, C2E993261A6B289D00E99F46 /* PBXTargetDependency */, C2E9931C1A6B287500E99F46 /* PBXTargetDependency */, @@ -6292,6 +6327,10 @@ ProductGroup = 0039BCF0132AF4570009B76B /* Products */; ProjectRef = 0039BCEF132AF4570009B76B /* lua.xcodeproj */; }, + { + ProductGroup = F583ABD92ADAF4F2002799CB /* Products */; + ProjectRef = F583ABD82ADAF4F2002799CB /* NetworkPlugin.xcodeproj */; + }, { ProductGroup = A49186031641DCFD00A39286 /* Products */; ProjectRef = A49186021641DCFD00A39286 /* plugins.xcodeproj */; @@ -6441,6 +6480,13 @@ remoteRef = F533257D1D9DD2DF003613F7 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + F583ABDF2ADAF4F2002799CB /* network.dylib */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.dylib"; + path = network.dylib; + remoteRef = F583ABDE2ADAF4F2002799CB /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ @@ -7980,6 +8026,16 @@ name = CoronaLiveServer; targetProxy = F533258D1D9DD3CC003613F7 /* PBXContainerItemProxy */; }; + F583ABE12ADAF543002799CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = network; + targetProxy = F583ABE02ADAF543002799CB /* PBXContainerItemProxy */; + }; + F583ABE52ADAF55F002799CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = network; + targetProxy = F583ABE42ADAF55F002799CB /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ diff --git a/plugins/build-core b/plugins/build-core index b97c28672..75f8814b8 160000 --- a/plugins/build-core +++ b/plugins/build-core @@ -1 +1 @@ -Subproject commit b97c2867203b8c87191a4833b5253bd69fe6173b +Subproject commit 75f8814b8bc7960fc23df3a14690e6d247413339 diff --git a/plugins/network b/plugins/network index de1b258b2..c28846f12 160000 --- a/plugins/network +++ b/plugins/network @@ -1 +1 @@ -Subproject commit de1b258b2e676ae3f37fe583b0dc5c871b8ed0c8 +Subproject commit c28846f125d8a58528e4455a26979d4ee24962ce