This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// RootView.swift | |
// nutritionApp | |
// | |
// | |
// | |
import Combine | |
import Factory | |
import SwiftUI | |
import ToastUI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// YourActivityPageRouter.swift | |
// nutritionApp | |
// | |
// | |
// | |
import Foundation | |
final class YourActivityPageRouter: YourActivityPageRouterProtocol { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Criteria | Daemon | Agent | |
---|---|---|---|
Launch Time | System start | User login | |
User Type | Non-login | Login | |
Home Folder | No | Yes | |
Login Keychain | No | Yes | |
iOS Simulator | No | Yes | |
Provisioning Profiles | No | Yes |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>AlternateMouseScroll</key> | |
<true/> | |
<key>AppleAntiAliasingThreshold</key> | |
<integer>1</integer> | |
<key>AppleScrollAnimationEnabled</key> | |
<integer>0</integer> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Ansi 2 Color" : { | |
"Green Component" : 0.98039215686274506, | |
"Red Component" : 0.31372549019607843, | |
"Blue Component" : 0.4823529411764706 | |
}, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
DEFAULT_USER=`whoami` | |
POWERLEVEL9K_ALWAYS_SHOW_USER=true | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/valter/.oh-my-zsh" | |
export LC_ALL=en_US.UTF-8 | |
export LANG=en_US.UTF-8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew cask install iterm2 | |
brew install zsh | |
brew install zsh-syntax-highlighting | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
zsh --version | |
upgrade_oh_my_zsh | |
vi ~/.zshrc | |
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k | |
======== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apple_id "[email protected]" | |
for_lane :testtf do | |
app_identifier "ru.xxxxx.mobile.test" | |
end | |
for_lane :testfa do | |
app_identifier "ru.xxxxx.mobile.test" | |
end |