Skip to content

Commit fc602f1

Browse files
JordiFBfacebook-github-bot
authored andcommitted
Fixed importer configuration for iOS resolver
Summary: Fixed importer configuration for iOS resolver dll to create the podfile when unity build the iOS example. Reviewed By: SergioGuerreroFB Differential Revision: D37994964 fbshipit-source-id: 5a8e9bf23912eae96ade4bff42450f83a248f95b
1 parent 451ad69 commit fc602f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Facebook.Unity.Editor/FacebookImporter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ private static void SetiOSResolverConfiguration(string path)
137137
iOSDLL.SetCompatibleWithEditor(true);
138138
iOSDLL.SetEditorData("OS", "macOS");
139139
iOSDLL.SetEditorData("CPU", "AnyCPU");
140+
iOSDLL.SetCompatibleWithPlatform(BuildTarget.iOS, true);
140141
}
141142
}
142143

0 commit comments

Comments
 (0)