This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# (Above line comes out when placing in Xcode scheme) | |
# | |
API_TOKEN=<TestFlight API token here> | |
TEAM_TOKEN=<TestFlight team token here> | |
SIGNING_IDENTITY="iPhone Distribution: Development Seed" | |
PROVISIONING_PROFILE="${HOME}/Library/MobileDevice/Provisioning Profiles/MapBox Ad Hoc.mobileprovision" | |
#LOG="/tmp/testflight.log" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%DEFAULT includepath pig/include.pig | |
RUN $includepath; | |
%DEFAULT time 60 | |
-- for local mode: uncomment the next line and comment the one after that | |
--%DEFAULT old_snort_conf 'lib/snort-2905/etc/snort.conf' | |
%DEFAULT old_snort_conf '/mnt/var/lib/snort-2905/etc/snort.conf' | |
-- for local mode: uncomment the next line and comment the one after that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2008-10-17", | |
"Id": "Policy1361081479235", | |
"Statement": [ | |
{ | |
"Sid": "Stmt1361081441897", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "arn:aws:iam::772560792726:user/packetloop-s3" | |
}, |