GoogleCloudPlatform / ios-docs-samples

iOS samples that demonstrate APIs and services of Google Cloud Platform.
Apache License 2.0
326 stars 209 forks source link

.gitignore is ignoring *.xcworkspace file which is required in the setup??? #151

Open YoheiShinozaki opened 3 years ago

YoheiShinozaki commented 3 years ago

ios-doc-samples/.gitignore

*.xcworkspace

while it is being used in INSTALL-COCOAPODS

echo "Opening the project workspace in Xcode"
open Translation.xcworkspace

It’s a part of instruction in “Setup the app” in translation/swift/README.md

Run ./INSTALL-COCOAPODS to install app dependencies (this can take few minutes to run). When it finishes, it will open the SpeechtoSpeech workspace in Xcode. Since we are using Cocoapods, be sure to open the Translation.xcworkspace and not Translation.xcodeproj.