|
25 | 25 | B19FD9FE1FD5A14700A0864A /* FinderWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B19FD9FD1FD5A14700A0864A /* FinderWindow.swift */; }; |
26 | 26 | B19FDA001FD5A16400A0864A /* FinderFinderWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B19FD9FF1FD5A16400A0864A /* FinderFinderWindow.swift */; }; |
27 | 27 | B1AED4B028369EA3004B2A19 /* Icon.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1AED4AF28369C94004B2A19 /* Icon.swift */; }; |
| 28 | + B1AED4B22836B247004B2A19 /* AppInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1AED4B12836B1F2004B2A19 /* AppInfo.swift */; }; |
28 | 29 | B1FF6E1E210948E30056E3C0 /* AppleScript.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1FF6E1D210948E30056E3C0 /* AppleScript.swift */; }; |
29 | 30 | /* End PBXBuildFile section */ |
30 | 31 |
|
|
54 | 55 | B19FD9FD1FD5A14700A0864A /* FinderWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinderWindow.swift; sourceTree = "<group>"; }; |
55 | 56 | B19FD9FF1FD5A16400A0864A /* FinderFinderWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinderFinderWindow.swift; sourceTree = "<group>"; }; |
56 | 57 | B1AED4AF28369C94004B2A19 /* Icon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Icon.swift; sourceTree = "<group>"; }; |
| 58 | + B1AED4B12836B1F2004B2A19 /* AppInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppInfo.swift; sourceTree = "<group>"; }; |
57 | 59 | B1FF6E1D210948E30056E3C0 /* AppleScript.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleScript.swift; sourceTree = "<group>"; }; |
58 | 60 | /* End PBXFileReference section */ |
59 | 61 |
|
|
110 | 112 | children = ( |
111 | 113 | B19FD9A91FD51BE800A0864A /* main.swift */, |
112 | 114 | B1AED4AF28369C94004B2A19 /* Icon.swift */, |
| 115 | + B1AED4B12836B1F2004B2A19 /* AppInfo.swift */, |
113 | 116 | B108F89720EE3F230020BA08 /* Alert.swift */, |
114 | 117 | B108F88A20EE33F90020BA08 /* URL.swift */, |
115 | 118 | B108F88C20EE37240020BA08 /* Settings.swift */, |
|
238 | 241 | B19FD9EB1FD5552800A0864A /* FinderApplication.swift in Sources */, |
239 | 242 | B108F89020EE398C0020BA08 /* AppleTerminal.swift in Sources */, |
240 | 243 | B1AED4B028369EA3004B2A19 /* Icon.swift in Sources */, |
| 244 | + B1AED4B22836B247004B2A19 /* AppInfo.swift in Sources */, |
241 | 245 | B108F89420EE3A390020BA08 /* iTerm2.swift in Sources */, |
242 | 246 | B19FD9F11FD5552800A0864A /* TerminalApplication.swift in Sources */, |
243 | 247 | B19FD9D61FD538B000A0864A /* main.swift in Sources */, |
|
369 | 373 | CODE_SIGN_IDENTITY = "-"; |
370 | 374 | CODE_SIGN_STYLE = Manual; |
371 | 375 | COMBINE_HIDPI_IMAGES = YES; |
372 | | - CURRENT_PROJECT_VERSION = 7; |
| 376 | + CURRENT_PROJECT_VERSION = 8; |
373 | 377 | DEVELOPMENT_TEAM = ""; |
374 | 378 | INFOPLIST_FILE = Sources/OpenTerminal/Info.plist; |
375 | 379 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
|
392 | 396 | CODE_SIGN_STYLE = Manual; |
393 | 397 | COMBINE_HIDPI_IMAGES = YES; |
394 | 398 | COPY_PHASE_STRIP = YES; |
395 | | - CURRENT_PROJECT_VERSION = 7; |
| 399 | + CURRENT_PROJECT_VERSION = 8; |
396 | 400 | DEVELOPMENT_TEAM = ""; |
397 | 401 | INFOPLIST_FILE = Sources/OpenTerminal/Info.plist; |
398 | 402 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
|
0 commit comments