Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
Open Source Software
TTRCom ME
Commits
15009e74
Commit
15009e74
authored
Dec 18, 2019
by
Timo Tegtmeier
Browse files
Added deployment data and script
parent
1565f860
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
15009e74
...
...
@@ -3,6 +3,7 @@
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
build/
bin/
## User settings
xcuserdata/
...
...
Deployment/background.png
0 → 100644
View file @
15009e74
49.4 KB
Deployment/build-dmg.sh
0 → 100755
View file @
15009e74
#!/bin/sh
create-dmg
--volname
"TTRCom MacEdition"
\
--volicon
../TTRCom.icns
\
--icon-size
80
\
--icon
"TTRCom MacEdition.app"
195 335
\
--app-drop-link
445 335
\
--hide-extension
"TTRCom MacEdition.app"
\
--window-pos
200 120
\
--window-size
640 480
\
--text-size
10
\
--background
"./background.png"
\
"TTRCom MacEdition.dmg"
../bin/
\ No newline at end of file
TTRCom.xcodeproj/project.pbxproj
View file @
15009e74
...
...
@@ -368,7 +368,7 @@
GCC_PREFIX_HEADER
=
TTRCom_Prefix.pch
;
INFOPLIST_FILE
=
Info.plist
;
INSTALL_PATH
=
"$(HOME)/Applications"
;
PRODUCT_BUNDLE_IDENTIFIER
=
"
com.tegi
-
stuff.
TTRCom"
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.tegistuff.
ttrcom.mac
;
PRODUCT_NAME
=
TTRCom
;
SDKROOT
=
macosx
;
WRAPPER_EXTENSION
=
app
;
...
...
@@ -394,7 +394,7 @@
INFOPLIST_FILE
=
Info.plist
;
INSTALL_PATH
=
"$(HOME)/Applications"
;
MACOSX_DEPLOYMENT_TARGET
=
10.6
;
PRODUCT_BUNDLE_IDENTIFIER
=
"
com.tegi
-
stuff.
TTRCom"
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.tegistuff.
ttrcom.mac
;
PRODUCT_NAME
=
"TTRCom MacEdition"
;
SDKROOT
=
macosx
;
VALID_ARCHS
=
"i386 ppc64 ppc7400 ppc970 x86_64 ppc"
;
...
...
TTRCom.xcodeproj/xcshareddata/xcschemes/TTRCom.xcscheme
0 → 100644
View file @
15009e74
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"1130"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
buildImplicitDependencies =
"YES"
>
<BuildActionEntries>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"8D1107260486CEB800E47090"
BuildableName =
"TTRCom MacEdition.app"
BlueprintName =
"TTRCom"
ReferencedContainer =
"container:TTRCom.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv =
"YES"
>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle =
"0"
useCustomWorkingDirectory =
"NO"
ignoresPersistentStateOnLaunch =
"NO"
debugDocumentVersioning =
"YES"
debugServiceExtension =
"internal"
allowLocationSimulation =
"YES"
>
<BuildableProductRunnable
runnableDebuggingMode =
"0"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"8D1107260486CEB800E47090"
BuildableName =
"TTRCom MacEdition.app"
BlueprintName =
"TTRCom"
ReferencedContainer =
"container:TTRCom.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration =
"Release"
shouldUseLaunchSchemeArgsEnv =
"YES"
savedToolIdentifier =
""
useCustomWorkingDirectory =
"NO"
debugDocumentVersioning =
"YES"
>
<BuildableProductRunnable
runnableDebuggingMode =
"0"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"8D1107260486CEB800E47090"
BuildableName =
"TTRCom MacEdition.app"
BlueprintName =
"TTRCom"
ReferencedContainer =
"container:TTRCom.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration =
"Debug"
>
</AnalyzeAction>
<ArchiveAction
buildConfiguration =
"Release"
revealArchiveInOrganizer =
"YES"
>
</ArchiveAction>
</Scheme>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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