Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
Nasium Lse
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
25
Issues
25
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
nasium-lse
Nasium Lse
Commits
3aaae68e
Commit
3aaae68e
authored
Feb 06, 2016
by
Pascal J. Bourguignon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped version number.
parent
c0d9f31a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
13 deletions
+15
-13
Info.plist
src/macosx/NASIUM-LSE.app/Contents/Info.plist
+3
-3
nasium-lse.sh
src/macosx/NASIUM-LSE.app/Contents/MacOS/nasium-lse.sh
+3
-2
VERSION
src/macosx/VERSION
+1
-1
VERSION_LONG
src/macosx/VERSION_LONG
+5
-5
VERSION_SHORT
src/macosx/VERSION_SHORT
+1
-1
nasium-lse.sh
src/macosx/nasium-lse.sh
+2
-1
No files found.
src/macosx/NASIUM-LSE.app/Contents/Info.plist
View file @
3aaae68e
...
@@ -15,11 +15,11 @@
...
@@ -15,11 +15,11 @@
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
<
string
>
com.ogamita.nasium-lse
<
/string
>
<
string
>
com.ogamita.nasium-lse
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1.0.0-0.
074
-CCL-DARWIN
<
/string
>
<
string
>
1.0.0-0.
999817
-CCL-DARWIN
<
/string
>
<
k
e
y
>
CFBundleGetInfoString
<
/k
e
y
>
<
k
e
y
>
CFBundleGetInfoString
<
/k
e
y
>
<
string
>
1.0.0-0.
074-CCL-DARWIN
,
compiled
2012-05-06
20:45:28
on
galatea.lan.informatimago.com
<
/string
>
<
string
>
1.0.0-0.
999817-CCL-DARWIN
,
commit
ac02947a9da4843109f1ad247489d7ec2b8ac53d
,
compiled
2015-04-03
13:26:45
,
on
larissa.local
,
with
features
(
lse-unix
lse-extensions
lse-case-insensitive
)
.
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.0.0-0.
074
<
/string
>
<
string
>
1.0.0-0.
999817
<
/string
>
<
k
e
y
>
CFBundleDocumentTypes
<
/k
e
y
>
<
k
e
y
>
CFBundleDocumentTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
a
rr
a
y
>
...
...
src/macosx/NASIUM-LSE.app/Contents/MacOS/nasium-lse.sh
View file @
3aaae68e
...
@@ -2,10 +2,11 @@
...
@@ -2,10 +2,11 @@
cd
"
$(
dirname
"
$0
"
)
/../.."
cd
"
$(
dirname
"
$0
"
)
/../.."
APP
=
"
$(
pwd
)
"
APP
=
"
$(
pwd
)
"
Terminal_PROFILE
=
"
$APP
/Contents/Resources/nasium-lse.terminal"
Terminal_PROFILE
=
"
$APP
/Contents/Resources/nasium-lse.terminal"
NasiumLSE_PGM
=
"
$APP
/Contents/MacOS/lse-ccl-darwin-apple-1
1.3.0-i386
"
NasiumLSE_PGM
=
"
$APP
/Contents/MacOS/lse-ccl-darwin-apple-1
4.1.0-x86-64
"
exec
osascript
<<
EOF
exec
osascript
<<
EOF
tell app "Terminal"
tell app "Terminal"
open "
${
Terminal_PROFILE
}
"
open "
${
Terminal_PROFILE
}
"
do script "
${
NasiumLSE_PGM
}
; exit" in first window
do script "
${
NasiumLSE_PGM
}
--modern-mode --accept-lowcase --mixed-output --accented-output --bell --unicode-halfwidth-arrows --show-bindings
; exit" in first window
end tell
end tell
EOF
EOF
# --configuration-macosx-terminal
src/macosx/VERSION
View file @
3aaae68e
1.0.0-0.999827-CCL-LINUX
1.0.0-0.999817-CCL-DARWIN
\ No newline at end of file
\ No newline at end of file
src/macosx/VERSION_LONG
View file @
3aaae68e
1.0.0-0.999827-CCL-LINUX,
1.0.0-0.999817-CCL-DARWIN,
commit d964e85ab3511940130fb8204ca25b87229a2831,
commit ac02947a9da4843109f1ad247489d7ec2b8ac53d,
compiled 2014-07-29 22:54:55,
compiled 2015-04-03 13:26:45,
on kuiper,
on larissa.local,
with features (lse-unix lse-extensions lse-server lse-case-insensitive).
with features (lse-unix lse-extensions lse-case-insensitive).
\ No newline at end of file
\ No newline at end of file
src/macosx/VERSION_SHORT
View file @
3aaae68e
1.0.0-0.999827
1.0.0-0.999817
\ No newline at end of file
\ No newline at end of file
src/macosx/nasium-lse.sh
View file @
3aaae68e
...
@@ -2,10 +2,11 @@
...
@@ -2,10 +2,11 @@
cd
"
$(
dirname
"
$0
"
)
/../.."
cd
"
$(
dirname
"
$0
"
)
/../.."
APP
=
"
$(
pwd
)
"
APP
=
"
$(
pwd
)
"
Terminal_PROFILE
=
"
$APP
/Contents/Resources/nasium-lse.terminal"
Terminal_PROFILE
=
"
$APP
/Contents/Resources/nasium-lse.terminal"
NasiumLSE_PGM
=
"
$APP
/Contents/MacOS/lse-ccl-darwin-apple-1
1.3.0-i386
"
NasiumLSE_PGM
=
"
$APP
/Contents/MacOS/lse-ccl-darwin-apple-1
4.1.0-x86-64
"
exec
osascript
<<
EOF
exec
osascript
<<
EOF
tell app "Terminal"
tell app "Terminal"
open "
${
Terminal_PROFILE
}
"
open "
${
Terminal_PROFILE
}
"
do script "
${
NasiumLSE_PGM
}
--configuration-macosx-terminal ; exit" in first window
do script "
${
NasiumLSE_PGM
}
--configuration-macosx-terminal ; exit" in first window
end tell
end tell
EOF
EOF
# --modern-mode --accept-lowcase --mixed-output --accented-output --bell --unicode-halfwidth-arrows --show-bindings
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment