Skip to content

Commit

Permalink
Fix Pluginized compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shali3 authored and rudro committed Feb 19, 2021
1 parent 18eeaa6 commit 72ebcaf
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions Sample/Pluginized/TicTacToe/TicTacToe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@
remoteGlobalIDString = 4139095220A0F2BC00A26FF5;
remoteInfo = TicTacToe;
};
191B41F720C73BE80052C6CE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4139094B20A0F2BC00A26FF5 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 191B41E320C73BE80052C6CE;
remoteInfo = ScoreSheet;
};
19EF7EC520C855FC005099BA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4139094B20A0F2BC00A26FF5 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 19EF7EB120C855FA005099BA;
remoteInfo = TicTacToeIntegrations;
};
4139099020A22B3900A26FF5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4139094B20A0F2BC00A26FF5 /* Project object */;
Expand Down Expand Up @@ -121,6 +135,21 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
191B420020C73BE80052C6CE /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
19EF7EC820C855FC005099BA /* TicTacToeIntegrations.framework in Embed Frameworks */,
191B41FA20C73BE80052C6CE /* ScoreSheet.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
191B41E420C73BE80052C6CE /* ScoreSheet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ScoreSheet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
191B41E720C73BE80052C6CE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -191,8 +220,10 @@
buildActionMask = 2147483647;
files = (
D350108C25B0C576000953FA /* SnapKit in Frameworks */,
191B41F920C73BE80052C6CE /* ScoreSheet.framework in Frameworks */,
D350109525B0C5E8000953FA /* RxCocoa in Frameworks */,
D350109325B0C5E8000953FA /* RxSwift in Frameworks */,
19EF7EC720C855FC005099BA /* TicTacToeIntegrations.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -440,11 +471,14 @@
4139094F20A0F2BC00A26FF5 /* Sources */,
4139095020A0F2BC00A26FF5 /* Frameworks */,
4139095120A0F2BC00A26FF5 /* Resources */,
191B420020C73BE80052C6CE /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
41F6883221F802AA00AA3CCA /* PBXTargetDependency */,
191B41F820C73BE80052C6CE /* PBXTargetDependency */,
19EF7EC620C855FC005099BA /* PBXTargetDependency */,
);
name = TicTacToe;
packageProductDependencies = (
Expand Down Expand Up @@ -691,6 +725,16 @@
target = 4139095220A0F2BC00A26FF5 /* TicTacToe */;
targetProxy = 191B41F020C73BE80052C6CE /* PBXContainerItemProxy */;
};
191B41F820C73BE80052C6CE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 191B41E320C73BE80052C6CE /* ScoreSheet */;
targetProxy = 191B41F720C73BE80052C6CE /* PBXContainerItemProxy */;
};
19EF7EC620C855FC005099BA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 19EF7EB120C855FA005099BA /* TicTacToeIntegrations */;
targetProxy = 19EF7EC520C855FC005099BA /* PBXContainerItemProxy */;
};
4139099120A22B3900A26FF5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4139095220A0F2BC00A26FF5 /* TicTacToe */;
Expand Down Expand Up @@ -1004,6 +1048,7 @@
4139096620A0F2BD00A26FF5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
Expand All @@ -1024,6 +1069,7 @@
4139096720A0F2BD00A26FF5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
Expand Down

0 comments on commit 72ebcaf

Please sign in to comment.