Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 132f30f

Browse files
committed
Address PR feedback on updates for SkyX for iOS
1 parent 64e29f7 commit 132f30f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

build/config/ios/ios_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def MakeDirectories(path):
3030
def ProcessInfoPlist(args):
3131
output_plist_file = os.path.abspath(os.path.join(args.output, 'Info.plist'))
3232

33-
print os.path.dirname(output_plist_file)
3433
if MakeDirectories(os.path.dirname(output_plist_file)) == -1:
3534
return -1
3635

sky/shell/BUILD.gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ if (is_android) {
169169
import("//build/config/ios/rules.gni")
170170
import("//build/config/ios/ios_sdk.gni")
171171

172-
group("ios_shell_scaffolding") {
173-
174-
}
175-
176172
source_set("ios_scaffolding") {
177173
sources = [
178174
"ios/main_ios.mm",

0 commit comments

Comments
 (0)