|
10 | 10 | C95922102D889B6700C6BE09 /* EmacsOpenLibrary in Frameworks */ = {isa = PBXBuildFile; productRef = C959220F2D889B6700C6BE09 /* EmacsOpenLibrary */; }; |
11 | 11 | C95EB5392D82DEF700B38586 /* EmacsOpen.swift in Sources */ = {isa = PBXBuildFile; fileRef = C95EB5382D82DEF400B38586 /* EmacsOpen.swift */; }; |
12 | 12 | C95EB53D2D82E5C700B38586 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C95EB53C2D82E5C700B38586 /* SwiftUI.framework */; }; |
13 | | - C9DCF97F2D82DC18009DCE78 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = C9DCF97C2D82DC18009DCE78 /* Info.plist */; }; |
14 | 13 | /* End PBXBuildFile section */ |
15 | 14 |
|
16 | 15 | /* Begin PBXFileReference section */ |
|
20 | 19 | C972C4A42D82B697006991D5 /* EmacsOpen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmacsOpen.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
21 | 20 | C9DCF9772D82DB38009DCE78 /* EmacsOpen.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = EmacsOpen.entitlements; sourceTree = "<group>"; }; |
22 | 21 | C9DCF97C2D82DC18009DCE78 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 22 | + C9E193952D900927007D8E80 /* EmacsOpen-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "EmacsOpen-Info.plist"; sourceTree = "<group>"; }; |
23 | 23 | /* End PBXFileReference section */ |
24 | 24 |
|
25 | 25 | /* Begin PBXFrameworksBuildPhase section */ |
|
46 | 46 | C972C49B2D82B697006991D5 = { |
47 | 47 | isa = PBXGroup; |
48 | 48 | children = ( |
| 49 | + C9E193952D900927007D8E80 /* EmacsOpen-Info.plist */, |
49 | 50 | C96B30992D8F3B7900D06AF4 /* .xcconfig */, |
50 | 51 | C9DCF9792D82DB38009DCE78 /* EmacsOpenApp */, |
51 | 52 | C94966532D82D30300427100 /* Frameworks */, |
|
137 | 138 | isa = PBXResourcesBuildPhase; |
138 | 139 | buildActionMask = 2147483647; |
139 | 140 | files = ( |
140 | | - C9DCF97F2D82DC18009DCE78 /* Info.plist in Resources */, |
141 | 141 | ); |
142 | 142 | runOnlyForDeploymentPostprocessing = 0; |
143 | 143 | }; |
|
289 | 289 | ENABLE_HARDENED_RUNTIME = YES; |
290 | 290 | ENABLE_PREVIEWS = YES; |
291 | 291 | GENERATE_INFOPLIST_FILE = YES; |
| 292 | + INFOPLIST_FILE = "EmacsOpen-Info.plist"; |
292 | 293 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity"; |
293 | 294 | INFOPLIST_KEY_LSUIElement = YES; |
294 | 295 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
|
319 | 320 | ENABLE_HARDENED_RUNTIME = YES; |
320 | 321 | ENABLE_PREVIEWS = YES; |
321 | 322 | GENERATE_INFOPLIST_FILE = YES; |
| 323 | + INFOPLIST_FILE = "EmacsOpen-Info.plist"; |
322 | 324 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity"; |
323 | 325 | INFOPLIST_KEY_LSUIElement = YES; |
324 | 326 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
|
0 commit comments