- GitHub Staff
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using Foundation; | |
| using UIKit; | |
| using HockeyApp.iOS; | |
| namespace AppToTrack.iOS |
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 | |
| manifestPath= | |
| placeholderKey= | |
| googleMapsKey= | |
| while getopts "m:p:g:" o; do | |
| case "${o}" in | |
| m) manifestPath="${OPTARG}" ;; | |
| p) placeholderKey="${OPTARG}" ;; |
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
| using Foundation; | |
| using UIKit; | |
| using CoreGraphics; | |
| using ObjCRuntime; | |
| using MobileCoreServices; | |
| namespace WebViewExample.iOS | |
| { | |
| public class CustomWebView : UIWebView | |
| { |
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
| using System; | |
| using UIKit; | |
| using Foundation; | |
| using System.Collections.Generic; | |
| namespace Notifications.iOS | |
| { | |
| #region APN Payload Container | |
| /* * |
NewerOlder