Skip to content

Commit

Permalink
add support for carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
HHK1 committed Apr 25, 2018
1 parent 059f14f commit a3bee15
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 0 deletions.
215 changes: 215 additions & 0 deletions Example/PryntTrimmerView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
BA05863A208FE16C004E868E /* PryntTrimmerView.h in Headers */ = {isa = PBXBuildFile; fileRef = BA05862C208FE161004E868E /* PryntTrimmerView.h */; settings = {ATTRIBUTES = (Public, ); }; };
BA05863C208FE1ED004E868E /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = BA05863B208FE1ED004E868E /* Info.plist */; };
BA05863D208FE232004E868E /* AssetVideoScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA05862F208FE161004E868E /* AssetVideoScrollView.swift */; };
BA05863E208FE232004E868E /* AVAssetTimeSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA058630208FE161004E868E /* AVAssetTimeSelector.swift */; };
BA05863F208FE232004E868E /* ThumbSelectorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA058631208FE161004E868E /* ThumbSelectorView.swift */; };
BA058640208FE232004E868E /* VideoCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA058634208FE161004E868E /* VideoCropView.swift */; };
BA058641208FE232004E868E /* VideoScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA058635208FE161004E868E /* VideoScrollView.swift */; };
BA058642208FE232004E868E /* CropMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA058636208FE161004E868E /* CropMaskView.swift */; };
BA058643208FE232004E868E /* HandlerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA058638208FE161004E868E /* HandlerView.swift */; };
BA058644208FE232004E868E /* PryntTrimmerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA058639208FE161004E868E /* PryntTrimmerView.swift */; };
BA7923C31E9681C000DA9BDD /* VideoCropperViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7923C21E9681C000DA9BDD /* VideoCropperViewController.swift */; };
BAAF985C1E8C12DA007683C8 /* AVPlayer+isPlaying.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAF985A1E8C12DA007683C8 /* AVPlayer+isPlaying.swift */; };
BAAF985D1E8C12DA007683C8 /* VideoTrimmerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAAF985B1E8C12DA007683C8 /* VideoTrimmerViewController.swift */; };
Expand Down Expand Up @@ -45,6 +55,18 @@
A0E0C53092E03EC07C952C01 /* Pods-PryntTrimmerView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PryntTrimmerView_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PryntTrimmerView_Tests/Pods-PryntTrimmerView_Tests.debug.xcconfig"; sourceTree = "<group>"; };
A2AF731B842FEC297C5E9A38 /* Pods_PryntTrimmerView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PryntTrimmerView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A4456BDD210B024D264D0888 /* Pods-PryntTrimmerView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PryntTrimmerView_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PryntTrimmerView_Example/Pods-PryntTrimmerView_Example.debug.xcconfig"; sourceTree = "<group>"; };
BA058623208FE042004E868E /* PryntTrimmerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PryntTrimmerView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BA05862C208FE161004E868E /* PryntTrimmerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PryntTrimmerView.h; sourceTree = "<group>"; };
BA05862F208FE161004E868E /* AssetVideoScrollView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetVideoScrollView.swift; sourceTree = "<group>"; };
BA058630208FE161004E868E /* AVAssetTimeSelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AVAssetTimeSelector.swift; sourceTree = "<group>"; };
BA058631208FE161004E868E /* ThumbSelectorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThumbSelectorView.swift; sourceTree = "<group>"; };
BA058632208FE161004E868E /* .gitkeep */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitkeep; sourceTree = "<group>"; };
BA058634208FE161004E868E /* VideoCropView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoCropView.swift; sourceTree = "<group>"; };
BA058635208FE161004E868E /* VideoScrollView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoScrollView.swift; sourceTree = "<group>"; };
BA058636208FE161004E868E /* CropMaskView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CropMaskView.swift; sourceTree = "<group>"; };
BA058638208FE161004E868E /* HandlerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HandlerView.swift; sourceTree = "<group>"; };
BA058639208FE161004E868E /* PryntTrimmerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PryntTrimmerView.swift; sourceTree = "<group>"; };
BA05863B208FE1ED004E868E /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BA7923C21E9681C000DA9BDD /* VideoCropperViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoCropperViewController.swift; sourceTree = "<group>"; };
BAAF985A1E8C12DA007683C8 /* AVPlayer+isPlaying.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AVPlayer+isPlaying.swift"; sourceTree = "<group>"; };
BAAF985B1E8C12DA007683C8 /* VideoTrimmerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoTrimmerViewController.swift; sourceTree = "<group>"; };
Expand All @@ -70,12 +92,20 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
BA05861F208FE042004E868E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
607FACC71AFB9204008FA782 = {
isa = PBXGroup;
children = (
BA05862B208FE161004E868E /* PryntTrimmerView */,
607FACF51AFB993E008FA782 /* Podspec Metadata */,
607FACD21AFB9204008FA782 /* Example for PryntTrimmerView */,
607FACE81AFB9204008FA782 /* Tests */,
Expand All @@ -90,6 +120,7 @@
children = (
607FACD01AFB9204008FA782 /* PryntTrimmerView_Example.app */,
607FACE51AFB9204008FA782 /* PryntTrimmerView_Tests.xctest */,
BA058623208FE042004E868E /* PryntTrimmerView.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -165,8 +196,70 @@
name = Pods;
sourceTree = "<group>";
};
BA05862B208FE161004E868E /* PryntTrimmerView */ = {
isa = PBXGroup;
children = (
BA05863B208FE1ED004E868E /* Info.plist */,
BA05862C208FE161004E868E /* PryntTrimmerView.h */,
BA05862D208FE161004E868E /* Classes */,
);
name = PryntTrimmerView;
path = ../PryntTrimmerView;
sourceTree = "<group>";
};
BA05862D208FE161004E868E /* Classes */ = {
isa = PBXGroup;
children = (
BA05862E208FE161004E868E /* Parents */,
BA058631208FE161004E868E /* ThumbSelectorView.swift */,
BA058632208FE161004E868E /* .gitkeep */,
BA058633208FE161004E868E /* Cropper */,
BA058637208FE161004E868E /* Trimmer */,
);
path = Classes;
sourceTree = "<group>";
};
BA05862E208FE161004E868E /* Parents */ = {
isa = PBXGroup;
children = (
BA05862F208FE161004E868E /* AssetVideoScrollView.swift */,
BA058630208FE161004E868E /* AVAssetTimeSelector.swift */,
);
path = Parents;
sourceTree = "<group>";
};
BA058633208FE161004E868E /* Cropper */ = {
isa = PBXGroup;
children = (
BA058634208FE161004E868E /* VideoCropView.swift */,
BA058635208FE161004E868E /* VideoScrollView.swift */,
BA058636208FE161004E868E /* CropMaskView.swift */,
);
path = Cropper;
sourceTree = "<group>";
};
BA058637208FE161004E868E /* Trimmer */ = {
isa = PBXGroup;
children = (
BA058638208FE161004E868E /* HandlerView.swift */,
BA058639208FE161004E868E /* PryntTrimmerView.swift */,
);
path = Trimmer;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
BA058620208FE042004E868E /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
BA05863A208FE16C004E868E /* PryntTrimmerView.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
607FACCF1AFB9204008FA782 /* PryntTrimmerView_Example */ = {
isa = PBXNativeTarget;
Expand Down Expand Up @@ -210,6 +303,24 @@
productReference = 607FACE51AFB9204008FA782 /* PryntTrimmerView_Tests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
BA058622208FE042004E868E /* PryntTrimmerView */ = {
isa = PBXNativeTarget;
buildConfigurationList = BA05862A208FE042004E868E /* Build configuration list for PBXNativeTarget "PryntTrimmerView" */;
buildPhases = (
BA05861E208FE042004E868E /* Sources */,
BA05861F208FE042004E868E /* Frameworks */,
BA058620208FE042004E868E /* Headers */,
BA058621208FE042004E868E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = PryntTrimmerView;
productName = PryntTrimmerView;
productReference = BA058623208FE042004E868E /* PryntTrimmerView.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -231,6 +342,11 @@
LastSwiftMigration = 0900;
TestTargetID = 607FACCF1AFB9204008FA782;
};
BA058622208FE042004E868E = {
CreatedOnToolsVersion = 9.3;
DevelopmentTeam = 9M5LJ68Y64;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "PryntTrimmerView" */;
Expand All @@ -248,6 +364,7 @@
targets = (
607FACCF1AFB9204008FA782 /* PryntTrimmerView_Example */,
607FACE41AFB9204008FA782 /* PryntTrimmerView_Tests */,
BA058622208FE042004E868E /* PryntTrimmerView */,
);
};
/* End PBXProject section */
Expand All @@ -257,6 +374,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BA05863C208FE1ED004E868E /* Info.plist in Resources */,
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
Expand All @@ -270,6 +388,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
BA058621208FE042004E868E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -408,6 +533,21 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
BA05861E208FE042004E868E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BA05863D208FE232004E868E /* AssetVideoScrollView.swift in Sources */,
BA05863E208FE232004E868E /* AVAssetTimeSelector.swift in Sources */,
BA05863F208FE232004E868E /* ThumbSelectorView.swift in Sources */,
BA058640208FE232004E868E /* VideoCropView.swift in Sources */,
BA058641208FE232004E868E /* VideoScrollView.swift in Sources */,
BA058642208FE232004E868E /* CropMaskView.swift in Sources */,
BA058643208FE232004E868E /* HandlerView.swift in Sources */,
BA058644208FE232004E868E /* PryntTrimmerView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
Expand Down Expand Up @@ -617,6 +757,72 @@
};
name = Release;
};
BA058628208FE042004E868E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 9M5LJ68Y64;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = PryntTrimmerView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.prynt.PryntTrimmerView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
BA058629208FE042004E868E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 9M5LJ68Y64;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = PryntTrimmerView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.prynt.PryntTrimmerView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand Down Expand Up @@ -647,6 +853,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
BA05862A208FE042004E868E /* Build configuration list for PBXNativeTarget "PryntTrimmerView" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BA058628208FE042004E868E /* Debug */,
BA058629208FE042004E868E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 607FACC81AFB9204008FA782 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BA058622208FE042004E868E"
BuildableName = "PryntTrimmerView.framework"
BlueprintName = "PryntTrimmerView"
ReferencedContainer = "container:PryntTrimmerView.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BA058622208FE042004E868E"
BuildableName = "PryntTrimmerView.framework"
BlueprintName = "PryntTrimmerView"
ReferencedContainer = "container:PryntTrimmerView.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BA058622208FE042004E868E"
BuildableName = "PryntTrimmerView.framework"
BlueprintName = "PryntTrimmerView"
ReferencedContainer = "container:PryntTrimmerView.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit a3bee15

Please sign in to comment.