File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ let targets: [Target] = [
4747 infoPlist: . file( path: " WatchApp/Support/Info.plist " ) ,
4848 sources: [ " WatchApp/Sources/** " ] ,
4949 resources: [ " WatchApp/Resources/** " ] ,
50+ entitlements: " WatchApp/Support/ \( env. appName) -Watch.entitlements " ,
5051 dependencies: [
5152 . WatchModule. watchAppNetwork,
5253 . WatchModule. watchDesignSystem
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5- <key >NSUserTrackingUsageDescription </key >
6- <string >더 나은 경험 제공 및 앱 안정성 향상을 위해 사용자 활동 및 오류 데이터 수집에 동의해주세요. </string >
75 <key >API_BASE_URL </key >
86 <string >$(API_BASE_URL) </string >
97 <key >CFBundleDevelopmentRegion </key >
3230 <true />
3331 <key >NSPhotoLibraryUsageDescription </key >
3432 <string ></string >
33+ <key >NSUserTrackingUsageDescription </key >
34+ <string >더 나은 경험 제공 및 앱 안정성 향상을 위해 사용자 활동 및 오류 데이터 수집에 동의해주세요. </string >
3535 <key >SOCKET_BASE_URL </key >
3636 <string >$(SOCKET_BASE_URL) </string >
3737 <key >UIApplicationSceneManifest </key >
5656 <key >UIBackgroundModes </key >
5757 <array >
5858 <string >remote-notification </string >
59- <string >fetch </string >
60- <string >processing </string >
6159 </array >
6260 <key >UILaunchStoryboardName </key >
6361 <string >LaunchScreen </string >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >keychain-access-groups</key >
6+ <array >
7+ <string >$(AppIdentifierPrefix)$(WATCH_APP_BUNDLE_ID)</string >
8+ </array >
9+ </dict >
10+ </plist >
You can’t perform that action at this time.
0 commit comments