Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork

add dev team (#3011)

authored by hailey.at and committed by GitHub 2a60faf4 c4d30a0b

Changed files
+7
plugins
shareExtension
+7
plugins/shareExtension/withXcodeTarget.js
··· 49 49 } 50 50 } 51 51 52 + pbxProject.addTargetAttribute( 53 + 'DevelopmentTeam', 54 + 'B3LX46C5HS', 55 + extensionName, 56 + ) 57 + pbxProject.addTargetAttribute('DevelopmentTeam', 'B3LX46C5HS') 58 + 52 59 return config 53 60 }) 54 61 }