Skip to content

Commit

Permalink
Merge pull request #20 from helpscout/feature/gif-support
Browse files Browse the repository at this point in the history
GIF Support
  • Loading branch information
Sam Symons authored Jun 9, 2020
2 parents 0fc7435 + ff115af commit 8be14b9
Show file tree
Hide file tree
Showing 14 changed files with 975 additions and 822 deletions.
11 changes: 10 additions & 1 deletion Example/HSAttachmentPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
6524DF32CEBFBE6285C5AEFA /* Pods_HSAttachmentPicker_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HSAttachmentPicker_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
701CB53B134476EECC468DC8 /* Pods_HSAttachmentPicker_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HSAttachmentPicker_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
702052E142262F8CFEAB7917 /* Pods-HSAttachmentPicker_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HSAttachmentPicker_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HSAttachmentPicker_Example/Pods-HSAttachmentPicker_Example.debug.xcconfig"; sourceTree = "<group>"; };
716E76492098F4731517758E /* HSAttachmentPicker.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = HSAttachmentPicker.podspec; path = ../HSAttachmentPicker.podspec; sourceTree = "<group>"; };
716E76492098F4731517758E /* HSAttachmentPicker.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = HSAttachmentPicker.podspec; path = ../HSAttachmentPicker.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
96378B532077ECC800289262 /* Localizable.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -266,6 +266,7 @@
};
};
6003F5AD195388D20070C39A = {
ProvisioningStyle = Manual;
TestTargetID = 6003F589195388D20070C39A;
};
};
Expand Down Expand Up @@ -590,6 +591,8 @@
baseConfigurationReference = 4595657E3F5C22601BCA69B8 /* Pods-HSAttachmentPicker_Tests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
Expand All @@ -606,6 +609,8 @@
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HSAttachmentPicker_Example.app/HSAttachmentPicker_Example";
VALID_ARCHS = "$(ARCHS_STANDARD)";
WRAPPER_EXTENSION = xctest;
Expand All @@ -617,6 +622,8 @@
baseConfigurationReference = 99A5BB6730D4E7DEB49C096C /* Pods-HSAttachmentPicker_Tests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
Expand All @@ -629,6 +636,8 @@
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HSAttachmentPicker_Example.app/HSAttachmentPicker_Example";
VALID_ARCHS = "$(ARCHS_STANDARD)";
WRAPPER_EXTENSION = xctest;
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- HSAttachmentPicker (1.0.9)
- HSAttachmentPicker (1.1.1)
- Kiwi (2.4.0)

DEPENDENCIES:
Expand All @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
HSAttachmentPicker: f5d6126150869230ec944085b1ab5ce7352117df
HSAttachmentPicker: 770e1127727b60b4c1e295b20b8a1ce4690ac97a
Kiwi: f49c9d54b28917df5928fe44968a39ed198cb8a8

PODFILE CHECKSUM: ebf81eab5d3bccdcc4a22177e4b2f63c7cb20eb2

COCOAPODS: 1.8.3
COCOAPODS: 1.9.3
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/HSAttachmentPicker.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8be14b9

Please sign in to comment.