Lines Matching +full:read +full:- +full:pkg
5 # Use of this source code is governed by a BSD-style license that can be
18 # pkg path to application directory, e.g. out/Debug/dm.app
22 pkg,identstr,profile = sys.argv[1:] variable
27 'security', 'find-identity']).decode('utf-8').split('\n'):
33 print("Please verify by running 'security find-identity' or checking your keychain.")
45 \t<string>''' + profile + r'''</string>''', open(p, 'rb').read().decode("utf-8", "ignore"), re.MULT…
54 os.path.join(pkg, 'embedded.mobileprovision'))
59 \t<string>(.*)</string>''', open(mobileprovision, 'rb').read().decode("utf-8", "ignore"), re.MULTIL…
62 app, _ = os.path.splitext(os.path.basename(pkg))
69 <key>application-identifier</key> <string>{prefix}.com.google.{app}</string>
70 <key>get-task-allow</key> <true/>
73 '''.format(prefix=prefix, app=app).encode("utf-8"))
77 '--force',
78 '--sign', identity,
79 '--entitlements', f.name,
80 '--timestamp=none',
81 pkg])