From f670ad3e377cc0047ea9118b8af6a566b75edfa5 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sat, 8 Apr 2023 17:14:56 +0200 Subject: [PATCH] Created an Xcode project file. --- DeepLinking.xcodeproj/project.pbxproj | 69 +++++++++++++++++++ .../contents.xcworkspacedata | 7 ++ .../xcshareddata/IDEWorkspaceChecks.plist | 8 +++ 3 files changed, 84 insertions(+) create mode 100644 DeepLinking.xcodeproj/project.pbxproj create mode 100644 DeepLinking.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 DeepLinking.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/DeepLinking.xcodeproj/project.pbxproj b/DeepLinking.xcodeproj/project.pbxproj new file mode 100644 index 0000000..4b2734e --- /dev/null +++ b/DeepLinking.xcodeproj/project.pbxproj @@ -0,0 +1,69 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXGroup section */ + 46EB325029E1BBD1001D5EAF = { + isa = PBXGroup; + children = ( + ); + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXProject section */ + 46EB325129E1BBD1001D5EAF /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastUpgradeCheck = 1430; + }; + buildConfigurationList = 46EB325429E1BBD1001D5EAF /* Build configuration list for PBXProject "DeepLinking" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 46EB325029E1BBD1001D5EAF; + projectDirPath = ""; + projectRoot = ""; + targets = ( + ); + }; +/* End PBXProject section */ + +/* Begin XCBuildConfiguration section */ + 46EB325529E1BBD1001D5EAF /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Debug; + }; + 46EB325629E1BBD1001D5EAF /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 46EB325429E1BBD1001D5EAF /* Build configuration list for PBXProject "DeepLinking" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 46EB325529E1BBD1001D5EAF /* Debug */, + 46EB325629E1BBD1001D5EAF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 46EB325129E1BBD1001D5EAF /* Project object */; +} diff --git a/DeepLinking.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/DeepLinking.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/DeepLinking.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/DeepLinking.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/DeepLinking.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/DeepLinking.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + +