File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ // swift-tools-version:4.0
2
+ //
3
+ // Package.swift
4
+ // XcodeEditor
5
+ //
6
+
7
+ import PackageDescription
8
+
9
+ let package = Package (
10
+ name: " XcodeEditor " ,
11
+ products: [
12
+ . library( name: " XcodeEditor " , targets: [ " XcodeEditor " ] ) ,
13
+ ] ,
14
+ targets: [
15
+ . target(
16
+ name: " XcodeEditor " ,
17
+ dependencies: [ ] ,
18
+ path: " Source " ,
19
+ publicHeadersPath: " Include "
20
+ ) ,
21
+ ] ,
22
+ swiftLanguageVersions: [ 4 ]
23
+ )
Original file line number Diff line number Diff line change 167
167
BA798FA437C805530668B6D8 /* XCKeyBuilderTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XCKeyBuilderTests.m; sourceTree = "<group>"; };
168
168
BA798FDC4BEACAEE1C96D00A /* XcodeEditor-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.info; path = "XcodeEditor-Info.plist"; sourceTree = "<group>"; };
169
169
BA798FDC785409B3956AE64A /* XCTestResourceUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XCTestResourceUtils.h; sourceTree = "<group>"; };
170
+ E892C10F20149CFA00BED02B /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
170
171
E892C1112014A10300BED02B /* NSString+RemoveEmoji.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSString+RemoveEmoji.h"; sourceTree = "<group>"; };
171
172
E892C1122014A10300BED02B /* XCAbstractDefinition.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XCAbstractDefinition.h; sourceTree = "<group>"; };
172
173
E892C1132014A10300BED02B /* XCBuildFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XCBuildFile.h; sourceTree = "<group>"; };
215
216
6BE8FDA31C01C190001EF5B3 = {
216
217
isa = PBXGroup;
217
218
children = (
219
+ E892C10F20149CFA00BED02B /* Package.swift */,
218
220
6BE8FDAF1C01C190001EF5B3 /* XcodeEditor */,
219
221
6BE8FDBB1C01C190001EF5B3 /* XcodeEditorTests */,
220
222
6BE8FDAE1C01C190001EF5B3 /* Products */,
You can’t perform that action at this time.
0 commit comments