Skip to content

Commit 5a37cd9

Browse files
committed
add a custom comment
1 parent d8ab1a8 commit 5a37cd9

File tree

6 files changed

+1
-0
lines changed

6 files changed

+1
-0
lines changed
Binary file not shown.
12 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.
Binary file not shown.

source/IOSResolver/src/IOSResolver.cs

Lines changed: 1 addition & 0 deletions
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)