Skip to content

Commit

Permalink
Change minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
anantus committed Dec 15, 2022
1 parent bf8ff5d commit 0e41627
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
10 changes: 4 additions & 6 deletions Yanggo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -622,18 +622,17 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Yanggo/Info.plist;
INFOPLIST_KEY_NSCameraUsageDescription = "";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = "Launch Screen.storyboard";
INFOPLIST_KEY_UIRequiredDeviceCapabilities = arkit;
INFOPLIST_KEY_UIStatusBarHidden = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.surefive.yanggo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -655,18 +654,17 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Yanggo/Info.plist;
INFOPLIST_KEY_NSCameraUsageDescription = "";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = "Launch Screen.storyboard";
INFOPLIST_KEY_UIRequiredDeviceCapabilities = arkit;
INFOPLIST_KEY_UIStatusBarHidden = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.surefive.yanggo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
4 changes: 2 additions & 2 deletions Yanggo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key></key>
<string></string>
<key>NSCameraUsageDescription</key>
<string>The app will use the camera for Augmented Reality</string>
<key>UILaunchScreen</key>
<dict>
<key>UIImageName</key>
Expand Down
Binary file modified Yanggo/Model/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions Yanggo/View/ARView/BajajKiteView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ struct BajajKiteView : View {
@State var musicPlayer: AVAudioPlayer?
@State var sound: Sound!
@State var onStartAR = false

@EnvironmentObject var collectVM : CollectionViewModel


Expand Down

0 comments on commit 0e41627

Please sign in to comment.