From 2bc70c7d2af3b401bbdd8480565e68ec3cae6bba Mon Sep 17 00:00:00 2001 From: Daniel Arantes Loverde Date: Thu, 26 Mar 2026 08:26:58 -0300 Subject: [PATCH] Last files --- PediFoods.code-workspace | 8 ++++++++ pedi-foods/Darwin/Info.plist | 5 +---- .../Darwin/PediFoods.xcodeproj/project.pbxproj | 12 ++++++++---- 3 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 PediFoods.code-workspace diff --git a/PediFoods.code-workspace b/PediFoods.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/PediFoods.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/pedi-foods/Darwin/Info.plist b/pedi-foods/Darwin/Info.plist index 6d5f8f6..0c67376 100644 --- a/pedi-foods/Darwin/Info.plist +++ b/pedi-foods/Darwin/Info.plist @@ -1,8 +1,5 @@ - - ITSAppUsesNonExemptEncryption - - + diff --git a/pedi-foods/Darwin/PediFoods.xcodeproj/project.pbxproj b/pedi-foods/Darwin/PediFoods.xcodeproj/project.pbxproj index c2e96d7..3edd5e9 100644 --- a/pedi-foods/Darwin/PediFoods.xcodeproj/project.pbxproj +++ b/pedi-foods/Darwin/PediFoods.xcodeproj/project.pbxproj @@ -12,8 +12,8 @@ 496BDBEE2B8A7E9C00C09264 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 496BDBED2B8A7E9C00C09264 /* Localizable.xcstrings */; }; 499CD43B2AC5B799001AE8D8 /* Main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49F90C2B2A52156200F06D93 /* Main.swift */; }; 499CD4402AC5B799001AE8D8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 49F90C2F2A52156300F06D93 /* Assets.xcassets */; }; - B185A1FD2FB67A12001C7771 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B185A1FC2FB67A12001C7771 /* LaunchScreen.storyboard */; }; B13CABF22F36437300469FD6 /* LCEssentials in Frameworks */ = {isa = PBXBuildFile; productRef = B13CABF12F36437300469FD6 /* LCEssentials */; }; + B185A1FD2FB67A12001C7771 /* Sources/LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B185A1FC2FB67A12001C7771 /* Sources/LaunchScreen.storyboard */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -42,7 +42,7 @@ 49F90C2B2A52156200F06D93 /* Main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Main.swift; path = Sources/Main.swift; sourceTree = SOURCE_ROOT; }; 49F90C2F2A52156300F06D93 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 49F90C312A52156300F06D93 /* Entitlements.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Entitlements.plist; sourceTree = ""; }; - B185A1FC2FB67A12001C7771 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Sources/LaunchScreen.storyboard; sourceTree = SOURCE_ROOT; }; + B185A1FC2FB67A12001C7771 /* Sources/LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Sources/LaunchScreen.storyboard; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -92,7 +92,7 @@ isa = PBXGroup; children = ( 49F90C2B2A52156200F06D93 /* Main.swift */, - B185A1FC2FB67A12001C7771 /* LaunchScreen.storyboard */, + B185A1FC2FB67A12001C7771 /* Sources/LaunchScreen.storyboard */, 49F90C2F2A52156300F06D93 /* Assets.xcassets */, 49F90C312A52156300F06D93 /* Entitlements.plist */, 4900101C2BACEA710000DE33 /* Info.plist */, @@ -165,7 +165,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - B185A1FD2FB67A12001C7771 /* LaunchScreen.storyboard in Resources */, + B185A1FD2FB67A12001C7771 /* Sources/LaunchScreen.storyboard in Resources */, 499CD4402AC5B799001AE8D8 /* Assets.xcassets in Resources */, 496BDBEE2B8A7E9C00C09264 /* Localizable.xcstrings in Resources */, ); @@ -214,6 +214,8 @@ DEVELOPMENT_TEAM = K4E5BZMM4V; ENABLE_PREVIEWS = YES; INFOPLIST_KEY_CFBundleDisplayName = "Pedi Foods"; + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; }; @@ -226,6 +228,8 @@ DEVELOPMENT_TEAM = K4E5BZMM4V; ENABLE_PREVIEWS = YES; INFOPLIST_KEY_CFBundleDisplayName = "Pedi Foods"; + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; };