Thema: iOS do not Backup Flag

Einzelnen Beitrag anzeigen

Benutzerbild von Union
Union

Registriert seit: 18. Mär 2004
Ort: Luxembourg
3.487 Beiträge
 
Delphi 7 Enterprise
 
#9

AW: do not Backup Flag

  Alt 17. Jul 2013, 14:04
Ja das sollte gehen:
Code:
#import "Foundation/NSUrl.h"
NSLog(@"Wert '%@'", NSURLIsExcludedFromBackupKey);
Zitat von XCode Debugger:
2013-07-17 14:58:44.666 aaa[861:c07] Wert 'NSURLIsExcludedFromBackupKey'
Bzw. in Delphi:
ShowMessage(CocoaNSStringConst('/System/Library/Frameworks/Foundation.framework/Foundation', 'NSURLIsExcludedFromBackupKey').UTF8String);
Ibi fas ubi proxima merces
sudo /Developer/Library/uninstall-devtools --mode=all

Geändert von Union (17. Jul 2013 um 14:56 Uhr)
  Mit Zitat antworten Zitat