{ "info": { "author": "Urban Airship", "author_email": "support@urbanairship.com", "bugtrack_url": null, "classifiers": [], "description": "Urban Airship Verification\n==========================\n\nCommand line tools for verifying builds with Urban Airship. Two command line tools\nare installed, one for use with iOS builds, one for use with Android builds.\n\nSetup for Use\n-------------\n\nThe script is written against the default install of Python 2.7.2 installed on OS X 10.8.3.\nIt's been designed to have no third party dependencies. Running on a previous version of\nPython has not been thoroughly tested, and my have issues. You can set the default\nPython version with the following command, see *man python* for more details\n::\n defaults write com.apple.versioner.python Version 2.7\n\nYou can install the tool multiple ways. If you aren't using a virtualenv, you'll\nneed to sudo to install the tool::\n\n pip install uaverify (if pip is available) or easy_install uaverify\n\n\nSetup for Development\n---------------------\n\nIf you want to work on the tools themselves, this is a useful install method.\nRun it from the root of the project repo::\n\n python setup.py develop\n\nIf you want to take the tool out for a spin directly from the repository, this command will install\nit in your local bin::\n\n pip install -e \"git+git@github.com:urbanairship/uaverify.git#egg=uaverify\"\n\n\nUsage\n-----\n\n**Breaking changes from previous release**\nuaverify has now changed to uav-ios with the addition of the uav-android tool. Now both tools are\ninstalled at the same time. \n\nThis::\n\n uaverify /path/to/app\n\nis now::\n\n uav-ios /path/to/app <--> uav-android /path/to/project/dir\n\n\n**Standard usage for iOS**::\n\n uav-ios /path/to/app\n\nThe path to the build output (the AppName.app) bundle is dependent on the Xcode build configuration.\nPlease see the Xcode documentation for more details:\n\nhttp://developer.apple.com/library/mac/#documentation/DeveloperTools/Reference/XcodeBuildSettingRef/0-Introduction/introduction.html\n\nYou can use xcodebuild to locate the build output path, specifically the CODESIGNING_FOLDER_PATH parameter. This path changes\naccording to your build settings, so make sure and use the proper configuration. See the xcodebuild manpage for more information\n\n**Standard usage for Android**::\n\n uav-android /path/to/project/directory\n\n**For projects with more than one AndroidManifest, you'll need to pass the path to the manifest you want to use.**::\n\n uav-android /path/to/project/directory -m /path/to/manifest\n\n**Diagnostic usage for either tool**::\n\n uav-ios /path/to/app -d or uav-android /path/to/project/dir/ -d\n\nThe `-d` command line flag will product a diagnostic file by logging to stdout\nand a file at the same time with the additional step of appending the raw\nentitlements, API response, and AirshipConfig.plist data to the end of the\nfile. You can append this file to support correspondence or bug reports.", "description_content_type": null, "docs_url": "https://pythonhosted.org/uaverify/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/urbanairship/powercar", "keywords": null, "license": "APLv2", "maintainer": null, "maintainer_email": null, "name": "uaverify", "package_url": "https://pypi.org/project/uaverify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/uaverify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/urbanairship/powercar" }, "release_url": "https://pypi.org/project/uaverify/0.7.4/", "requires_dist": null, "requires_python": null, "summary": "Urban Airship Build Verification", "version": "0.7.4" }, "last_serial": 840893, "releases": { "0.6.4": [ { "comment_text": "", "digests": { "md5": "8e2bbd7a913a7eb7fd3829fdec962a2e", "sha256": "e49761acd7ccfb3328d78473531a180d7748c31b4c9f91b8bdf41acf51d84fc8" }, "downloads": -1, "filename": "uaverify-0.6.4.tar.gz", "has_sig": false, "md5_digest": "8e2bbd7a913a7eb7fd3829fdec962a2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11940, "upload_time": "2013-02-08T18:03:36", "url": "https://files.pythonhosted.org/packages/c4/35/f7935197a80e8cc49583e53132f02b0a289d7773cfd992f8cf9bbce8bf3a/uaverify-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "6785ffdb1e68273d0aeda6cc59fef0ed", "sha256": "23c6013d56efb9f7b60ff4fe7fb2b566765d335a2e1a0c7fb4dde9a58b9863fe" }, "downloads": -1, "filename": "uaverify-0.6.5.tar.gz", "has_sig": false, "md5_digest": "6785ffdb1e68273d0aeda6cc59fef0ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12016, "upload_time": "2013-03-21T22:29:22", "url": "https://files.pythonhosted.org/packages/bc/1a/1e95a17e1ea1d9f29252dd1e40b48efb4f64629051b27ccff24e7fd131b3/uaverify-0.6.5.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "3c0d164e4d6ef4cc5a8e328e56ab3d89", "sha256": "f1a0c7a9436ba33045f26dfb418911c0c1dfee626a6ece089217825ffe4ee7f5" }, "downloads": -1, "filename": "uaverify-0.7.0.tar.gz", "has_sig": false, "md5_digest": "3c0d164e4d6ef4cc5a8e328e56ab3d89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19053, "upload_time": "2013-04-04T20:32:25", "url": "https://files.pythonhosted.org/packages/8d/da/ac514e8695d706b22d3da6ed954540778f6c932218c8691ab3d9f4f05992/uaverify-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "b7e77c6edf2301846bcb3d17b791168c", "sha256": "36435f4632630aed5fbf0964638fc35b99f5354af205800d00fc27ee2348821e" }, "downloads": -1, "filename": "uaverify-0.7.1.tar.gz", "has_sig": false, "md5_digest": "b7e77c6edf2301846bcb3d17b791168c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19752, "upload_time": "2013-04-23T19:14:38", "url": "https://files.pythonhosted.org/packages/52/42/cb825804097e2eb2d12dd4ab11e8f6e71d8fa48c6ab2cbb71ac456421c5c/uaverify-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "48770eb5c715bd859b3388f31831d3e8", "sha256": "a07d4b1e31a458d32e9cb5b959a7462d764b8309a2cb5ddf3a36c1a68e5bc178" }, "downloads": -1, "filename": "uaverify-0.7.2.tar.gz", "has_sig": false, "md5_digest": "48770eb5c715bd859b3388f31831d3e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20443, "upload_time": "2013-06-12T20:17:52", "url": "https://files.pythonhosted.org/packages/90/83/e03450ebdab53eb06c78d80cae88ec3f712eaa4d7d8aecfadac5a4993b82/uaverify-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "785bdc5f4cf7a9bdeddee71d0f52e56d", "sha256": "2e6573c0e87de147dda78a65317edf75c5484958004254721f4970063b610bc7" }, "downloads": -1, "filename": "uaverify-0.7.3.tar.gz", "has_sig": false, "md5_digest": "785bdc5f4cf7a9bdeddee71d0f52e56d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20591, "upload_time": "2013-08-09T21:18:29", "url": "https://files.pythonhosted.org/packages/b0/63/40ba097bdeaa17f1cd9693265c1bf22760b8a9e941957be46ba3d08cb7d4/uaverify-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "f16f01ef6904f199fb39df2387f09753", "sha256": "eb91ba4a749e85d0173259417900717dbc40f8193dd311682008635e4ca2356d" }, "downloads": -1, "filename": "uaverify-0.7.4.tar.gz", "has_sig": false, "md5_digest": "f16f01ef6904f199fb39df2387f09753", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20680, "upload_time": "2013-08-15T16:50:50", "url": "https://files.pythonhosted.org/packages/2f/33/70767174a94659fe80167a0b30a0955f8f3a634cd09d59f538e49291dc7c/uaverify-0.7.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f16f01ef6904f199fb39df2387f09753", "sha256": "eb91ba4a749e85d0173259417900717dbc40f8193dd311682008635e4ca2356d" }, "downloads": -1, "filename": "uaverify-0.7.4.tar.gz", "has_sig": false, "md5_digest": "f16f01ef6904f199fb39df2387f09753", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20680, "upload_time": "2013-08-15T16:50:50", "url": "https://files.pythonhosted.org/packages/2f/33/70767174a94659fe80167a0b30a0955f8f3a634cd09d59f538e49291dc7c/uaverify-0.7.4.tar.gz" } ] }