Skip to content

Commit 098cbf2

Browse files
author
Devansh Vyas
committed
Carthage support
1 parent a49979b commit 098cbf2

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/ZImageCropper.xcscheme

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/ZImageCropper.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
607FACCF1AFB9204008FA782 = {
216216
CreatedOnToolsVersion = 6.3.1;
217217
LastSwiftMigration = 1020;
218+
ProvisioningStyle = Manual;
218219
};
219220
607FACE41AFB9204008FA782 = {
220221
CreatedOnToolsVersion = 6.3.1;
@@ -463,11 +464,14 @@
463464
baseConfigurationReference = CCDD080855BE5D06E2CE263C /* Pods-ZImageCropper_Example.debug.xcconfig */;
464465
buildSettings = {
465466
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
467+
CODE_SIGN_STYLE = Manual;
468+
DEVELOPMENT_TEAM = "";
466469
INFOPLIST_FILE = ZImageCropper/Info.plist;
467470
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
468471
MODULE_NAME = ExampleApp;
469472
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
470473
PRODUCT_NAME = "$(TARGET_NAME)";
474+
PROVISIONING_PROFILE_SPECIFIER = "";
471475
SWIFT_VERSION = 5.0;
472476
};
473477
name = Debug;
@@ -477,11 +481,14 @@
477481
baseConfigurationReference = 7368C6A64861D561EB398A32 /* Pods-ZImageCropper_Example.release.xcconfig */;
478482
buildSettings = {
479483
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
484+
CODE_SIGN_STYLE = Manual;
485+
DEVELOPMENT_TEAM = "";
480486
INFOPLIST_FILE = ZImageCropper/Info.plist;
481487
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
482488
MODULE_NAME = ExampleApp;
483489
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
484490
PRODUCT_NAME = "$(TARGET_NAME)";
491+
PROVISIONING_PROFILE_SPECIFIER = "";
485492
SWIFT_VERSION = 5.0;
486493
};
487494
name = Release;

0 commit comments

Comments
 (0)