diff --git a/.DS_Store b/.DS_Store index f295ecd..c84a717 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/NexacroN/.DS_Store b/NexacroN/.DS_Store index c4b1606..a7a11e5 100644 Binary files a/NexacroN/.DS_Store and b/NexacroN/.DS_Store differ diff --git a/NexacroN/iOS/.DS_Store b/NexacroN/iOS/.DS_Store index 333f730..e700533 100644 Binary files a/NexacroN/iOS/.DS_Store and b/NexacroN/iOS/.DS_Store differ diff --git a/NexacroN/iOS/nexacroApp/.DS_Store b/NexacroN/iOS/nexacroApp/.DS_Store index 82d55fb..2214631 100644 Binary files a/NexacroN/iOS/nexacroApp/.DS_Store and b/NexacroN/iOS/nexacroApp/.DS_Store differ diff --git a/NexacroN/iOS/nexacroApp/nexacroApp.xcodeproj/project.pbxproj b/NexacroN/iOS/nexacroApp/nexacroApp.xcodeproj/project.pbxproj index 0c9576c..8799101 100644 --- a/NexacroN/iOS/nexacroApp/nexacroApp.xcodeproj/project.pbxproj +++ b/NexacroN/iOS/nexacroApp/nexacroApp.xcodeproj/project.pbxproj @@ -181,7 +181,7 @@ TargetAttributes = { B8EC880C1DE702DD00C30DD6 = { CreatedOnToolsVersion = 8.1; - DevelopmentTeam = RAH8A8577Q; + DevelopmentTeam = 7SXB4FT49B; ProvisioningStyle = Automatic; SystemCapabilities = { com.apple.BackgroundModes = { @@ -388,7 +388,7 @@ buildSettings = { CLANG_ENABLE_OBJC_ARC = YES; CODE_SIGN_ENTITLEMENTS = nexacroApp/nexacroApp.entitlements; - DEVELOPMENT_TEAM = RAH8A8577Q; + DEVELOPMENT_TEAM = 7SXB4FT49B; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/nexacroApp/Library", @@ -404,7 +404,7 @@ "-framework", nexacro, ); - PRODUCT_BUNDLE_IDENTIFIER = com.tobesoft.nexacroApp; + PRODUCT_BUNDLE_IDENTIFIER = com.tobesoft.nexacroApp123; PRODUCT_NAME = "${TARGET_NAME}"; TARGETED_DEVICE_FAMILY = "1,2"; VALID_ARCHS = ""; @@ -418,7 +418,7 @@ buildSettings = { CLANG_ENABLE_OBJC_ARC = YES; CODE_SIGN_ENTITLEMENTS = nexacroApp/nexacroApp.entitlements; - DEVELOPMENT_TEAM = RAH8A8577Q; + DEVELOPMENT_TEAM = 7SXB4FT49B; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/nexacroApp/Library", @@ -434,7 +434,7 @@ "-framework", nexacro, ); - PRODUCT_BUNDLE_IDENTIFIER = com.tobesoft.nexacroApp; + PRODUCT_BUNDLE_IDENTIFIER = com.tobesoft.nexacroApp123; PRODUCT_NAME = "${TARGET_NAME}"; TARGETED_DEVICE_FAMILY = "1,2"; VALID_ARCHS = ""; diff --git a/NexacroN/iOS/nexacroApp/nexacroApp/nexacroApp-Info.plist b/NexacroN/iOS/nexacroApp/nexacroApp/nexacroApp-Info.plist index b692a6a..4d901e4 100644 --- a/NexacroN/iOS/nexacroApp/nexacroApp/nexacroApp-Info.plist +++ b/NexacroN/iOS/nexacroApp/nexacroApp/nexacroApp-Info.plist @@ -18,10 +18,25 @@ APPL CFBundleShortVersionString 1.0 + CFBundleURLTypes + + + CFBundleURLName + com.tobesoft.nexacroApp + CFBundleURLSchemes + + nexacroApp + + + CFBundleVersion 1 LSApplicationCategoryType + LSApplicationQueriesSchemes + + ExternalAPITest + LSRequiresIPhoneOS NSAppTransportSecurity @@ -29,12 +44,30 @@ NSAllowsArbitraryLoads + NSBluetoothAlwaysUsageDescription + 블루투스에 접근하기 위해 사용됩니다. + NSBluetoothPeripheralUsageDescription + 블루투스에 접근하기 위해 사용됩니다. + NSCalendarsUsageDescription + 일정을 조회 하기 위해 사용됩니다. + NSCameraUsageDescription + 카메라에 접근하기 위해 사용됩니다. + NSContactsUsageDescription + 연락처를 조회하고 추가 하는데 사용됩니다. NSLocationAlwaysUsageDescription Google Map 사용자 위치 서비스에 사용됩니다. NSLocationUsageDescription Google Map 사용자 위치 서비스에 사용됩니다. NSLocationWhenInUseUsageDescription Google Map 사용자 위치 서비스에 사용됩니다. + NSMicrophoneUsageDescription + 마이크를 통해 소리를 녹음 하는데 사용됩니다. + NSPhotoLibraryAddUsageDescription + 앨범에 접근하기 위해 사용됩니다. + NSPhotoLibraryUsageDescription + 앨범에 접근하기 위해 사용됩니다. + NSRemindersUsageDescription + 미리 알림 접근을 위해 사용됩니다. UIBackgroundModes UIFileSharingEnabled @@ -63,38 +96,5 @@ UIViewControllerBasedStatusBarAppearance - LSApplicationQueriesSchemes - - ExternalAPITest - - NSCameraUsageDescription - 카메라에 접근하기 위해 사용됩니다. - NSPhotoLibraryAddUsageDescription - 앨범에 접근하기 위해 사용됩니다. - NSPhotoLibraryUsageDescription - 앨범에 접근하기 위해 사용됩니다. - CFBundleURLTypes - - - CFBundleURLName - com.tobesoft.nexacroApp - CFBundleURLSchemes - - nexacroApp - - - - NSBluetoothAlwaysUsageDescription - 블루투스에 접근하기 위해 사용됩니다. - NSBluetoothPeripheralUsageDescription - 블루투스에 접근하기 위해 사용됩니다. - NSRemindersUsageDescription - 미리 알림 접근을 위해 사용됩니다. - NSContactsUsageDescription - 연락처를 조회하고 추가 하는데 사용됩니다. - NSMicrophoneUsageDescription - 마이크를 통해 소리를 녹음 하는데 사용됩니다. - NSCalendarsUsageDescription - 일정을 조회 하기 위해 사용됩니다.