-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/remove uisearchdisplaycontroller #8
Open
fuji70
wants to merge
13
commits into
develop
Choose a base branch
from
feature/remove_uisearchdisplaycontroller
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
①Info.plistを開く ②+ボタンを押す ③KeyにUser Interface Styleと追加する ④ValueにLightと追加する
FujisawaGomi-Info.plistにPrivacy-Location When In UseUsageDescriptionを選択して追加 ITMS-90683:Info.plistの中に目的の文字列がありません -アプリのコードを参照する1つの以上のAPIアクセスユーザーの機密データをその。アプリケーションのInfo.plistファイルには、アプリケーションがデータを必要とする理由を明確かつ完全に説明するユーザー向けの汎用文字列でNSLocationWhenInUseUsageDescriptionキーを含める必要があります。
…゙ーの機密データをその。アプリケーションのInfo.plistファイルには、アプリケーションがデータを必要とする理由を明確かつ完全に説明するユーザー向けの汎用文字列でNSLocationWhenInUseUsageDescriptionキーを含める必要があります。 このメールに対して下記の対策をしてみた FujisawaGomi-Info.plistにPrivacy - Location When In Use Usage Descriptionを追加 バージョン番号を2.4.9に
GetLocationViewController.h GetLocationViewController.m 下記警告の対策で、ロケーションを使う上記ファイルを削除。実際には使用していなかった。 ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSLocationWhenInUseUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data.
ダークモード回避対応 ver2.2.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
で Search Display Controller は使っていないようでしたのでDeleteしました。
他にもLayout関係でワーニングでていますが、そちらは触っていません。
ただ、XCode 11.3 でビルド確認したところ、あちこちの値が更新されました。
コミットを2つに分けたので、差分はわかると思います。