File tree 12 files changed +23
-11
lines changed
12 files changed +23
-11
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ version=` cat VERSION`
4
+
5
+ rm -rf SourceGit.app
6
+
7
+ mkdir -p SourceGit.app/Contents/Resources
8
+ mkdir -p SourceGit.app/Contents/MacOS
9
+ cp build/resources/app/App.icns SourceGit.app/Contents/Resources/App.icns
10
+ sed " s/SOURCE_GIT_VERSION/${version} /g" build/resources/app/App.plist > SourceGit.app/Contents/Info.plist
11
+ dotnet publish src/SourceGit.csproj -c Release -r osx-arm64 -o SourceGit.app/Contents/MacOS
12
+ rm -rf SourceGit.app/Contents/MacOS/SourceGit.dsym
Original file line number Diff line number Diff line change 236
236
<x : String x : Key =" Text.Diff.Binary.Old" xml : space =" preserve" >ALT</x : String >
237
237
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >Kopieren</x : String >
238
238
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >Dateimodus geändert</x : String >
239
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignoriere Leerzeichenänderungen und EOL </x : String >
239
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignoriere Leerzeichenänderungen</x : String >
240
240
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >LFS OBJEKT ÄNDERUNG</x : String >
241
241
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >Nächste Änderung</x : String >
242
242
<x : String x : Key =" Text.Diff.NoChange" xml : space =" preserve" >KEINE ÄNDERUNG ODER NUR ZEILEN-ENDE ÄNDERUNGEN</x : String >
Original file line number Diff line number Diff line change 253
253
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >Copy</x : String >
254
254
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >File Mode Changed</x : String >
255
255
<x : String x : Key =" Text.Diff.First" xml : space =" preserve" >First Difference</x : String >
256
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignore Whitespace & EOL Changes</x : String >
256
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignore All Whitespace Changes</x : String >
257
257
<x : String x : Key =" Text.Diff.Last" xml : space =" preserve" >Last Difference</x : String >
258
258
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >LFS OBJECT CHANGE</x : String >
259
259
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >Next Difference</x : String >
Original file line number Diff line number Diff line change 257
257
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >Copiar</x : String >
258
258
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >Modo de Archivo Cambiado</x : String >
259
259
<x : String x : Key =" Text.Diff.First" xml : space =" preserve" >Primera Diferencia</x : String >
260
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignorar Cambio de Espacios en Blanco y EOL </x : String >
260
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignorar Cambio de Espacios en Blanco</x : String >
261
261
<x : String x : Key =" Text.Diff.Last" xml : space =" preserve" >Última Diferencia</x : String >
262
262
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >CAMBIO DE OBJETO LFS</x : String >
263
263
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >Siguiente Diferencia</x : String >
Original file line number Diff line number Diff line change 241
241
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >Copier</x : String >
242
242
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >Mode de fichier changé</x : String >
243
243
<x : String x : Key =" Text.Diff.First" xml : space =" preserve" >Première différence</x : String >
244
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignorer les changements d'espaces et EOL </x : String >
244
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignorer les changements d'espaces</x : String >
245
245
<x : String x : Key =" Text.Diff.Last" xml : space =" preserve" >Dernière différence</x : String >
246
246
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >CHANGEMENT D'OBJET LFS</x : String >
247
247
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >Différence suivante</x : String >
Original file line number Diff line number Diff line change 240
240
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >Copia</x : String >
241
241
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >Modalità File Modificata</x : String >
242
242
<x : String x : Key =" Text.Diff.First" xml : space =" preserve" >Prima differenza</x : String >
243
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignora Modifiche agli Spazi e EOL </x : String >
243
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignora Modifiche agli Spazi</x : String >
244
244
<x : String x : Key =" Text.Diff.Last" xml : space =" preserve" >Ultima differenza</x : String >
245
245
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >MODIFICA OGGETTO LFS</x : String >
246
246
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >Differenza Successiva</x : String >
Original file line number Diff line number Diff line change 241
241
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >コピー</x : String >
242
242
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >ファイルモードが変更されました</x : String >
243
243
<x : String x : Key =" Text.Diff.First" xml : space =" preserve" >先頭の差分</x : String >
244
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >空白の変更とEOLを無視 </x : String >
244
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >空白の変更を無視 </x : String >
245
245
<x : String x : Key =" Text.Diff.Last" xml : space =" preserve" >最後の差分</x : String >
246
246
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >LFSオブジェクトの変更</x : String >
247
247
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >次の差分</x : String >
Original file line number Diff line number Diff line change 217
217
<x : String x : Key =" Text.Diff.Binary.Old" xml : space =" preserve" >ANTIGO</x : String >
218
218
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >Copiar</x : String >
219
219
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >Modo de Arquivo Alterado</x : String >
220
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignorar mudanças de espaço em branco e EOL </x : String >
220
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Ignorar mudanças de espaço em branco</x : String >
221
221
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >MUDANÇA DE OBJETO LFS</x : String >
222
222
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >Próxima Diferença</x : String >
223
223
<x : String x : Key =" Text.Diff.NoChange" xml : space =" preserve" >SEM MUDANÇAS OU APENAS MUDANÇAS DE EOL</x : String >
Original file line number Diff line number Diff line change 257
257
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >Копировать</x : String >
258
258
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >Режим файла изменён</x : String >
259
259
<x : String x : Key =" Text.Diff.First" xml : space =" preserve" >Первое различие</x : String >
260
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Игнорировать изменение пробелов и EOL </x : String >
260
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >Игнорировать изменение пробелов</x : String >
261
261
<x : String x : Key =" Text.Diff.Last" xml : space =" preserve" >Последнее различие</x : String >
262
262
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >ИЗМЕНЕНИЕ ОБЪЕКТА LFS</x : String >
263
263
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >Следующее различие</x : String >
Original file line number Diff line number Diff line change 241
241
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >நகல்</x : String >
242
242
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >கோப்பு முறை மாற்றப்பட்டது</x : String >
243
243
<x : String x : Key =" Text.Diff.First" xml : space =" preserve" >முதல் வேறுபாடு</x : String >
244
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >வெள்ளைவெளி மாற்றத்தை மற்றும் EOL புறக்கணி</x : String >
244
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >வெள்ளைவெளி மாற்றத்தை புறக்கணி</x : String >
245
245
<x : String x : Key =" Text.Diff.Last" xml : space =" preserve" >கடைசி வேறுபாடு</x : String >
246
246
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >பெகோஅ பொருள் மாற்றம்</x : String >
247
247
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >அடுத்த வேறுபாடு</x : String >
Original file line number Diff line number Diff line change 257
257
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >复制</x : String >
258
258
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >文件权限已变化</x : String >
259
259
<x : String x : Key =" Text.Diff.First" xml : space =" preserve" >首个差异</x : String >
260
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >忽略空白符号和EOL变化 </x : String >
260
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >忽略空白符号变化 </x : String >
261
261
<x : String x : Key =" Text.Diff.Last" xml : space =" preserve" >最后一个差异</x : String >
262
262
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >LFS对象变更</x : String >
263
263
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >下一个差异</x : String >
Original file line number Diff line number Diff line change 257
257
<x : String x : Key =" Text.Diff.Copy" xml : space =" preserve" >複製</x : String >
258
258
<x : String x : Key =" Text.Diff.FileModeChanged" xml : space =" preserve" >檔案權限已變更</x : String >
259
259
<x : String x : Key =" Text.Diff.First" xml : space =" preserve" >第一個差異</x : String >
260
- <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >忽略空白符號和 EOL 變化 </x : String >
260
+ <x : String x : Key =" Text.Diff.IgnoreWhitespace" xml : space =" preserve" >忽略空白符號變化 </x : String >
261
261
<x : String x : Key =" Text.Diff.Last" xml : space =" preserve" >最後一個差異</x : String >
262
262
<x : String x : Key =" Text.Diff.LFS" xml : space =" preserve" >LFS 物件變更</x : String >
263
263
<x : String x : Key =" Text.Diff.Next" xml : space =" preserve" >下一個差異</x : String >
You can’t perform that action at this time.
0 commit comments