Results 5 comments of Yasuharu Yanamura

@takahirom Hi, I have a question. is it OK to fetch session API when every time user opens SpeakerView? we should use cache sessions data? https://github.com/DroidKaigi/conference-app-2020/pull/633#discussion_r371366488

@ducbm051291 Could you try running the command `agvtool what-version -terse` on your Xcode project directory and see what happens?

@murilodag Thanks for your good question! Currently this action is just using [agvtool](https://developer.apple.com/library/archive/qa/qa1827/_index.html) to bump version and build number. agvtool has ability to automatically update build number, but not version....

@yingtao-butterflymx if you want to run this GitHubActions when version.txt is changed, how about this setting? ``` on: push: paths: - 'version.txt' ```