| hereRef | hereRef := Smalltalk imageDirectory asFileReference. Iceberg enableMetacelloIntegration: true; remoteTypeSelector: #httpsUrl. "This is optional, it fails with as well as without it. But to show it fails with newest Zinc." (Gofer new url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo60/main') package: 'ConfigurationOfZincHTTPComponents'; load. #ConfigurationOfZincHTTPComponents asClass load. Metacello new baseline: 'Cryptactic'; repository: 'gitlocal:///', (hereRef / 'src') fullName; load: 'development'. Smalltalk snapshot: true andQuit: true.