chore: 미사용 StoryService 인스턴스 제거 및 iOS 최소 버전 명시

- game_play_screen: 미사용 _storyService 인스턴스 및 import 제거
- iOS Podfile: platform :ios, '13.0' 명시
This commit is contained in:
JiWoong Sul
2026-03-19 16:52:17 +09:00
parent a45eafa8fc
commit 3d5e0af84d
2 changed files with 4 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '13.0'
# iOS 최소 배포 대상
platform :ios, '13.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'