Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions Runnect-iOS/RNWatch Watch App/Info.plist

This file was deleted.

27 changes: 12 additions & 15 deletions Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,21 +376,10 @@
DAD5A3E1296D4C6500C8166B /* PickedMapListResponseDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickedMapListResponseDto.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
71F206B02F38B00000DF721E /* Exceptions for "RNWatch Watch App" folder in "RNWatch Watch App" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 71F206762F38949F00DF721E /* RNWatch Watch App */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
71F2067B2F38949F00DF721E /* RNWatch Watch App */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
71F206B02F38B00000DF721E /* Exceptions for "RNWatch Watch App" folder in "RNWatch Watch App" target */,
);
explicitFileTypes = {
};
Expand Down Expand Up @@ -1606,9 +1595,13 @@
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = "RNWatch Watch App/Info.plist";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = Runnect;
INFOPLIST_KEY_NSHealthShareUsageDescription = "러닝 중 심박수와 칼로리 정보를 표시하기 위해 건강 데이터 접근이 필요합니다.";
INFOPLIST_KEY_NSHealthUpdateUsageDescription = "러닝 운동 기록을 건강 앱에 저장하기 위해 건강 데이터 쓰기 권한이 필요합니다.";
INFOPLIST_KEY_UIUserInterfaceStyle = Dark;
INFOPLIST_KEY_WKApplication = YES;
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = "com.runnect.Runnect-iOS";
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_WKWatchOnly = YES;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -1643,9 +1636,13 @@
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = "RNWatch Watch App/Info.plist";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = Runnect;
INFOPLIST_KEY_NSHealthShareUsageDescription = "러닝 중 심박수와 칼로리 정보를 표시하기 위해 건강 데이터 접근이 필요합니다.";
INFOPLIST_KEY_NSHealthUpdateUsageDescription = "러닝 운동 기록을 건강 앱에 저장하기 위해 건강 데이터 쓰기 권한이 필요합니다.";
INFOPLIST_KEY_UIUserInterfaceStyle = Dark;
INFOPLIST_KEY_WKApplication = YES;
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = "com.runnect.Runnect-iOS";
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_WKWatchOnly = YES;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down