Skip to content

Commit

Permalink
Update to latest theos
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetrich committed Jan 2, 2011
1 parent c7677a4 commit b7f2e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@
_
obj
.DS_Store
.theos
2 changes: 1 addition & 1 deletion framework
Submodule framework updated 70 files
+3 −0 .gitignore
+139 −0 bin/bootstrap.sh
+2 −0 bin/fakeroot.sh
+1 −1 bin/install.copyFile
+1 −1 bin/install.exec
+21 −8 bin/lib/Logos/BaseMethod.pm
+1 −1 bin/lib/Logos/Generator/MobileSubstrate/Class.pm
+5 −5 bin/lib/Logos/Generator/MobileSubstrate/Method.pm
+37 −0 bin/lib/Logos/Generator/MobileSubstrate/StaticClassGroup.pm
+170 −55 bin/logos.pl
+55 −0 bin/package_version.sh
+23 −0 bin/vercmp.pl
+82 −37 documentation/makefiles.docbook
+1 −1 include
+0 −0 lib/.keep
+0 −29 lib/DHLocalizedListController.mm
+ lib/DHLocalizedListController.o
+0 −6 lib/Makefile
+4 −4 makefiles/aggregate.mk
+4 −4 makefiles/application.mk
+4 −4 makefiles/bundle.mk
+75 −73 makefiles/common.mk
+4 −4 makefiles/framework.mk
+21 −16 makefiles/instance/application.mk
+19 −19 makefiles/instance/bundle.mk
+17 −17 makefiles/instance/framework.mk
+13 −13 makefiles/instance/library.mk
+2 −2 makefiles/instance/null.mk
+38 −37 makefiles/instance/rules.mk
+15 −15 makefiles/instance/shared/bundle.mk
+10 −10 makefiles/instance/subproject.mk
+13 −13 makefiles/instance/tool.mk
+5 −5 makefiles/instance/tweak.mk
+52 −0 makefiles/legacy.mk
+4 −4 makefiles/library.mk
+8 −8 makefiles/master/aggregate.mk
+3 −3 makefiles/master/application.mk
+2 −2 makefiles/master/bundle.mk
+2 −2 makefiles/master/framework.mk
+2 −2 makefiles/master/library.mk
+2 −2 makefiles/master/null.mk
+24 −25 makefiles/master/rules.mk
+2 −2 makefiles/master/subproject.mk
+2 −2 makefiles/master/tool.mk
+5 −2 makefiles/master/tweak.mk
+9 −9 makefiles/messages.mk
+4 −4 makefiles/null.mk
+33 −37 makefiles/package.mk
+5 −5 makefiles/platform/Darwin-arm.mk
+5 −5 makefiles/platform/Darwin.mk
+5 −5 makefiles/platform/Linux.mk
+58 −34 makefiles/rules.mk
+4 −4 makefiles/subproject.mk
+5 −6 makefiles/targets/Darwin-arm/iphone.mk
+13 −8 makefiles/targets/Darwin/iphone.mk
+7 −4 makefiles/targets/Darwin/macosx.mk
+20 −10 makefiles/targets/Darwin/simulator.mk
+5 −5 makefiles/targets/Linux/iphone.mk
+6 −6 makefiles/targets/Linux/linux.mk
+2 −0 makefiles/targets/_common/darwin.mk
+4 −4 makefiles/targets/_common/install_deb_local.mk
+12 −12 makefiles/targets/_common/install_deb_remote.mk
+4 −4 makefiles/tool.mk
+4 −4 makefiles/tweak.mk
+0 −0 mod/.keep
+1 −1 templates/iphone/application.nic
+1 −1 templates/iphone/library.nic
+3 −3 templates/iphone/preference_bundle.nic
+1 −1 templates/iphone/tool.nic
+1 −1 templates/iphone/tweak.nic

0 comments on commit b7f2e1e

Please sign in to comment.