File tree

6 files changed

+1
-0
lines changed

6 files changed

+1
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -2298,6 +2298,7 @@ public static void GenPodfile(BuildTarget buildTarget,
22982298

22992299
using (StreamWriter file = new StreamWriter(podfilePath)) {
23002300
file.WriteLine(GeneratePodfileSourcesSection());
2301+
file.WriteLine("# DellaBitta\n");
23012302
switch (EditorUserBuildSettings.activeBuildTarget) {
23022303
case BuildTarget.iOS:
23032304
file.WriteLine(String.Format("platform :ios, '{0}'\n",

0 commit comments

Comments
 (0)