Skip to content

Commit

Permalink
Add localization
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetrich committed Jan 30, 2011
1 parent baaaa0f commit 477f387
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "framework"]
path = framework
url = git://github.com/rpetrich/theos.git
[submodule "Localization"]
path = Localization
url = git://github.com/rpetrich/Localization.git
1 change: 1 addition & 0 deletions Localization
Submodule Localization added at f9565c
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ DeepEnd_FRAMEWORKS = Foundation UIKit CoreMotion QuartzCore

ADDITIONAL_CFLAGS = -std=c99

LOCALIZATION_PROJECT_NAME = DeepEnd
LOCALIZATION_DEST_PATH = /Library/PreferenceLoader/Preferences/DeepEnd/

include framework/makefiles/common.mk
include framework/makefiles/tweak.mk
include Localization/makefiles/common.mk

0 comments on commit 477f387

Please sign in to comment.