Build information in iOS Application (date/time app was built)

前端 未结 2 1210
小蘑菇
小蘑菇 2020-12-10 05:55

I\'m looking for a way to dynamically add in information about the application during the build process of an iOS application.

During testing, it would be great to k

2条回答
  •  青春惊慌失措
    2020-12-10 06:16

    You can also use standard macro __DATE__ which will result string like "Jun 25 1980" of course with proper current date of build.

提交回复
热议问题