Skip to content

Commit 68fafd2

Browse files
committed
Bump spec
1 parent 03bb754 commit 68fafd2

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

SCLAlertView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SCLAlertView"
3-
s.version = "0.5.6"
3+
s.version = "0.5.7"
44
s.summary = "Beautiful Alert View. Written in Swift"
55
s.homepage = "https://github.com/vikmeup/SCLAlertView-Swift"
66
s.screenshots = "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/errorScreenshot.png", "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/successScreenshot.png"

SCLAlertView.xcodeproj/project.pbxproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
attributes = {
186186
LastSwiftMigration = 0700;
187187
LastSwiftUpdateCheck = 0700;
188-
LastUpgradeCheck = 0630;
188+
LastUpgradeCheck = 0730;
189189
ORGANIZATIONNAME = "Alexey Poimtsev";
190190
TargetAttributes = {
191191
70264EF61B0F588700B32B18 = {
@@ -287,6 +287,7 @@
287287
CURRENT_PROJECT_VERSION = 1;
288288
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
289289
ENABLE_STRICT_OBJC_MSGSEND = YES;
290+
ENABLE_TESTABILITY = YES;
290291
GCC_C_LANGUAGE_STANDARD = gnu99;
291292
GCC_DYNAMIC_NO_PIC = NO;
292293
GCC_NO_COMMON_BLOCKS = YES;
@@ -366,6 +367,7 @@
366367
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
367368
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
368369
LD_RUNPATH_SEARCH_PATHS = "";
370+
PRODUCT_BUNDLE_IDENTIFIER = "com.alec-c4.$(PRODUCT_NAME:rfc1034identifier)";
369371
PRODUCT_NAME = "$(TARGET_NAME)";
370372
SKIP_INSTALL = YES;
371373
};
@@ -383,6 +385,7 @@
383385
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
384386
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
385387
LD_RUNPATH_SEARCH_PATHS = "";
388+
PRODUCT_BUNDLE_IDENTIFIER = "com.alec-c4.$(PRODUCT_NAME:rfc1034identifier)";
386389
PRODUCT_NAME = "$(TARGET_NAME)";
387390
SKIP_INSTALL = YES;
388391
};
@@ -398,6 +401,7 @@
398401
);
399402
INFOPLIST_FILE = SCLAlertViewTests/Info.plist;
400403
LD_RUNPATH_SEARCH_PATHS = "";
404+
PRODUCT_BUNDLE_IDENTIFIER = "com.alec-c4.$(PRODUCT_NAME:rfc1034identifier)";
401405
PRODUCT_NAME = "$(TARGET_NAME)";
402406
};
403407
name = Debug;
@@ -408,6 +412,7 @@
408412
FRAMEWORK_SEARCH_PATHS = "";
409413
INFOPLIST_FILE = SCLAlertViewTests/Info.plist;
410414
LD_RUNPATH_SEARCH_PATHS = "";
415+
PRODUCT_BUNDLE_IDENTIFIER = "com.alec-c4.$(PRODUCT_NAME:rfc1034identifier)";
411416
PRODUCT_NAME = "$(TARGET_NAME)";
412417
};
413418
name = Release;

SCLAlertView.xcodeproj/xcshareddata/xcschemes/SCLAlertView.xcscheme

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0630"
3+
LastUpgradeVersion = "0730"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -37,10 +37,10 @@
3737
</BuildActionEntries>
3838
</BuildAction>
3939
<TestAction
40+
buildConfiguration = "Debug"
4041
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4142
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
42-
shouldUseLaunchSchemeArgsEnv = "YES"
43-
buildConfiguration = "Debug">
43+
shouldUseLaunchSchemeArgsEnv = "YES">
4444
<Testables>
4545
<TestableReference
4646
skipped = "NO">
@@ -62,15 +62,18 @@
6262
ReferencedContainer = "container:SCLAlertView.xcodeproj">
6363
</BuildableReference>
6464
</MacroExpansion>
65+
<AdditionalOptions>
66+
</AdditionalOptions>
6567
</TestAction>
6668
<LaunchAction
69+
buildConfiguration = "Debug"
6770
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
6871
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
6972
launchStyle = "0"
7073
useCustomWorkingDirectory = "NO"
71-
buildConfiguration = "Debug"
7274
ignoresPersistentStateOnLaunch = "NO"
7375
debugDocumentVersioning = "YES"
76+
debugServiceExtension = "internal"
7477
allowLocationSimulation = "YES">
7578
<MacroExpansion>
7679
<BuildableReference
@@ -85,10 +88,10 @@
8588
</AdditionalOptions>
8689
</LaunchAction>
8790
<ProfileAction
91+
buildConfiguration = "Release"
8892
shouldUseLaunchSchemeArgsEnv = "YES"
8993
savedToolIdentifier = ""
9094
useCustomWorkingDirectory = "NO"
91-
buildConfiguration = "Release"
9295
debugDocumentVersioning = "YES">
9396
<MacroExpansion>
9497
<BuildableReference

SCLAlertView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.alec-c4.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

SCLAlertView/SCLAlertView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public class SCLAlertView: UIViewController {
455455
var saturation : CGFloat = 0
456456
var brightness : CGFloat = 0
457457
var alpha : CGFloat = 0
458-
var pressBrightnessFactor = 0.85
458+
let pressBrightnessFactor = 0.85
459459
btn.backgroundColor?.getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha)
460460
brightness = brightness * CGFloat(pressBrightnessFactor)
461461
btn.backgroundColor = UIColor(hue: hue, saturation: saturation, brightness: brightness, alpha: alpha)

SCLAlertViewTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.alec-c4.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

0 commit comments

Comments
 (0)