-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f74513
commit 014596c
Showing
29 changed files
with
129 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// The Deliverfile allows you to store various App Store Connect metadata | ||
// For more information, check out the docs | ||
// https://docs.fastlane.tools/actions/deliver/ | ||
|
||
// In general, you can use the options available | ||
// fastlane deliver --help | ||
|
||
// Remove the // in front of the line to enable the option | ||
|
||
class Deliverfile: DeliverfileProtocol { | ||
//var username: String { return "" } | ||
//var appIdentifier: String? { return "" } | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Zachary Gorak |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
The all-in-one Network Utility application! | ||
|
||
• Network connectivity status | ||
• Network interface information | ||
• WiFi information | ||
• VPN information | ||
• Host information | ||
• Google Web Risk Information (purchase or API key required) | ||
• WHOIS information from Whois XML API (subscription or API key required) | ||
• DNS information from Whois XML API (subscription or API key required) | ||
• Domain and IP reputation information from Whois XML API (subscription or API key required) | ||
• Ping utility | ||
• Device information | ||
• View page source | ||
|
||
Information used by cyber security professionals, payment processors, law enforcement, website owners, and domain investors. | ||
|
||
Find ties to cybercrime and enhance your cyber defense. This information could be particularly useful in mitigating phishing and other malware-enabled attacks. | ||
|
||
► WHOIS Information (Subscription required or bring your own API key) | ||
◆ Get registrant name, organization, e-mail address, registration address, registrar information, creation date, expiration date, updated date, domain availability, domain age, and much more. | ||
◆ Real-time WHOIS data, ensuring that only the most up to date and accurate information is available | ||
▸ Check domain names availability and to track domain registration changes. | ||
▸ Ensure reliable and secure domain name ownership transfer and management. | ||
▸ Protect your intellectual property and to check potential trademark infringements. They also use Whois searches to scope domain name similarities, duplicates, or copycats. | ||
▸ Domain investors use the information gained from Whois searches to learn about their competition and to identify investment opportunities. | ||
▸ Identify all the connected domains, websites and IP addresses associated with fraudulent activities and criminals. | ||
▸ Identify new business and partnership opportunities and to locate potential buyers through the contact details provided in the Whois records. | ||
▸ Obtain more insights on your user base with statistical analyses, helping you create better marketing strategies and campaigns, focus on the right customers, and cater to formerly untapped markets | ||
|
||
► DNS Information (Subscription required or bring your own API key) | ||
A domain has a number of records associated with it, a DNS server can be queried to determine the IP address of the primary domain (A record), mail servers (MX records), DNS servers (NS nameservers) and other items such as SPF records (TXT records). | ||
◆ Displays the DNS information critical for identifying who is hosting a particular domain name or website. | ||
◆ Determine the Mail Servers for Particular Domain You might use this API to find out what server(s) accept email for a specific domain (by doing an MX record lookup). | ||
◆ Determine the IP address of the primary domain (A record), mail servers (MX records), DNS servers (name servers) and other items such as SPF records (TXT records). | ||
◆ Determine whether the domain restricts who can send email - You might use this API to determine the SPF record for a domain (by looking up the TXT record for the domain), to see if the domain tries to restrict who can send email using the domain | ||
|
||
► Reputation Information (Subscription required or bring your own API key) | ||
◆ Instantly audit your or someone else’s domain or IP address with Domain Reputation API. The tool uses hundreds of parameters to calculate reputation scores. | ||
|
||
► Web Risk (Purchase required or bring your own API key) | ||
◆ Check URLs against Google's constantly updated lists of unsafe web resources | ||
|
||
Open source: https://github.com/twodayslate/NetUtils |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
networking, utilities, ping, source, reachability, whois, dns, ip, ipv4, ipv6, web, risk, cyber |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
http://zac.gorak.us/ios |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NetUtils |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
http://zac.gorak.us/ios/privacy.html |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The most unified & consistent WHOIS, DNS, and reputation lookups in the App Store - now with Web Risk! |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bug fixes and improvements | ||
|
||
Reviews are welcomed and appreciated - thank you for the support! |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Network Utilities |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
http://zac.gorak.us/ios |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PRODUCTIVITY |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[email protected] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Zachary |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Gorak |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Source code: https://github.com/twodayslate/NetUtils |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
UTILITIES |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Screenshots Naming Rules | ||
|
||
Put all screenshots you want to use inside the folder of its language (e.g. `en-US`). | ||
The device type will automatically be recognized using the image resolution. | ||
|
||
The screenshots can be named whatever you want, but keep in mind they are sorted | ||
alphabetically, in a human-friendly way. See https://github.com/fastlane/fastlane/pull/18200 for more details. | ||
|
||
### Exceptions | ||
|
||
#### iPad Pro (3rd Gen) 12.9" | ||
|
||
Since iPad Pro (3rd Gen) 12.9" and iPad Pro (2nd Gen) 12.9" have the same image | ||
resolution, screenshots of the iPad Pro (3rd gen) 12.9" must contain either the | ||
string `iPad Pro (12.9-inch) (3rd generation)`, `IPAD_PRO_3GEN_129`, or `ipadPro129` | ||
(App Store Connect's internal naming of the display family for the 3rd generation iPad Pro) | ||
in its filename to be assigned the correct display family and to be uploaded to | ||
the correct screenshot slot in your app's metadata. | ||
|
||
### Other Platforms | ||
|
||
#### Apple TV | ||
|
||
Apple TV screenshots should be stored in a subdirectory named `appleTV` with language | ||
folders inside of it. | ||
|
||
#### iMessage | ||
|
||
iMessage screenshots, like the Apple TV ones, should also be stored in a subdirectory | ||
named `iMessage`, with language folders inside of it. |