Sha256: ff0fe88057efe2ce50cfa23fdbc2dd3548f42e31a695e367fb29ffd3ff163bc0
Contents?: true
Size: 532 Bytes
Versions: 16
Compression:
Stored size: 532 Bytes
Contents
#!/bin/bash # Copyright (c) 2012 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. set -e test $MACH_O_TYPE = mh_dylib test $PRODUCT_TYPE = com.apple.product-type.library.dynamic test $PRODUCT_NAME = nonbundle_shared_library test $FULL_PRODUCT_NAME = libnonbundle_shared_library.dylib test $EXECUTABLE_NAME = libnonbundle_shared_library.dylib test $EXECUTABLE_PATH = libnonbundle_shared_library.dylib [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
Version data entries
16 entries across 16 versions & 3 rubygems