ccgus 12 lat temu
rodzic
commit
e6424da53b
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      src/FMDatabaseAdditions.h

+ 4 - 0
src/FMDatabaseAdditions.h

@@ -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