Skip to content

Commit

Permalink
Update theos
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetrich committed Feb 27, 2011
1 parent 14c160a commit 802d3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
._*
*.deb
.debmake
_
obj
.theos
2 changes: 1 addition & 1 deletion framework
Submodule framework updated 84 files
+4 −0 .gitignore
+3 −0 LICENSE
+3 −1 Prefix.pch
+2 −0 README.md
+180 −0 bin/bootstrap.sh
+38 −0 bin/denicify.pl
+2 −0 bin/fakeroot.sh
+1 −1 bin/install.copyFile
+1 −1 bin/install.exec
+3 −9 bin/lib/Logos/BaseClass.pm
+26 −69 bin/lib/Logos/BaseMethod.pm
+46 −0 bin/lib/Logos/BaseStaticClassGroup.pm
+5 −18 bin/lib/Logos/BaseSubclass.pm
+22 −0 bin/lib/Logos/Generator/MobileSubstrate/Base.pm
+17 −0 bin/lib/Logos/Generator/MobileSubstrate/Class.pm
+77 −0 bin/lib/Logos/Generator/MobileSubstrate/Method.pm
+2 −33 bin/lib/Logos/Generator/MobileSubstrate/StaticClassGroup.pm
+24 −0 bin/lib/Logos/Generator/MobileSubstrate/Subclass.pm
+7 −1 bin/lib/Logos/Group.pm
+187 −0 bin/lib/NIC/Formats/NIC1.pm
+249 −105 bin/logos.pl
+219 −0 bin/nic.pl
+70 −0 bin/nicify.pl
+55 −0 bin/package_version.sh
+23 −0 bin/vercmp.pl
+1 −1 documentation/Makefile
+83 −38 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
+77 −70 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
+45 −42 makefiles/instance/rules.mk
+15 −15 makefiles/instance/shared/bundle.mk
+10 −9 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
+28 −26 makefiles/master/rules.mk
+2 −2 makefiles/master/subproject.mk
+2 −2 makefiles/master/tool.mk
+6 −3 makefiles/master/tweak.mk
+12 −9 makefiles/messages.mk
+4 −4 makefiles/null.mk
+39 −37 makefiles/package.mk
+5 −5 makefiles/platform/Darwin-arm.mk
+5 −5 makefiles/platform/Darwin.mk
+5 −5 makefiles/platform/Linux.mk
+62 −38 makefiles/rules.mk
+4 −4 makefiles/subproject.mk
+7 −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
+89 −0 templates/iphone/application.nic
+27 −0 templates/iphone/library.nic
+108 −0 templates/iphone/preference_bundle.nic
+27 −0 templates/iphone/tool.nic
+26 −30 templates/iphone/tweak.nic

0 comments on commit 802d3e5

Please sign in to comment.