Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 667489c

Browse files
Merge branch 'release/2.0.0' into develop
2 parents dca6387 + df98b19 commit 667489c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ALCameraViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "ALCameraViewController"
3-
spec.version = "1.4.1"
3+
spec.version = "2.0.0"
44
spec.summary = "A camera view controller with custom image picker and image cropping."
55
spec.source = { :git => "https://github.com/AlexLittlejohn/ALCameraViewController.git", :tag => spec.version.to_s }
66
spec.requires_arc = true

ALCameraViewController.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
};
280280
FAF0583E1B31618D008E5592 = {
281281
CreatedOnToolsVersion = 6.3.2;
282-
DevelopmentTeam = 2466624KEK;
282+
DevelopmentTeam = GAPQH4AM76;
283283
LastSwiftMigration = 0800;
284284
ProvisioningStyle = Automatic;
285285
};
@@ -541,11 +541,11 @@
541541
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
542542
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
543543
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
544-
DEVELOPMENT_TEAM = 2466624KEK;
544+
DEVELOPMENT_TEAM = GAPQH4AM76;
545545
INFOPLIST_FILE = "Example/Supporting Files/Info.plist";
546546
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
547547
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
548-
PRODUCT_BUNDLE_IDENTIFIER = com.alx2.zero.CameraViewController;
548+
PRODUCT_BUNDLE_IDENTIFIER = com.zero.CameraViewController;
549549
PRODUCT_NAME = "$(TARGET_NAME)";
550550
SWIFT_VERSION = 3.0;
551551
};
@@ -557,11 +557,11 @@
557557
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
558558
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
559559
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
560-
DEVELOPMENT_TEAM = 2466624KEK;
560+
DEVELOPMENT_TEAM = GAPQH4AM76;
561561
INFOPLIST_FILE = "Example/Supporting Files/Info.plist";
562562
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
563563
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
564-
PRODUCT_BUNDLE_IDENTIFIER = com.alx2.zero.CameraViewController;
564+
PRODUCT_BUNDLE_IDENTIFIER = com.zero.CameraViewController;
565565
PRODUCT_NAME = "$(TARGET_NAME)";
566566
SWIFT_VERSION = 3.0;
567567
};

0 commit comments

Comments
 (0)