Skip to content

Commit

Permalink
add prebuild framework
Browse files Browse the repository at this point in the history
  • Loading branch information
HHK1 committed Jul 14, 2020
1 parent d59a163 commit 25f0e30
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 0 deletions.
Binary file added PryntTrimmerView.framework.zip
Binary file not shown.
196 changes: 196 additions & 0 deletions PryntTrimmerViewExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
AB29085424BE0D4500A55A86 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AB29085224BE0D4500A55A86 /* Main.storyboard */; };
AB29085624BE0D4500A55A86 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AB29085524BE0D4500A55A86 /* Assets.xcassets */; };
AB29085924BE0D4500A55A86 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AB29085724BE0D4500A55A86 /* LaunchScreen.storyboard */; };
AB4C682024BE24E000518B1A /* AssetVideoScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB4C681624BE24E000518B1A /* AssetVideoScrollView.swift */; };
AB4C682124BE24E000518B1A /* AVAssetTimeSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB4C681724BE24E000518B1A /* AVAssetTimeSelector.swift */; };
AB4C682224BE24E000518B1A /* ThumbSelectorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB4C681824BE24E000518B1A /* ThumbSelectorView.swift */; };
AB4C682324BE24E000518B1A /* VideoCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB4C681A24BE24E000518B1A /* VideoCropView.swift */; };
AB4C682424BE24E000518B1A /* VideoScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB4C681B24BE24E000518B1A /* VideoScrollView.swift */; };
AB4C682524BE24E000518B1A /* CropMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB4C681C24BE24E000518B1A /* CropMaskView.swift */; };
AB4C682624BE24E000518B1A /* HandlerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB4C681E24BE24E000518B1A /* HandlerView.swift */; };
AB4C682724BE24E000518B1A /* PryntTrimmerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB4C681F24BE24E000518B1A /* PryntTrimmerView.swift */; };
ABBCDAF924BE101700A4BF18 /* VideoCropperViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABBCDAF524BE101700A4BF18 /* VideoCropperViewController.swift */; };
ABBCDAFA24BE101700A4BF18 /* AssetSelectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABBCDAF624BE101700A4BF18 /* AssetSelectionViewController.swift */; };
ABBCDAFB24BE101700A4BF18 /* VideoTrimmerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABBCDAF724BE101700A4BF18 /* VideoTrimmerViewController.swift */; };
Expand All @@ -26,6 +34,15 @@
AB29085524BE0D4500A55A86 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
AB29085824BE0D4500A55A86 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
AB29085A24BE0D4500A55A86 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AB4C680B24BE248B00518B1A /* PryntTrimmerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PryntTrimmerView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
AB4C681624BE24E000518B1A /* AssetVideoScrollView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssetVideoScrollView.swift; sourceTree = "<group>"; };
AB4C681724BE24E000518B1A /* AVAssetTimeSelector.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AVAssetTimeSelector.swift; sourceTree = "<group>"; };
AB4C681824BE24E000518B1A /* ThumbSelectorView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThumbSelectorView.swift; sourceTree = "<group>"; };
AB4C681A24BE24E000518B1A /* VideoCropView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoCropView.swift; sourceTree = "<group>"; };
AB4C681B24BE24E000518B1A /* VideoScrollView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoScrollView.swift; sourceTree = "<group>"; };
AB4C681C24BE24E000518B1A /* CropMaskView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CropMaskView.swift; sourceTree = "<group>"; };
AB4C681E24BE24E000518B1A /* HandlerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HandlerView.swift; sourceTree = "<group>"; };
AB4C681F24BE24E000518B1A /* PryntTrimmerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PryntTrimmerView.swift; sourceTree = "<group>"; };
ABBCDAF524BE101700A4BF18 /* VideoCropperViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoCropperViewController.swift; sourceTree = "<group>"; };
ABBCDAF624BE101700A4BF18 /* AssetSelectionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssetSelectionViewController.swift; sourceTree = "<group>"; };
ABBCDAF724BE101700A4BF18 /* VideoTrimmerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoTrimmerViewController.swift; sourceTree = "<group>"; };
Expand All @@ -42,13 +59,21 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
AB4C680824BE248B00518B1A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
AB29084024BE0D4500A55A86 = {
isa = PBXGroup;
children = (
AB29084B24BE0D4500A55A86 /* PryntTrimmerViewExample */,
AB4C680C24BE248B00518B1A /* PryntTrimmerView */,
AB29084A24BE0D4500A55A86 /* Products */,
ABBCDAFD24BE109500A4BF18 /* Frameworks */,
);
Expand All @@ -58,6 +83,7 @@
isa = PBXGroup;
children = (
AB29084924BE0D4500A55A86 /* PryntTrimmerViewExample.app */,
AB4C680B24BE248B00518B1A /* PryntTrimmerView.framework */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -79,6 +105,61 @@
path = PryntTrimmerViewExample;
sourceTree = "<group>";
};
AB4C680C24BE248B00518B1A /* PryntTrimmerView */ = {
isa = PBXGroup;
children = (
AB4C681324BE24E000518B1A /* Sources */,
);
path = PryntTrimmerView;
sourceTree = "<group>";
};
AB4C681324BE24E000518B1A /* Sources */ = {
isa = PBXGroup;
children = (
AB4C681424BE24E000518B1A /* PryntTrimmerView */,
);
path = Sources;
sourceTree = SOURCE_ROOT;
};
AB4C681424BE24E000518B1A /* PryntTrimmerView */ = {
isa = PBXGroup;
children = (
AB4C681524BE24E000518B1A /* Parents */,
AB4C681824BE24E000518B1A /* ThumbSelectorView.swift */,
AB4C681924BE24E000518B1A /* Cropper */,
AB4C681D24BE24E000518B1A /* Trimmer */,
);
path = PryntTrimmerView;
sourceTree = "<group>";
};
AB4C681524BE24E000518B1A /* Parents */ = {
isa = PBXGroup;
children = (
AB4C681624BE24E000518B1A /* AssetVideoScrollView.swift */,
AB4C681724BE24E000518B1A /* AVAssetTimeSelector.swift */,
);
path = Parents;
sourceTree = "<group>";
};
AB4C681924BE24E000518B1A /* Cropper */ = {
isa = PBXGroup;
children = (
AB4C681A24BE24E000518B1A /* VideoCropView.swift */,
AB4C681B24BE24E000518B1A /* VideoScrollView.swift */,
AB4C681C24BE24E000518B1A /* CropMaskView.swift */,
);
path = Cropper;
sourceTree = "<group>";
};
AB4C681D24BE24E000518B1A /* Trimmer */ = {
isa = PBXGroup;
children = (
AB4C681E24BE24E000518B1A /* HandlerView.swift */,
AB4C681F24BE24E000518B1A /* PryntTrimmerView.swift */,
);
path = Trimmer;
sourceTree = "<group>";
};
ABBCDAFD24BE109500A4BF18 /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand All @@ -88,6 +169,16 @@
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
AB4C680624BE248B00518B1A /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
AB29084824BE0D4500A55A86 /* PryntTrimmerViewExample */ = {
isa = PBXNativeTarget;
Expand All @@ -109,6 +200,24 @@
productReference = AB29084924BE0D4500A55A86 /* PryntTrimmerViewExample.app */;
productType = "com.apple.product-type.application";
};
AB4C680A24BE248B00518B1A /* PryntTrimmerView */ = {
isa = PBXNativeTarget;
buildConfigurationList = AB4C681224BE248B00518B1A /* Build configuration list for PBXNativeTarget "PryntTrimmerView" */;
buildPhases = (
AB4C680624BE248B00518B1A /* Headers */,
AB4C680724BE248B00518B1A /* Sources */,
AB4C680824BE248B00518B1A /* Frameworks */,
AB4C680924BE248B00518B1A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = PryntTrimmerView;
productName = PryntTrimmerView;
productReference = AB4C680B24BE248B00518B1A /* PryntTrimmerView.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -122,6 +231,9 @@
AB29084824BE0D4500A55A86 = {
CreatedOnToolsVersion = 11.5;
};
AB4C680A24BE248B00518B1A = {
CreatedOnToolsVersion = 11.5;
};
};
};
buildConfigurationList = AB29084424BE0D4500A55A86 /* Build configuration list for PBXProject "PryntTrimmerViewExample" */;
Expand All @@ -138,6 +250,7 @@
projectRoot = "";
targets = (
AB29084824BE0D4500A55A86 /* PryntTrimmerViewExample */,
AB4C680A24BE248B00518B1A /* PryntTrimmerView */,
);
};
/* End PBXProject section */
Expand All @@ -153,6 +266,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
AB4C680924BE248B00518B1A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand All @@ -169,6 +289,21 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
AB4C680724BE248B00518B1A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AB4C682524BE24E000518B1A /* CropMaskView.swift in Sources */,
AB4C682724BE24E000518B1A /* PryntTrimmerView.swift in Sources */,
AB4C682324BE24E000518B1A /* VideoCropView.swift in Sources */,
AB4C682024BE24E000518B1A /* AssetVideoScrollView.swift in Sources */,
AB4C682424BE24E000518B1A /* VideoScrollView.swift in Sources */,
AB4C682624BE24E000518B1A /* HandlerView.swift in Sources */,
AB4C682124BE24E000518B1A /* AVAssetTimeSelector.swift in Sources */,
AB4C682224BE24E000518B1A /* ThumbSelectorView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -341,6 +476,58 @@
};
name = Release;
};
AB4C681024BE248B00518B1A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GXH324789Z;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.hhk.PryntTrimmerView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
AB4C681124BE248B00518B1A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = GXH324789Z;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = org.hhk.PryntTrimmerView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -362,6 +549,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AB4C681224BE248B00518B1A /* Build configuration list for PBXNativeTarget "PryntTrimmerView" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AB4C681024BE248B00518B1A /* Debug */,
AB4C681124BE248B00518B1A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1150"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AB4C680A24BE248B00518B1A"
BuildableName = "PryntTrimmerView.framework"
BlueprintName = "PryntTrimmerView"
ReferencedContainer = "container:PryntTrimmerViewExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AB4C680A24BE248B00518B1A"
BuildableName = "PryntTrimmerView.framework"
BlueprintName = "PryntTrimmerView"
ReferencedContainer = "container:PryntTrimmerViewExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit 25f0e30

Please sign in to comment.