0

I was wondering if there was a way to detect a build or run in Xcode on a Cocoa app i.e. detect if the user of the app has built/run an xcode project?

4

1 回答 1

0

您可以为此使用@( DATE )。

NSString *versionText = [NSString stringWithFormat:"Version is %@",@(__DATE__)];
于 2014-03-13T06:59:30.627 回答