Set "Release" build as default in XCode Project
This commit is contained in:
parent
0ce0266417
commit
4f3bf491db
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,3 +17,4 @@ core
|
|||
core*
|
||||
telegram-adium/telegram-adium.xcodeproj/project.xcworkspace/xcuserdata/matj.xcuserdatad/UserInterfaceState.xcuserstate
|
||||
telegram-adium/telegram-adium.xcodeproj/xcuserdata/matj.xcuserdatad
|
||||
telegram-adium/telegram-adium.xcodeproj/project.xcworkspace/xcuserdata/*
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Debug"
|
||||
buildConfiguration = "Release"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
allowLocationSimulation = "YES">
|
||||
|
|
Loading…
Add table
Reference in a new issue