diff --git a/CompositionKit.podspec b/CompositionKit.podspec deleted file mode 100644 index 7f574eb..0000000 --- a/CompositionKit.podspec +++ /dev/null @@ -1,37 +0,0 @@ -Pod::Spec.new do |spec| - spec.name = "CompositionKit" - spec.version = "0.3.1" - spec.summary = "A tool to create composite components" - spec.description = <<-DESC - A tool to create composite components by reusable components. - DESC - - spec.homepage = "https://github.com/muukii/CompositionKit" - spec.license = "MIT" - spec.author = { "Muukii" => "muukii.app@gmail.com" } - spec.social_media_url = "https://twitter.com/muukii_app" - - spec.ios.deployment_target = "12.0" - # spec.osx.deployment_target = "10.7" - # spec.watchos.deployment_target = "2.0" - # spec.tvos.deployment_target = "9.0" - - spec.source = { :git => "https://github.com/muukii/CompositionKit.git", :tag => "#{spec.version}" } - spec.framework = "UIKit" - spec.requires_arc = true - spec.dependency "MondrianLayout", ">= 0.8.0" - spec.swift_versions = ["5.3", "5.4", "5.5"] - - spec.default_subspecs = ["Core"] - - spec.subspec "Core" do |ss| - ss.source_files = "Sources/CompositionKit/**/*.swift" - ss.dependency "Descriptors", ">= 0.2.1" - end - -# spec.subspec "VergeComponents" do |ss| -# ss.source_files = "Sources/VergeComponents/**/*.swift" -# ss.dependency "CompositionKit/Core" -# ss.dependency "Verge/Store" -# end -end diff --git a/CompositionKit.xcodeproj/project.pbxproj b/CompositionKit.xcodeproj/project.pbxproj index 0216d5c..ec72a80 100644 --- a/CompositionKit.xcodeproj/project.pbxproj +++ b/CompositionKit.xcodeproj/project.pbxproj @@ -37,7 +37,6 @@ 4BBBC6492780450200973154 /* */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = ""; sourceTree = ""; }; 4BC61D2528523B3C00354E61 /* Book.HostingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Book.HostingView.swift; sourceTree = ""; }; 4BEF735C2859BBB100A36665 /* Book.DynamicAnimator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Book.DynamicAnimator.swift; sourceTree = ""; }; - 4BEF73612859BD0600A36665 /* RevealServer.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = RevealServer.xcframework; sourceTree = ""; }; 4BF59288278D43F6003CC4BA /* Descriptors */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Descriptors; path = submodules/Descriptors; sourceTree = ""; }; 4BF6ED6127706EE000E39ABC /* UIControl+Closure.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIControl+Closure.swift"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -62,7 +61,6 @@ 4B959AEE2764F7180003FFB6 = { isa = PBXGroup; children = ( - 4BEF73612859BD0600A36665 /* RevealServer.xcframework */, 4BBBC6482780450200973154 /* Packages */, 4B959B072764F77E0003FFB6 /* CompositionKit-Demo */, 4B959AF92764F7180003FFB6 /* Products */, diff --git a/Podfile b/Podfile deleted file mode 100644 index 2d88220..0000000 --- a/Podfile +++ /dev/null @@ -1,9 +0,0 @@ - -target 'CompositionKit-Demo' do - # Comment the next line if you don't want to use dynamic frameworks - use_frameworks! - - pod "Reveal-SDK" - # Pods for CompositionKit-Demo - -end diff --git a/Podfile.lock b/Podfile.lock deleted file mode 100644 index 2129c8d..0000000 --- a/Podfile.lock +++ /dev/null @@ -1,16 +0,0 @@ -PODS: - - Reveal-SDK (33) - -DEPENDENCIES: - - Reveal-SDK - -SPEC REPOS: - trunk: - - Reveal-SDK - -SPEC CHECKSUMS: - Reveal-SDK: effba1c940b8337195563c425a6b5862ec875caa - -PODFILE CHECKSUM: 8816f23adbff7e5b978cb2c3a928b95fc3a5b552 - -COCOAPODS: 1.11.2 diff --git a/RevealServer.xcframework/Info.plist b/RevealServer.xcframework/Info.plist deleted file mode 100644 index 2188f78..0000000 --- a/RevealServer.xcframework/Info.plist +++ /dev/null @@ -1,92 +0,0 @@ - - - - - AvailableLibraries - - - DebugSymbolsPath - dSYMs - LibraryIdentifier - ios-arm64_x86_64-maccatalyst - LibraryPath - RevealServer.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - maccatalyst - - - DebugSymbolsPath - dSYMs - LibraryIdentifier - tvos-arm64 - LibraryPath - RevealServer.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - tvos - - - DebugSymbolsPath - dSYMs - LibraryIdentifier - ios-arm64 - LibraryPath - RevealServer.framework - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - - - DebugSymbolsPath - dSYMs - LibraryIdentifier - ios-arm64_x86_64-simulator - LibraryPath - RevealServer.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - ios - SupportedPlatformVariant - simulator - - - DebugSymbolsPath - dSYMs - LibraryIdentifier - tvos-arm64_x86_64-simulator - LibraryPath - RevealServer.framework - SupportedArchitectures - - arm64 - x86_64 - - SupportedPlatform - tvos - SupportedPlatformVariant - simulator - - - CFBundlePackageType - XFWK - XCFrameworkFormatVersion - 1.0 - - diff --git a/RevealServer.xcframework/Scripts/integrate_revealserver.sh b/RevealServer.xcframework/Scripts/integrate_revealserver.sh deleted file mode 100755 index 16e81b7..0000000 --- a/RevealServer.xcframework/Scripts/integrate_revealserver.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env bash -set -o errexit -set -o nounset - -# This script takes care of integrating Reveal Server into your iOS application target when you have already manually linked the XCFramework into your app. - -# If the current build configuration as defined by the environment variable CONFIGURATION does not match the name provided by REVEAL_LOAD_FOR_CONFIGURATION (this defaults to "Debug"), then any copies of RevealServer that Xcode has copied into your application will be removed. - -# NOTE: This script is intended to be run from within an Xcode run script build phase, and won't work without the environment variables provided therein. - -# If you want to inspect your app using Reveal in build configurations that are not the default "Debug" configuration, override the REVEAL_LOAD_FOR_CONFIGURATION environment variable with the full name of your desired configuration. -load_trigger=${REVEAL_LOAD_FOR_CONFIGURATION:-Debug} - -if [ "${PLATFORM_NAME}" == *simulator ]; then - echo "Reveal Server not integrated into ${TARGET_NAME}: Targeted platform is simulated, and does not require it." - exit 0 -fi - -if [ "${CONFIGURATION}" != "${load_trigger}" ]; then - # If we are not running in the expected configuration, remove the RevealServer framework (which needs to have been weakly linked). - bundled_reveal_server="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework" - - if [ -e "${bundled_reveal_server}" ]; then - rm -r "${bundled_reveal_server}" - fi - - echo "Reveal Server has been removed from ${TARGET_NAME}: Current build configuration is not '${load_trigger}'." - exit 0 -fi - -# Otherwise, we need to insert the NSBonjourServices array into the app's Info.plist. It's OK if this fails due to the key already existing. -plutil -insert NSBonjourServices -xml '' "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" || true - -# Insert Reveal's Bonjour details into the NSBonjourServices array. -plutil -insert NSBonjourServices.0 -string "_reveal._tcp" "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" - -echo "An NSBonjourServices entry for Reveal (_reveal._tcp) has been added to ${INFOPLIST_PATH}" - -echo "Reveal Server has been successfully integrated into ${TARGET_NAME}." diff --git a/RevealServer.xcframework/_CodeSignature/CodeDirectory b/RevealServer.xcframework/_CodeSignature/CodeDirectory deleted file mode 100644 index c0a835c..0000000 Binary files a/RevealServer.xcframework/_CodeSignature/CodeDirectory and /dev/null differ diff --git a/RevealServer.xcframework/_CodeSignature/CodeRequirements b/RevealServer.xcframework/_CodeSignature/CodeRequirements deleted file mode 100644 index 9b074a4..0000000 Binary files a/RevealServer.xcframework/_CodeSignature/CodeRequirements and /dev/null differ diff --git a/RevealServer.xcframework/_CodeSignature/CodeRequirements-1 b/RevealServer.xcframework/_CodeSignature/CodeRequirements-1 deleted file mode 100644 index 82a56e8..0000000 Binary files a/RevealServer.xcframework/_CodeSignature/CodeRequirements-1 and /dev/null differ diff --git a/RevealServer.xcframework/_CodeSignature/CodeResources b/RevealServer.xcframework/_CodeSignature/CodeResources deleted file mode 100644 index 384fbc7..0000000 --- a/RevealServer.xcframework/_CodeSignature/CodeResources +++ /dev/null @@ -1,738 +0,0 @@ - - - - - files - - Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - ios-arm64/RevealServer.framework/Headers/RevealServer.h - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - ios-arm64/RevealServer.framework/Info.plist - - zfTKghkzQIbUE0REXwE028ZfnHo= - - ios-arm64/RevealServer.framework/Modules/module.modulemap - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - ios-arm64/RevealServer.framework/RevealServer - - VIKEcrrHhVc5lJjNRachc468Yxk= - - ios-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - ios-arm64/RevealServer.framework/_CodeSignature/CodeResources - - 0ZcblCojMyZRDIJRUKcAN0/h0RE= - - ios-arm64/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - ios-arm64/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - Ekb/zcEhmbOVLh2TulHqMnElVPQ= - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Headers/RevealServer.h - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Modules/module.modulemap - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Info.plist - - GAhM6S36sufnjzNRVuQc7LMGSyw= - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/RevealServer - - x3ROeftfLz7iQD91KRKuY7S10j4= - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/_CodeSignature/CodeResources - - 09ImMpKGHAWbaXpU23Fka+n3Pbk= - - ios-arm64_x86_64-maccatalyst/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - ios-arm64_x86_64-maccatalyst/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - 2zzjvswwkPROYtjNgDzIpyjPisk= - - ios-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - ios-arm64_x86_64-simulator/RevealServer.framework/Info.plist - - I2Z86mOg87BlA69HUC07DU/3Hxk= - - ios-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - ios-arm64_x86_64-simulator/RevealServer.framework/RevealServer - - Nn5xj/5FYrl//0+01242mYnUN3M= - - ios-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - ios-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources - - FgQFudTvy3RwayeUgUGdWCgfl0Q= - - ios-arm64_x86_64-simulator/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - ios-arm64_x86_64-simulator/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - M/68ln5I2nxIBVmMsZLiUKUpk6Q= - - tvos-arm64/RevealServer.framework/Headers/RevealServer.h - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - tvos-arm64/RevealServer.framework/Info.plist - - AymsD/z6T2mts7yJ/9v4GzKw7to= - - tvos-arm64/RevealServer.framework/Modules/module.modulemap - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - tvos-arm64/RevealServer.framework/RevealServer - - Pvhiece1WOTv6JYWJ7nBe0UwttY= - - tvos-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - tvos-arm64/RevealServer.framework/_CodeSignature/CodeResources - - TbySGQB0oI5mslb3F2QnXKQjL54= - - tvos-arm64/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - tvos-arm64/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - d4vnkYwMJWNeXQ9dM3/ZRstU2Ns= - - tvos-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - tvos-arm64_x86_64-simulator/RevealServer.framework/Info.plist - - W5rlcqbGv91qP8ud7PpV6jMtn4A= - - tvos-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - tvos-arm64_x86_64-simulator/RevealServer.framework/RevealServer - - DFurPEkc7pUQn/XNsbosEvQOHfM= - - tvos-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - tvos-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources - - japrZOm9B6qtAuosN8FPwuQvULE= - - tvos-arm64_x86_64-simulator/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - tvos-arm64_x86_64-simulator/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - aIK13lLaKpHTu8HH/TXIA5p82ZM= - - - files2 - - Scripts/integrate_revealserver.sh - - hash - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - ios-arm64/RevealServer.framework/Headers/RevealServer.h - - hash - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - ios-arm64/RevealServer.framework/Info.plist - - hash - - zfTKghkzQIbUE0REXwE028ZfnHo= - - hash2 - - c3sq/wV5WdsJwCslCtDnkZMHyLU43APy4WvNZkF95nI= - - - ios-arm64/RevealServer.framework/Modules/module.modulemap - - hash - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - ios-arm64/RevealServer.framework/RevealServer - - hash - - VIKEcrrHhVc5lJjNRachc468Yxk= - - hash2 - - W6S5yGdvc/EvDN6gk8MQVFg3PXXDMoBhqHHD2ojaVs4= - - - ios-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh - - hash - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - ios-arm64/RevealServer.framework/_CodeSignature/CodeResources - - hash - - 0ZcblCojMyZRDIJRUKcAN0/h0RE= - - hash2 - - HiV7gQi0hwnVDmUGwM/aqinhB0HCWfVbAzAiuvylq34= - - - ios-arm64/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - hash - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - hash2 - - Gk8Z90RuAmW8p+raGNBzbWqrg7F5fdte0F1/sTSsRew= - - - ios-arm64/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - hash - - Ekb/zcEhmbOVLh2TulHqMnElVPQ= - - hash2 - - QLrlk6Xh+r88KyFqCw/jyjqZa6ClRN2OptDbeTllYtM= - - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Headers - - symlink - Versions/Current/Headers - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Modules - - symlink - Versions/Current/Modules - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Resources - - symlink - Versions/Current/Resources - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/RevealServer - - symlink - Versions/Current/RevealServer - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Headers/RevealServer.h - - hash - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Modules/module.modulemap - - hash - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Info.plist - - hash - - GAhM6S36sufnjzNRVuQc7LMGSyw= - - hash2 - - oPhsbdnrqpRIrB5Dzk7QyCxPydGl7m8mlJEZH63eXd8= - - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Scripts/integrate_revealserver.sh - - hash - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/RevealServer - - hash - - x3ROeftfLz7iQD91KRKuY7S10j4= - - hash2 - - GM+hkX0gfct1ifxOUNn6BxiCCbH3wBKmZ3iv/lsCtHs= - - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/_CodeSignature/CodeResources - - hash - - 09ImMpKGHAWbaXpU23Fka+n3Pbk= - - hash2 - - e+Pmk3NXaAcNbSqM4W1Pb7wgA9OEJ/RsU442QoZZGiA= - - - ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/Current - - symlink - A - - ios-arm64_x86_64-maccatalyst/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - hash - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - hash2 - - Gk8Z90RuAmW8p+raGNBzbWqrg7F5fdte0F1/sTSsRew= - - - ios-arm64_x86_64-maccatalyst/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - hash - - 2zzjvswwkPROYtjNgDzIpyjPisk= - - hash2 - - niAB0Bi4mP6VIf/4ugxOqWiDOZzAKFvZmOge3KZIyAA= - - - ios-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h - - hash - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - ios-arm64_x86_64-simulator/RevealServer.framework/Info.plist - - hash - - I2Z86mOg87BlA69HUC07DU/3Hxk= - - hash2 - - VPhE0S/PyqYLbbnVwjJ4KubvsRyztPJvtc/XAQ3afq0= - - - ios-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap - - hash - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - ios-arm64_x86_64-simulator/RevealServer.framework/RevealServer - - hash - - Nn5xj/5FYrl//0+01242mYnUN3M= - - hash2 - - 5zM1vTq39oUQxeeJhPuydcmoa0as7IHOs0hyqc1hZFI= - - - ios-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh - - hash - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - ios-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources - - hash - - FgQFudTvy3RwayeUgUGdWCgfl0Q= - - hash2 - - 2Pq0a6P2mlhj+LtYL3pUgd0dSfHJd0ho5ENKvriYvN4= - - - ios-arm64_x86_64-simulator/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - hash - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - hash2 - - Gk8Z90RuAmW8p+raGNBzbWqrg7F5fdte0F1/sTSsRew= - - - ios-arm64_x86_64-simulator/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - hash - - M/68ln5I2nxIBVmMsZLiUKUpk6Q= - - hash2 - - XP6ERe9nU0rYWm0scwgJHT4nNnPcCAAHdRoyJrFGhiE= - - - tvos-arm64/RevealServer.framework/Headers/RevealServer.h - - hash - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - tvos-arm64/RevealServer.framework/Info.plist - - hash - - AymsD/z6T2mts7yJ/9v4GzKw7to= - - hash2 - - j3GJFjv3RCaGHXmpfiGJou15RNuRr1LzUsZedZZGZzQ= - - - tvos-arm64/RevealServer.framework/Modules/module.modulemap - - hash - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - tvos-arm64/RevealServer.framework/RevealServer - - hash - - Pvhiece1WOTv6JYWJ7nBe0UwttY= - - hash2 - - UziLBFX6fqNEDxPcybZOg/E11dyUDW9D9uoDEyTSzTI= - - - tvos-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh - - hash - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - tvos-arm64/RevealServer.framework/_CodeSignature/CodeResources - - hash - - TbySGQB0oI5mslb3F2QnXKQjL54= - - hash2 - - F431h2+qIW9Dp48m1RkwUO0Pt19iiV5WnYpMCQXEOTs= - - - tvos-arm64/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - hash - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - hash2 - - Gk8Z90RuAmW8p+raGNBzbWqrg7F5fdte0F1/sTSsRew= - - - tvos-arm64/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - hash - - d4vnkYwMJWNeXQ9dM3/ZRstU2Ns= - - hash2 - - 7tHCWjP4+ANe6ifTK8RGD0FnoaHf7bDekb2Kj5oc7p0= - - - tvos-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h - - hash - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - tvos-arm64_x86_64-simulator/RevealServer.framework/Info.plist - - hash - - W5rlcqbGv91qP8ud7PpV6jMtn4A= - - hash2 - - WVZMGxuewOPqYO/jDu9y7L1Hig686qmPQuC/E3yI1Dw= - - - tvos-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap - - hash - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - tvos-arm64_x86_64-simulator/RevealServer.framework/RevealServer - - hash - - DFurPEkc7pUQn/XNsbosEvQOHfM= - - hash2 - - jUqNuzm80xPpjkkVr3eN2EaVKxNXS1R1xUrcEIKiu3Y= - - - tvos-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh - - hash - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - tvos-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources - - hash - - japrZOm9B6qtAuosN8FPwuQvULE= - - hash2 - - 6r9mlU1avJfXiiwbjRWG85FsVsM4sHobJVcnKazqVAM= - - - tvos-arm64_x86_64-simulator/dSYMs/RevealServer.framework.dSYM/Contents/Info.plist - - hash - - VYqSAJbMsDbf6XglWNdR0EUx5OQ= - - hash2 - - Gk8Z90RuAmW8p+raGNBzbWqrg7F5fdte0F1/sTSsRew= - - - tvos-arm64_x86_64-simulator/dSYMs/RevealServer.framework.dSYM/Contents/Resources/DWARF/RevealServer - - hash - - aIK13lLaKpHTu8HH/TXIA5p82ZM= - - hash2 - - wMlW247aKIk9fJ1QTv4TG31DPWy9UkXksfuRlLK6qzw= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/RevealServer.xcframework/_CodeSignature/CodeSignature b/RevealServer.xcframework/_CodeSignature/CodeSignature deleted file mode 100644 index c2a9a90..0000000 Binary files a/RevealServer.xcframework/_CodeSignature/CodeSignature and /dev/null differ diff --git a/RevealServer.xcframework/ios-arm64/RevealServer.framework/Headers/RevealServer.h b/RevealServer.xcframework/ios-arm64/RevealServer.framework/Headers/RevealServer.h deleted file mode 100644 index 117784b..0000000 --- a/RevealServer.xcframework/ios-arm64/RevealServer.framework/Headers/RevealServer.h +++ /dev/null @@ -1,11 +0,0 @@ -// -// Copyright © 2015 Itty Bitty Apps, Pty Ltd. All rights reserved. - -#import - -//! Project version number for RevealServer. -FOUNDATION_EXPORT double RevealServerVersionNumber; - -//! Project version string for RevealServer. -FOUNDATION_EXPORT const unsigned char RevealServerVersionString[]; - diff --git a/RevealServer.xcframework/ios-arm64/RevealServer.framework/Info.plist b/RevealServer.xcframework/ios-arm64/RevealServer.framework/Info.plist deleted file mode 100644 index 4859c72..0000000 Binary files a/RevealServer.xcframework/ios-arm64/RevealServer.framework/Info.plist and /dev/null differ diff --git a/RevealServer.xcframework/ios-arm64/RevealServer.framework/Modules/module.modulemap b/RevealServer.xcframework/ios-arm64/RevealServer.framework/Modules/module.modulemap deleted file mode 100644 index 8b2d46c..0000000 --- a/RevealServer.xcframework/ios-arm64/RevealServer.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module RevealServer { - umbrella header "RevealServer.h" - - export * - module * { export * } -} diff --git a/RevealServer.xcframework/ios-arm64/RevealServer.framework/RevealServer b/RevealServer.xcframework/ios-arm64/RevealServer.framework/RevealServer deleted file mode 100755 index d3c6ac5..0000000 Binary files a/RevealServer.xcframework/ios-arm64/RevealServer.framework/RevealServer and /dev/null differ diff --git a/RevealServer.xcframework/ios-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh b/RevealServer.xcframework/ios-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh deleted file mode 100755 index 16e81b7..0000000 --- a/RevealServer.xcframework/ios-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env bash -set -o errexit -set -o nounset - -# This script takes care of integrating Reveal Server into your iOS application target when you have already manually linked the XCFramework into your app. - -# If the current build configuration as defined by the environment variable CONFIGURATION does not match the name provided by REVEAL_LOAD_FOR_CONFIGURATION (this defaults to "Debug"), then any copies of RevealServer that Xcode has copied into your application will be removed. - -# NOTE: This script is intended to be run from within an Xcode run script build phase, and won't work without the environment variables provided therein. - -# If you want to inspect your app using Reveal in build configurations that are not the default "Debug" configuration, override the REVEAL_LOAD_FOR_CONFIGURATION environment variable with the full name of your desired configuration. -load_trigger=${REVEAL_LOAD_FOR_CONFIGURATION:-Debug} - -if [ "${PLATFORM_NAME}" == *simulator ]; then - echo "Reveal Server not integrated into ${TARGET_NAME}: Targeted platform is simulated, and does not require it." - exit 0 -fi - -if [ "${CONFIGURATION}" != "${load_trigger}" ]; then - # If we are not running in the expected configuration, remove the RevealServer framework (which needs to have been weakly linked). - bundled_reveal_server="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework" - - if [ -e "${bundled_reveal_server}" ]; then - rm -r "${bundled_reveal_server}" - fi - - echo "Reveal Server has been removed from ${TARGET_NAME}: Current build configuration is not '${load_trigger}'." - exit 0 -fi - -# Otherwise, we need to insert the NSBonjourServices array into the app's Info.plist. It's OK if this fails due to the key already existing. -plutil -insert NSBonjourServices -xml '' "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" || true - -# Insert Reveal's Bonjour details into the NSBonjourServices array. -plutil -insert NSBonjourServices.0 -string "_reveal._tcp" "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" - -echo "An NSBonjourServices entry for Reveal (_reveal._tcp) has been added to ${INFOPLIST_PATH}" - -echo "Reveal Server has been successfully integrated into ${TARGET_NAME}." diff --git a/RevealServer.xcframework/ios-arm64/RevealServer.framework/_CodeSignature/CodeResources b/RevealServer.xcframework/ios-arm64/RevealServer.framework/_CodeSignature/CodeResources deleted file mode 100644 index 39f601c..0000000 --- a/RevealServer.xcframework/ios-arm64/RevealServer.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,135 +0,0 @@ - - - - - files - - Headers/RevealServer.h - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - Info.plist - - zfTKghkzQIbUE0REXwE028ZfnHo= - - Modules/module.modulemap - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - - files2 - - Headers/RevealServer.h - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - Modules/module.modulemap - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - Scripts/integrate_revealserver.sh - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Headers b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Headers deleted file mode 120000 index a177d2a..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Headers +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Headers \ No newline at end of file diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Modules b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Modules deleted file mode 120000 index 5736f31..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Modules +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Modules \ No newline at end of file diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Resources b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Resources deleted file mode 120000 index 953ee36..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Resources \ No newline at end of file diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/RevealServer b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/RevealServer deleted file mode 120000 index 6dad4f1..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/RevealServer +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/RevealServer \ No newline at end of file diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Headers/RevealServer.h b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Headers/RevealServer.h deleted file mode 100644 index 117784b..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Headers/RevealServer.h +++ /dev/null @@ -1,11 +0,0 @@ -// -// Copyright © 2015 Itty Bitty Apps, Pty Ltd. All rights reserved. - -#import - -//! Project version number for RevealServer. -FOUNDATION_EXPORT double RevealServerVersionNumber; - -//! Project version string for RevealServer. -FOUNDATION_EXPORT const unsigned char RevealServerVersionString[]; - diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Modules/module.modulemap b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Modules/module.modulemap deleted file mode 100644 index 8b2d46c..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module RevealServer { - umbrella header "RevealServer.h" - - export * - module * { export * } -} diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Info.plist b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Info.plist deleted file mode 100644 index 70819d2..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,51 +0,0 @@ - - - - - BuildMachineOSBuild - 21F79 - CFBundleDevelopmentRegion - en - CFBundleExecutable - RevealServer - CFBundleIdentifier - com.ittybittyapps.RevealServer - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - RevealServer - CFBundlePackageType - FMWK - CFBundleShortVersionString - 2.0 - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 2.0.0 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 13F17a - DTPlatformName - macosx - DTPlatformVersion - 12.3 - DTSDKBuild - 21E226 - DTSDKName - macosx12.3 - DTXcode - 1340 - DTXcodeBuild - 13F17a - LSMinimumSystemVersion - 10.15 - UIDeviceFamily - - 2 - 6 - - - diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Scripts/integrate_revealserver.sh b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Scripts/integrate_revealserver.sh deleted file mode 100755 index 16e81b7..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/Resources/Scripts/integrate_revealserver.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env bash -set -o errexit -set -o nounset - -# This script takes care of integrating Reveal Server into your iOS application target when you have already manually linked the XCFramework into your app. - -# If the current build configuration as defined by the environment variable CONFIGURATION does not match the name provided by REVEAL_LOAD_FOR_CONFIGURATION (this defaults to "Debug"), then any copies of RevealServer that Xcode has copied into your application will be removed. - -# NOTE: This script is intended to be run from within an Xcode run script build phase, and won't work without the environment variables provided therein. - -# If you want to inspect your app using Reveal in build configurations that are not the default "Debug" configuration, override the REVEAL_LOAD_FOR_CONFIGURATION environment variable with the full name of your desired configuration. -load_trigger=${REVEAL_LOAD_FOR_CONFIGURATION:-Debug} - -if [ "${PLATFORM_NAME}" == *simulator ]; then - echo "Reveal Server not integrated into ${TARGET_NAME}: Targeted platform is simulated, and does not require it." - exit 0 -fi - -if [ "${CONFIGURATION}" != "${load_trigger}" ]; then - # If we are not running in the expected configuration, remove the RevealServer framework (which needs to have been weakly linked). - bundled_reveal_server="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework" - - if [ -e "${bundled_reveal_server}" ]; then - rm -r "${bundled_reveal_server}" - fi - - echo "Reveal Server has been removed from ${TARGET_NAME}: Current build configuration is not '${load_trigger}'." - exit 0 -fi - -# Otherwise, we need to insert the NSBonjourServices array into the app's Info.plist. It's OK if this fails due to the key already existing. -plutil -insert NSBonjourServices -xml '' "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" || true - -# Insert Reveal's Bonjour details into the NSBonjourServices array. -plutil -insert NSBonjourServices.0 -string "_reveal._tcp" "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" - -echo "An NSBonjourServices entry for Reveal (_reveal._tcp) has been added to ${INFOPLIST_PATH}" - -echo "Reveal Server has been successfully integrated into ${TARGET_NAME}." diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/RevealServer b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/RevealServer deleted file mode 100755 index daa60e7..0000000 Binary files a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/RevealServer and /dev/null differ diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/_CodeSignature/CodeResources b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/_CodeSignature/CodeResources deleted file mode 100644 index d3ca91b..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/A/_CodeSignature/CodeResources +++ /dev/null @@ -1,153 +0,0 @@ - - - - - files - - Resources/Info.plist - - GAhM6S36sufnjzNRVuQc7LMGSyw= - - Resources/Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - - files2 - - Headers/RevealServer.h - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - Modules/module.modulemap - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - Resources/Info.plist - - hash2 - - oPhsbdnrqpRIrB5Dzk7QyCxPydGl7m8mlJEZH63eXd8= - - - Resources/Scripts/integrate_revealserver.sh - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - - rules - - ^Resources/ - - ^Resources/.*\.lproj/ - - optional - - weight - 1000 - - ^Resources/.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Resources/Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ - - nested - - weight - 10 - - ^.* - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^Resources/ - - weight - 20 - - ^Resources/.*\.lproj/ - - optional - - weight - 1000 - - ^Resources/.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Resources/Base\.lproj/ - - weight - 1010 - - ^[^/]+$ - - nested - - weight - 10 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/Current b/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/Current deleted file mode 120000 index 8c7e5a6..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-maccatalyst/RevealServer.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -A \ No newline at end of file diff --git a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h b/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h deleted file mode 100644 index 117784b..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h +++ /dev/null @@ -1,11 +0,0 @@ -// -// Copyright © 2015 Itty Bitty Apps, Pty Ltd. All rights reserved. - -#import - -//! Project version number for RevealServer. -FOUNDATION_EXPORT double RevealServerVersionNumber; - -//! Project version string for RevealServer. -FOUNDATION_EXPORT const unsigned char RevealServerVersionString[]; - diff --git a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Info.plist b/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Info.plist deleted file mode 100644 index 1cd6154..0000000 Binary files a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Info.plist and /dev/null differ diff --git a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap b/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap deleted file mode 100644 index 8b2d46c..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module RevealServer { - umbrella header "RevealServer.h" - - export * - module * { export * } -} diff --git a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/RevealServer b/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/RevealServer deleted file mode 100755 index 04780de..0000000 Binary files a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/RevealServer and /dev/null differ diff --git a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh b/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh deleted file mode 100755 index 16e81b7..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env bash -set -o errexit -set -o nounset - -# This script takes care of integrating Reveal Server into your iOS application target when you have already manually linked the XCFramework into your app. - -# If the current build configuration as defined by the environment variable CONFIGURATION does not match the name provided by REVEAL_LOAD_FOR_CONFIGURATION (this defaults to "Debug"), then any copies of RevealServer that Xcode has copied into your application will be removed. - -# NOTE: This script is intended to be run from within an Xcode run script build phase, and won't work without the environment variables provided therein. - -# If you want to inspect your app using Reveal in build configurations that are not the default "Debug" configuration, override the REVEAL_LOAD_FOR_CONFIGURATION environment variable with the full name of your desired configuration. -load_trigger=${REVEAL_LOAD_FOR_CONFIGURATION:-Debug} - -if [ "${PLATFORM_NAME}" == *simulator ]; then - echo "Reveal Server not integrated into ${TARGET_NAME}: Targeted platform is simulated, and does not require it." - exit 0 -fi - -if [ "${CONFIGURATION}" != "${load_trigger}" ]; then - # If we are not running in the expected configuration, remove the RevealServer framework (which needs to have been weakly linked). - bundled_reveal_server="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework" - - if [ -e "${bundled_reveal_server}" ]; then - rm -r "${bundled_reveal_server}" - fi - - echo "Reveal Server has been removed from ${TARGET_NAME}: Current build configuration is not '${load_trigger}'." - exit 0 -fi - -# Otherwise, we need to insert the NSBonjourServices array into the app's Info.plist. It's OK if this fails due to the key already existing. -plutil -insert NSBonjourServices -xml '' "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" || true - -# Insert Reveal's Bonjour details into the NSBonjourServices array. -plutil -insert NSBonjourServices.0 -string "_reveal._tcp" "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" - -echo "An NSBonjourServices entry for Reveal (_reveal._tcp) has been added to ${INFOPLIST_PATH}" - -echo "Reveal Server has been successfully integrated into ${TARGET_NAME}." diff --git a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources b/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources deleted file mode 100644 index 3757613..0000000 --- a/RevealServer.xcframework/ios-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,135 +0,0 @@ - - - - - files - - Headers/RevealServer.h - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - Info.plist - - I2Z86mOg87BlA69HUC07DU/3Hxk= - - Modules/module.modulemap - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - - files2 - - Headers/RevealServer.h - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - Modules/module.modulemap - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - Scripts/integrate_revealserver.sh - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Headers/RevealServer.h b/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Headers/RevealServer.h deleted file mode 100644 index 117784b..0000000 --- a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Headers/RevealServer.h +++ /dev/null @@ -1,11 +0,0 @@ -// -// Copyright © 2015 Itty Bitty Apps, Pty Ltd. All rights reserved. - -#import - -//! Project version number for RevealServer. -FOUNDATION_EXPORT double RevealServerVersionNumber; - -//! Project version string for RevealServer. -FOUNDATION_EXPORT const unsigned char RevealServerVersionString[]; - diff --git a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Info.plist b/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Info.plist deleted file mode 100644 index 0dd02d4..0000000 Binary files a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Info.plist and /dev/null differ diff --git a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Modules/module.modulemap b/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Modules/module.modulemap deleted file mode 100644 index 8b2d46c..0000000 --- a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module RevealServer { - umbrella header "RevealServer.h" - - export * - module * { export * } -} diff --git a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/RevealServer b/RevealServer.xcframework/tvos-arm64/RevealServer.framework/RevealServer deleted file mode 100755 index 828a26f..0000000 Binary files a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/RevealServer and /dev/null differ diff --git a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh b/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh deleted file mode 100755 index 16e81b7..0000000 --- a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/Scripts/integrate_revealserver.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env bash -set -o errexit -set -o nounset - -# This script takes care of integrating Reveal Server into your iOS application target when you have already manually linked the XCFramework into your app. - -# If the current build configuration as defined by the environment variable CONFIGURATION does not match the name provided by REVEAL_LOAD_FOR_CONFIGURATION (this defaults to "Debug"), then any copies of RevealServer that Xcode has copied into your application will be removed. - -# NOTE: This script is intended to be run from within an Xcode run script build phase, and won't work without the environment variables provided therein. - -# If you want to inspect your app using Reveal in build configurations that are not the default "Debug" configuration, override the REVEAL_LOAD_FOR_CONFIGURATION environment variable with the full name of your desired configuration. -load_trigger=${REVEAL_LOAD_FOR_CONFIGURATION:-Debug} - -if [ "${PLATFORM_NAME}" == *simulator ]; then - echo "Reveal Server not integrated into ${TARGET_NAME}: Targeted platform is simulated, and does not require it." - exit 0 -fi - -if [ "${CONFIGURATION}" != "${load_trigger}" ]; then - # If we are not running in the expected configuration, remove the RevealServer framework (which needs to have been weakly linked). - bundled_reveal_server="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework" - - if [ -e "${bundled_reveal_server}" ]; then - rm -r "${bundled_reveal_server}" - fi - - echo "Reveal Server has been removed from ${TARGET_NAME}: Current build configuration is not '${load_trigger}'." - exit 0 -fi - -# Otherwise, we need to insert the NSBonjourServices array into the app's Info.plist. It's OK if this fails due to the key already existing. -plutil -insert NSBonjourServices -xml '' "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" || true - -# Insert Reveal's Bonjour details into the NSBonjourServices array. -plutil -insert NSBonjourServices.0 -string "_reveal._tcp" "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" - -echo "An NSBonjourServices entry for Reveal (_reveal._tcp) has been added to ${INFOPLIST_PATH}" - -echo "Reveal Server has been successfully integrated into ${TARGET_NAME}." diff --git a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/_CodeSignature/CodeResources b/RevealServer.xcframework/tvos-arm64/RevealServer.framework/_CodeSignature/CodeResources deleted file mode 100644 index 38ee4d5..0000000 --- a/RevealServer.xcframework/tvos-arm64/RevealServer.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,135 +0,0 @@ - - - - - files - - Headers/RevealServer.h - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - Info.plist - - AymsD/z6T2mts7yJ/9v4GzKw7to= - - Modules/module.modulemap - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - - files2 - - Headers/RevealServer.h - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - Modules/module.modulemap - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - Scripts/integrate_revealserver.sh - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h b/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h deleted file mode 100644 index 117784b..0000000 --- a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Headers/RevealServer.h +++ /dev/null @@ -1,11 +0,0 @@ -// -// Copyright © 2015 Itty Bitty Apps, Pty Ltd. All rights reserved. - -#import - -//! Project version number for RevealServer. -FOUNDATION_EXPORT double RevealServerVersionNumber; - -//! Project version string for RevealServer. -FOUNDATION_EXPORT const unsigned char RevealServerVersionString[]; - diff --git a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Info.plist b/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Info.plist deleted file mode 100644 index 82d10c1..0000000 Binary files a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Info.plist and /dev/null differ diff --git a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap b/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap deleted file mode 100644 index 8b2d46c..0000000 --- a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module RevealServer { - umbrella header "RevealServer.h" - - export * - module * { export * } -} diff --git a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/RevealServer b/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/RevealServer deleted file mode 100755 index df61dd0..0000000 Binary files a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/RevealServer and /dev/null differ diff --git a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh b/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh deleted file mode 100755 index 16e81b7..0000000 --- a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/Scripts/integrate_revealserver.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env bash -set -o errexit -set -o nounset - -# This script takes care of integrating Reveal Server into your iOS application target when you have already manually linked the XCFramework into your app. - -# If the current build configuration as defined by the environment variable CONFIGURATION does not match the name provided by REVEAL_LOAD_FOR_CONFIGURATION (this defaults to "Debug"), then any copies of RevealServer that Xcode has copied into your application will be removed. - -# NOTE: This script is intended to be run from within an Xcode run script build phase, and won't work without the environment variables provided therein. - -# If you want to inspect your app using Reveal in build configurations that are not the default "Debug" configuration, override the REVEAL_LOAD_FOR_CONFIGURATION environment variable with the full name of your desired configuration. -load_trigger=${REVEAL_LOAD_FOR_CONFIGURATION:-Debug} - -if [ "${PLATFORM_NAME}" == *simulator ]; then - echo "Reveal Server not integrated into ${TARGET_NAME}: Targeted platform is simulated, and does not require it." - exit 0 -fi - -if [ "${CONFIGURATION}" != "${load_trigger}" ]; then - # If we are not running in the expected configuration, remove the RevealServer framework (which needs to have been weakly linked). - bundled_reveal_server="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework" - - if [ -e "${bundled_reveal_server}" ]; then - rm -r "${bundled_reveal_server}" - fi - - echo "Reveal Server has been removed from ${TARGET_NAME}: Current build configuration is not '${load_trigger}'." - exit 0 -fi - -# Otherwise, we need to insert the NSBonjourServices array into the app's Info.plist. It's OK if this fails due to the key already existing. -plutil -insert NSBonjourServices -xml '' "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" || true - -# Insert Reveal's Bonjour details into the NSBonjourServices array. -plutil -insert NSBonjourServices.0 -string "_reveal._tcp" "${CONFIGURATION_BUILD_DIR}/${INFOPLIST_PATH}" - -echo "An NSBonjourServices entry for Reveal (_reveal._tcp) has been added to ${INFOPLIST_PATH}" - -echo "Reveal Server has been successfully integrated into ${TARGET_NAME}." diff --git a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources b/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources deleted file mode 100644 index 4f6ded3..0000000 --- a/RevealServer.xcframework/tvos-arm64_x86_64-simulator/RevealServer.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,135 +0,0 @@ - - - - - files - - Headers/RevealServer.h - - JavE2LI6bNGfH9W90/bDxwIxVlg= - - Info.plist - - W5rlcqbGv91qP8ud7PpV6jMtn4A= - - Modules/module.modulemap - - EuDEeG1dcC1sd+hIW2SkUAImUg8= - - Scripts/integrate_revealserver.sh - - pDjnAHC1xiLNLJDDIIrTACRCcFA= - - - files2 - - Headers/RevealServer.h - - hash2 - - weLK/65HyV1EiL9dd4xoAqQhf0/0r/Oy6os2nXCA+Ew= - - - Modules/module.modulemap - - hash2 - - tstqiJpIPr4iEd3MDHClLuTB/ciSC/zNlke1AjfSVuU= - - - Scripts/integrate_revealserver.sh - - hash2 - - XOjBVOZRN/oNePfbAbXae72e3s7W6HqdKnPKJdHque8= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - -