在 Xcode 中使用 Apple 脚本,在应用程序启动时检查系统日期以进行验证
我正在使用 Xcode 和 applescript 库编写一个 mac 应用程序。我想添加一组代码,以便在程序启动时,它将与系统日期进行比较。如果日期在指定范围内,则继续。如果日期检查超出范围,则立即终止程序。
有人可以提供任何建议吗?谢谢你!
代码:3.2.5 OSX 10.6 雪豹
I am writing a mac application using Xcode with applescript base. I want to add in a set of code so upon program launch, it would compare with system date. If date within range specified, proceed. If date check is out of range then terminate program immediately.
Can anyone offer any suggestions? thank you!
Xcode: 3.2.5
OSX 10.6 Snow Leopard
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的意思是这样的吗?
Do you mean something like this?