Skip to content

Commit

Permalink
Files for 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreveset-nice committed Oct 18, 2016
1 parent 9ad53ed commit 0128f58
Show file tree
Hide file tree
Showing 36 changed files with 958 additions and 0 deletions.
Empty file removed LICENSE
Empty file.
16 changes: 16 additions & 0 deletions LICENSE.md
@@ -0,0 +1,16 @@
Copyright (c) 2016 NicePeopleAtWork, S.L.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,18 @@
//
// YBPluginAVPlayer.h
// YouboraPluginAVPlayer
//
// Created by Joan on 18/04/16.
// Copyright © 2016 Nice People At Work. All rights reserved.
//
#import <TargetConditionals.h>

#if TARGET_OS_TV==1
@import YouboraLibTvOS;
#else
@import YouboraLib;
#endif

@interface YBPluginAVPlayer : YBPluginGeneric

@end
@@ -0,0 +1,19 @@
//
// YouboraPluginAVPlayer.h
// YouboraPluginAVPlayer
//
// Created by Joan on 18/04/16.
// Copyright © 2016 Nice People At Work. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for YouboraPluginAVPlayer.
FOUNDATION_EXPORT double YouboraPluginAVPlayerVersionNumber;

//! Project version string for YouboraPluginAVPlayer.
FOUNDATION_EXPORT const unsigned char YouboraPluginAVPlayerVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <YouboraPluginAVPlayer/PublicHeader.h>

#import <YouboraPluginAVPlayer/YBPluginAVPlayer.h>
Binary file not shown.
@@ -0,0 +1,6 @@
framework module YouboraPluginAVPlayer {
umbrella header "YouboraPluginAVPlayer.h"

export *
module * { export * }
}
Binary file not shown.
@@ -0,0 +1,156 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict>
<key>Headers/YBPluginAVPlayer.h</key>
<data>
GF7Hbk0lAY+jgcqB0cqsKvzUw+I=
</data>
<key>Headers/YouboraPluginAVPlayer.h</key>
<data>
+/jW59GvQhCDAyw0i+Y7xUB0pQY=
</data>
<key>Info.plist</key>
<data>
1IWB7F2Hjg8G8+vueq5/oqH5xE8=
</data>
<key>Modules/module.modulemap</key>
<data>
eKQTMaqnVDzZLACMNkAcYKMt7DQ=
</data>
</dict>
<key>files2</key>
<dict>
<key>Headers/YBPluginAVPlayer.h</key>
<dict>
<key>hash</key>
<data>
GF7Hbk0lAY+jgcqB0cqsKvzUw+I=
</data>
<key>hash2</key>
<data>
ZX3oZcWxFabsez8B+dXu3rIcOCIvjGJGitw3hj+pUX8=
</data>
</dict>
<key>Headers/YouboraPluginAVPlayer.h</key>
<dict>
<key>hash</key>
<data>
+/jW59GvQhCDAyw0i+Y7xUB0pQY=
</data>
<key>hash2</key>
<data>
Pbip4Vz6EQX1l8A3CC7l/9N+98hfeYCopL0R6W3gRos=
</data>
</dict>
<key>Modules/module.modulemap</key>
<dict>
<key>hash</key>
<data>
eKQTMaqnVDzZLACMNkAcYKMt7DQ=
</data>
<key>hash2</key>
<data>
MoX8erKaNmij0oi1DPdhUePdxLu/PneFy8daZWrqWNs=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^</key>
<true/>
<key>^.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>
72 changes: 72 additions & 0 deletions ios/dynamic/YouboraPluginAVPlayer.framework/strip-frameworks.sh
@@ -0,0 +1,72 @@
################################################################################
#
# Copyright 2015 Realm Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
################################################################################

# This script strips all non-valid architectures from dynamic libraries in
# the application's `Frameworks` directory.
#
# The following environment variables are required:
#
# BUILT_PRODUCTS_DIR
# FRAMEWORKS_FOLDER_PATH
# VALID_ARCHS
# EXPANDED_CODE_SIGN_IDENTITY


# Signs a framework with the provided identity
code_sign() {
# Use the current code_sign_identitiy
echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements $1"
/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1"
}

# Set working directory to product’s embedded frameworks
cd "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}"

if [ "$ACTION" = "install" ]; then
echo "Copy .bcsymbolmap files to .xcarchive"
find . -name '*.bcsymbolmap' -type f -exec mv {} "${CONFIGURATION_BUILD_DIR}" \;
else
# Delete *.bcsymbolmap files from framework bundle unless archiving
find . -name '*.bcsymbolmap' -type f -exec rm -rf "{}" +\;
fi

echo "Stripping frameworks"

for file in $(find . -type f -perm +111); do
# Skip non-dynamic libraries
if ! [[ "$(file "$file")" == *"dynamically linked shared library"* ]]; then
continue
fi
# Get architectures for current file
archs="$(lipo -info "${file}" | rev | cut -d ':' -f1 | rev)"
stripped=""
for arch in $archs; do
if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then
# Strip non-valid architectures in-place
lipo -remove "$arch" -output "$file" "$file" || exit 1
stripped="$stripped $arch"
fi
done
if [[ "$stripped" != "" ]]; then
echo "Stripped $file of architectures:$stripped"
if [ "${CODE_SIGNING_REQUIRED}" == "YES" ]; then
code_sign "${file}"
fi
fi
done
@@ -0,0 +1,18 @@
//
// YBPluginAVPlayer.h
// YouboraPluginAVPlayer
//
// Created by Joan on 18/04/16.
// Copyright © 2016 Nice People At Work. All rights reserved.
//
#import <TargetConditionals.h>

#if TARGET_OS_TV==1
@import YouboraLibTvOS;
#else
@import YouboraLib;
#endif

@interface YBPluginAVPlayer : YBPluginGeneric

@end
@@ -0,0 +1,19 @@
//
// YouboraPluginAVPlayer.h
// YouboraPluginAVPlayer
//
// Created by Joan on 18/04/16.
// Copyright © 2016 Nice People At Work. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for YouboraPluginAVPlayer.
FOUNDATION_EXPORT double YouboraPluginAVPlayerVersionNumber;

//! Project version string for YouboraPluginAVPlayer.
FOUNDATION_EXPORT const unsigned char YouboraPluginAVPlayerVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <YouboraPluginAVPlayer/PublicHeader.h>

#import <YouboraPluginAVPlayer/YBPluginAVPlayer.h>
Binary file not shown.
@@ -0,0 +1,6 @@
framework module YouboraPluginAVPlayer {
umbrella header "YouboraPluginAVPlayer.h"

export *
module * { export * }
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0128f58

Please sign in to comment.