In order for agvtool to work properly you must first set
Project Settings / Build Settings / Versioning / Versioning System to Apple Generic.
- Create new shared scheme 'Bump Build Number'
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Hello</title> | |
| <link rel="stylesheet" href="media/css/bootstrap.min.css"/> | |
| </head> | |
| <body> | |
| <h1>Hello, world!</h1> | |
| $route['default_controller'] = "pages"; | |
| $route['backend/(:any)'] = "backend/$1"; | |
| $route['(:any)'] = "pages/$1"; | |
| $route['404_override'] = ''; |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteBase /path/project_name/ | |
| # dynamic sitemap.xml | |
| RewriteRule sitemap.xml sitemap.php [L] | |
| ### Canonicalize codeigniter URLs | |
| // set google maps | |
| function initGoogleMaps() { | |
| var loc, map, opt, id, ref; | |
| // whole map | |
| loc = new google.maps.LatLng(44.826535, 20.384703); | |
| opt = { | |
| zoom: 14, | |
| scrollwheel: false, |
| Sub RefreshCells() | |
| Dim r As Range, rr As Range | |
| Set rr = Selection | |
| For Each r In rr | |
| r.Select | |
| Application.SendKeys "{F2}" | |
| Application.SendKeys "{ENTER}" | |
| DoEvents | |
| Next | |
| End Sub |
| var s = selection[0]; | |
| print("————————————————————————————————"); | |
| print("object dump"); | |
| print("————————————————————————————————\n"); | |
| log(s.treeAsDictionary()); | |
| print("————————————————————————————————"); | |
| print("instance methods"); | |
| print("————————————————————————————————\n"); |
| function logMenu(menu) { | |
| var count = [menu numberOfItems]; | |
| for (var n = 0; n < count; ++n) { | |
| var item = [menu itemAtIndex:n]; | |
| if (![item isSeparatorItem]) { | |
| log([item class]); | |
| if ([item hasSubmenu]) { | |
| logMenu([item submenu]); | |
| } else { | |
| var action = NSStringFromSelector([item action]); |
| # https://github.com/CocoaPods/cocoapods-deintegrate | |
| # http://stackoverflow.com/a/17824718/2165585 | |
| # http://stevelorek.com/how-to-shrink-a-git-repository.html | |
| # http://naleid.com/blog/2012/01/17/finding-and-purging-big-files-from-git-history | |
| # https://github.com/zuha/Zuha/wiki/Git-Reduce-Repo-Size | |
| git stash clear | |
| pod deintegrate |
In order for agvtool to work properly you must first set
Project Settings / Build Settings / Versioning / Versioning System to Apple Generic.
| /* | |
| *** Academy Engraved LET *** | |
| AcademyEngravedLetPlain | |
| --------------------- | |
| *** Al Nile *** | |
| AlNile | |
| AlNile-Bold | |
| --------------------- | |
| *** American Typewriter *** | |
| AmericanTypewriter |