From c82dac678674b763b8bcadf1d29af4d20ef765cc Mon Sep 17 00:00:00 2001 From: saeedbashir Date: Fri, 8 Sep 2023 11:29:21 +0500 Subject: [PATCH] chore: remove cache and re add files --- default_config/local.yaml | 1 - .../xcshareddata/edX.xcscmblueprint | 37 ------------------- 2 files changed, 38 deletions(-) delete mode 100644 default_config/local.yaml delete mode 100644 edX.xcworkspace/xcshareddata/edX.xcscmblueprint diff --git a/default_config/local.yaml b/default_config/local.yaml deleted file mode 100644 index 543813eedc..0000000000 --- a/default_config/local.yaml +++ /dev/null @@ -1 +0,0 @@ -OAUTH_CLIENT_ID: '' diff --git a/edX.xcworkspace/xcshareddata/edX.xcscmblueprint b/edX.xcworkspace/xcshareddata/edX.xcscmblueprint deleted file mode 100644 index 743674800b..0000000000 --- a/edX.xcworkspace/xcshareddata/edX.xcscmblueprint +++ /dev/null @@ -1,37 +0,0 @@ -{ - "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "7AA8002DAD63F471CB785A4C7963DE94C23A4DD9", - "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : { - - }, - "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { - "7AA8002DAD63F471CB785A4C7963DE94C23A4DD9" : 0, - "3AF18F9C6F5D633BAA0B3F935459E0C777C82047" : 0, - "C861FC00CEE0F6A6BE81FCFF6785FAA78C58EBB3" : 0 - }, - "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "DFBE7554-6847-4918-9C33-E5B8C2B38AFB", - "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { - "7AA8002DAD63F471CB785A4C7963DE94C23A4DD9" : "edx-app-ios\/", - "3AF18F9C6F5D633BAA0B3F935459E0C777C82047" : "edx-app-iosLibraries\/SnapKit", - "C861FC00CEE0F6A6BE81FCFF6785FAA78C58EBB3" : "edx-app-iosLibraries\/SwiftyJSON" - }, - "DVTSourceControlWorkspaceBlueprintNameKey" : "edX", - "DVTSourceControlWorkspaceBlueprintVersion" : 204, - "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "edX.xcworkspace", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [ - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:SnapKit\/SnapKit.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "3AF18F9C6F5D633BAA0B3F935459E0C777C82047" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:edx\/edx-app-ios.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "7AA8002DAD63F471CB785A4C7963DE94C23A4DD9" - }, - { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:SwiftyJSON\/SwiftyJSON.git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "C861FC00CEE0F6A6BE81FCFF6785FAA78C58EBB3" - } - ] -} \ No newline at end of file