@@ -256,18 +256,16 @@ cp(from: "README.md", to: BuiltProductsDir)
256256
257257// copy sample projects
258258cp ( from: " samples " , to: BuiltProductsDir)
259- cp ( from: " FirebaseUI_dev_auth.podspec " , to: BuiltProductsDir)
260- cp ( from: " FirebaseUI_dev_db.podspec " , to: BuiltProductsDir)
261- cp ( from: " FirebaseUI_dev_fb.podspec " , to: BuiltProductsDir)
262- cp ( from: " FirebaseUI_dev_ggl.podspec " , to: BuiltProductsDir)
263- cp ( from: " FirebaseUI_dev_storage.podspec " , to: BuiltProductsDir)
264- cp ( from: " FirebaseUI_dev_tw.podspec " , to: BuiltProductsDir)
265259rm ( BuiltProductsDir + " samples/objc/Pods " , isDirectory: true , isStrict: false )
266260rm ( BuiltProductsDir + " samples/objc/Podfile.lock " , isDirectory: false , isStrict: false )
267261rm ( BuiltProductsDir + " samples/objc/GoogleService-Info.plist " , isDirectory: false , isStrict: false )
268262rm ( BuiltProductsDir + " samples/swift/Pods " , isDirectory: true , isStrict: false )
269263rm ( BuiltProductsDir + " samples/swift/Podfile.lock " , isDirectory: false , isStrict: false )
270264rm ( BuiltProductsDir + " samples/swift/GoogleService-Info.plist " , isDirectory: false , isStrict: false )
265+ rm ( BuiltProductsDir + " samples/objc/FirebaseUIChat.xcodeproj/xcuserdata " , isDirectory: true , isStrict: false )
266+ rm ( BuiltProductsDir + " samples/objc/FirebaseUIChat.xcworkspace/xcuserdata " , isDirectory: true , isStrict: false )
267+ rm ( BuiltProductsDir + " samples/swift/uidemo.xcodeproj/xcuserdata " , isDirectory: true , isStrict: false )
268+ rm ( BuiltProductsDir + " samples/swift/uidemo.xcworkspace/xcuserdata " , isDirectory: true , isStrict: false )
271269ln ( from: " ./objc/FirebaseUIChat.xcworkspace " , to: BuiltProductsDir + " samples/FirebaseUI-demo-objc.xcworkspace " )
272270ln ( from: " ./swift/uidemo.xcworkspace " , to: BuiltProductsDir + " samples/FirebaseUI-demo-swift.xcworkspace " )
273271
0 commit comments