2013年11月14日 星期四

.gitignore file for Xcode 5 Projects (Using CocoaPods)

以下是自我的記錄
有許多資料仍在確認其用途
但先記錄起來,如果有興趣也歡迎討論。

----------------------------------------------------------------------------------------------------

# github上有專門在維護.gitignore的設定 (Objective-c.gitignore)
# OS X generated - 主要記錄使用者對於每個資料夾的不同設定 (圖示大小、位置、其它屬性)
.DS_Store

# Xcode
# Exclude the build directory
build/

# Exclude user-specific Xcode 5 files
*.pbxuser
!default.pbxuser

*.mode1v3
!default.mode1v3

*.mode2v3
!default.mode2v3

*.perspectivev3
!default.perspectivev3

# 此為資料夾型態,不同的使用者都會產生 (e.g.   your_name.xcuserdatad)
xcuserdata

# github上面的gitignore,已經將xcworkspace從gitignore中移除。
# 是否最好移除,尚待查看

原因在此
*.xcworkspace
!default.xcworkspace

# The .xccheckout file contains VCS metadata, and should therefore not be checked into the VCS.
*.xccheckout

profile
*.moved-aside
DerivedData
*.hmap
*.xccheckout

# CocoaPods
# 但Pods官方有提供,建議Podfile.lock & Manifest.lock應該要被留住
# 網路上有不同的考量。
# 1. 已經使用過pod install,產生的資料不應該再變動,以維持一致性
# 2. 應該要移除。每次專案的產生都應該用pod install來維護。Pods

2013年11月7日 星期四

Linux Mint上安裝及啟動嘸蝦米輸入法

安裝完Linux Mint 15之後,發現沒有中文輸入法,還滿麻煩的
上網查了一下,總結如下:

#1. 安裝 hime 輸入法
       sudo apt-get install hime
#2. 設定 hime 為預設輸入法
       im-switch -s hime
       (注意:若沒安裝im-switch,需要先安裝它 sudo apt-get install im-switch)
#3. 搜尋及下載 嘸蝦米表格檔 (noseeing.gtab)
       Google it!!!
#4. 啟動 hime 輸入法 (登出再登入)
       選單->登出;再次登入
#5. 將表格檔置入 hime 中 
       開啟檔案管理資料夾(綠色資料夾),按右鍵->Show Hidden Files (顯示隱藏檔)
       解壓縮剛剛下載的 noseeing.gtab 檔案(tar.gz之類)
       將 noseeing.gtab 置入 /home/your_user_name/.config/hime 資料夾下。
#6. 在右下方的工具列上,會看到 hime 的圖示,設定嘸蝦米輸入法
       (在圖示上)按右鍵->設定/工具->內定輸入法&開啟/關閉
       設定你常用的輸入法,沒用到的請把打勾取消。
       按「確定」之後,再按「結束」。
#7. 恭禧你,可以開始試用了