|
|
@@ -217,6 +217,7 @@
|
|
|
|
|
|
- (void)setApplicationID:(uint32_t)appID;
|
|
|
|
|
|
+#if TARGET_OS_MAC && !TARGET_OS_IPHONE
|
|
|
/** Retrieve application ID string
|
|
|
|
|
|
@return The `NSString` value of the application ID.
|
|
|
@@ -224,6 +225,7 @@
|
|
|
@see setApplicationIDString:
|
|
|
*/
|
|
|
|
|
|
+
|
|
|
- (NSString*)applicationIDString;
|
|
|
|
|
|
/** Set the application ID string
|
|
|
@@ -236,5 +238,7 @@
|
|
|
- (void)setApplicationIDString:(NSString*)string;
|
|
|
#endif
|
|
|
|
|
|
+#endif
|
|
|
+
|
|
|
|
|
|
@end
|