tangled
alpha
login
or
join now
ansxor.ca
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
1
fork
atom
Bluesky app fork with some witchin' additions 💫
1
fork
atom
overview
issues
pulls
pipelines
add dev team (#3011)
authored by
hailey.at
and committed by
GitHub
2 years ago
2a60faf4
c4d30a0b
+7
1 changed file
expand all
collapse all
unified
split
plugins
shareExtension
withXcodeTarget.js
+7
plugins/shareExtension/withXcodeTarget.js
···
49
49
}
50
50
}
51
51
52
52
+
pbxProject.addTargetAttribute(
53
53
+
'DevelopmentTeam',
54
54
+
'B3LX46C5HS',
55
55
+
extensionName,
56
56
+
)
57
57
+
pbxProject.addTargetAttribute('DevelopmentTeam', 'B3LX46C5HS')
58
58
+
52
59
return config
53
60
})
54
61
}