Skip to content

Commit

Permalink
Injection on xrOS device?
Browse files Browse the repository at this point in the history
  • Loading branch information
johnno1962 committed Feb 28, 2024
1 parent c32bd26 commit c5012cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HotReloading
2 changes: 1 addition & 1 deletion InjectionIII/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>7983</string>
<string>7988</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
3 changes: 2 additions & 1 deletion InjectionIII/build_bundles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Created by John Holdsworth on 04/10/2019.
# Copyright © 2019 John Holdsworth. All rights reserved.
#
# $Id: //depot/ResidentEval/InjectionIII/build_bundles.sh#84 $
# $Id: //depot/ResidentEval/InjectionIII/build_bundles.sh#87 $
#

# Injection has to assume a fixed path for Xcode.app as it uses
Expand Down Expand Up @@ -44,6 +44,7 @@ function build_bundle () {
#build_bundle macOS MacOSX macosx &&
if [ "$(hostname)" != "Johns-MacBook-Air.local" ]; then
build_bundle xrOS XRSimulator xrsimulator
build_bundle xrdevOS XROS xros
fi
build_bundle iOS iPhoneSimulator iphonesimulator &&
build_bundle tvOS AppleTVSimulator appletvsimulator &&
Expand Down

0 comments on commit c5012cb

Please sign in to comment.