Skip to content

Commit aef70d2

Browse files
committed
chore: minor tweaks
1 parent 96ad597 commit aef70d2

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

templates/library/$.gitattributes

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//
22
// Use this file to import your target's public headers that you would like to expose to Swift.
3-
//
3+
//

templates/native-library/example/ios/<%= project.name %>Example.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,4 @@
438438
/* End XCConfigurationList section */
439439
};
440440
rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
441-
}
441+
}

templates/native-library/example/ios/File.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
// File.swift
33
// <%= project.name %>Example
44
//
5-
// Created by Mateo Silguero on 06/05/2020.
6-
// Copyright © 2020 Facebook. All rights reserved.
7-
//
85

9-
import Foundation
6+
import Foundation

0 commit comments

Comments
 (0)