diff --git a/Coding_iOS.xcodeproj/project.pbxproj b/Coding_iOS.xcodeproj/project.pbxproj index beb57f118..96b24c1e6 100644 --- a/Coding_iOS.xcodeproj/project.pbxproj +++ b/Coding_iOS.xcodeproj/project.pbxproj @@ -5131,6 +5131,7 @@ 8E47700D198770E700997D05 /* Frameworks */, 8E47700E198770E700997D05 /* Resources */, 96A9263FF11A4AA8B5F6BB6B /* Copy Pods Resources */, + 821163DF0CBCC46090AB1E69 /* Embed Pods Frameworks */, ); buildRules = ( ); @@ -5151,7 +5152,6 @@ ORGANIZATIONNAME = Coding; TargetAttributes = { 8E47700F198770E700997D05 = { - DevelopmentTeam = QN5Z87S3LH; SystemCapabilities = { com.apple.BackgroundModes = { enabled = 0; @@ -5700,6 +5700,21 @@ shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; + 821163DF0CBCC46090AB1E69 /* Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; 96A9263FF11A4AA8B5F6BB6B /* Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; diff --git a/Coding_iOS/.DS_Store b/Coding_iOS/.DS_Store index 3085f937a..faba8d9f8 100644 Binary files a/Coding_iOS/.DS_Store and b/Coding_iOS/.DS_Store differ