Skip to content
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

Incorrect UIDeviceFamily inside Info.plist produced by precompiled_apple_resource_bundle for watchOS #923

Closed
vakhidbetrakhmadov opened this issue Sep 24, 2024 · 0 comments · Fixed by #924 or revolut-mobile/rules_ios#7

Comments

@vakhidbetrakhmadov
Copy link
Contributor

I have the following setup:

ios_application (A) -> watchos_application (B) -> watchos_extension (C) -> swift_library (D) -> precompiled_apple_resource_bundle (E)

When i look inside A.app/Watch/B.app/PlugIns/C.appex/E.bundle/Info.plist, i see

...
"UIDeviceFamily" => [
    0 => 1
    1 => 2
]
...

while what i expect to see is:

...
"UIDeviceFamily" => [
    0 => 4
]
...
vakhidbetrakhmadov pushed a commit to vakhidbetrakhmadov/rules_ios that referenced this issue Sep 24, 2024
vakhidbetrakhmadov pushed a commit to vakhidbetrakhmadov/rules_ios that referenced this issue Sep 24, 2024
vakhidbetrakhmadov pushed a commit to vakhidbetrakhmadov/rules_ios that referenced this issue Sep 24, 2024
vakhidbetrakhmadov pushed a commit to vakhidbetrakhmadov/rules_ios that referenced this issue Sep 25, 2024
acecilia pushed a commit to revolut-mobile/rules_ios that referenced this issue Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant