Sha256: 5b79530c7fbc91494b2990c296683485adb2d30e195172a8e48afe100fe3e6cb
Contents?: true
Size: 558 Bytes
Versions: 16
Compression:
Stored size: 558 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.framework test $PRODUCT_NAME = bundle_shared_library test $FULL_PRODUCT_NAME = bundle_shared_library.framework test $EXECUTABLE_NAME = bundle_shared_library test $EXECUTABLE_PATH = \ "bundle_shared_library.framework/Versions/A/bundle_shared_library" test $WRAPPER_NAME = bundle_shared_library.framework
Version data entries
16 entries across 16 versions & 3 rubygems