I hereby claim:
- I am ikovalisko on github.
- I am ikovalisko (https://keybase.io/ikovalisko) on keybase.
- I have a public key whose fingerprint is 8C57 60C6 C197 03A7 C461 3531 6366 E04D 5AE3 E6D8
To claim this, I am signing this object:
| <rss xmlns:vg="http://www.vg.no/namespace" version="2.0"> | |
| <channel> | |
| <image> | |
| <title>VG RSS</title> | |
| <url>https://vgc.no/gfx/vg-rss.png</url> | |
| <link>https://www.vg.no</link> | |
| </image> | |
| <title>VG RSS</title> | |
| <ttl>10</ttl> | |
| <description>VG RSS</description> |
I hereby claim:
To claim this, I am signing this object:
| Pod::Spec.new do |s| | |
| s.name = "MDSpreadView" | |
| s.version = "0.7" | |
| s.summary = "A 2D table view for iOS apps!" | |
| s.homepage = "https://github.com/mochidev/MDSpreadViewDemo" | |
| s.screenshots = "https://raw.github.com/mochidev/MDSpreadViewDemo/master/Artwork/Screenshot.png" | |
| s.license = { :type => 'MIT', :text => <<-LICENSE | |
| Copyright (c) 2012 Dimitri Bouniol, Mochi Development, Inc. |
| uk: | |
| errors: | |
| messages: | |
| expired: "протерміновано, створіть новий" | |
| not_found: "не знайдено" | |
| already_confirmed: "вже було підтверджено, спробуйте увійти" | |
| not_locked: "не було заблоковано" | |
| not_saved: | |
| one: "Виникла помилка, через яку неможливо зберегти зміни:" | |
| other: "Виникли помилки (загалом - %{count}), через які неможливо зберегти зміни:" |
| #!/bin/bash | |
| # https://gist.github.com/949831 | |
| # http://blog.carbonfive.com/2011/05/04/automated-ad-hoc-builds-using-xcode-4/ | |
| # command line OTA distribution references and examples | |
| # http://nachbaur.com/blog/how-to-automate-your-iphone-app-builds-with-hudson | |
| # http://nachbaur.com/blog/building-ios-apps-for-over-the-air-adhoc-distribution | |
| # http://blog.octo.com/en/automating-over-the-air-deployment-for-iphone/ | |
| # http://www.neat.io/posts/2010/10/27/automated-ota-ios-app-distribution.html |