Skip to content

Instantly share code, notes, and snippets.

@oks
Created September 22, 2016 17:43
Show Gist options
  • Save oks/d830cc9c3a204c323ae8e134fb75a576 to your computer and use it in GitHub Desktop.
Save oks/d830cc9c3a204c323ae8e134fb75a576 to your computer and use it in GitHub Desktop.
UTReportType b = UTReportTypeFull;
char iss[] = {'i', 's', 's', 'u', 'e',0};
char fdback[] = {'f', 'e', 'e', 'd', 'b', 'a', 'c', 'k', 0};
if([str isEqualToString:[NSString stringWithUTF8String:iss]])
b = UTReportTypeIssue;
else if([str isEqualToString:[NSString stringWithUTF8String:fdback]])
b = UTReportTypeBetaTesterFeedback;
return b;//*/
@oks
Copy link
Author

oks commented Sep 23, 2016

screen shot 2016-05-31 at 4 03 41 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment