Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 2829575

Browse files
gkaimakasΓιώργος Καϊμακάς
authored andcommitted
Release 2.0.1 - Moved to XCode7 and Swift 2
1 parent 21fbc9e commit 2829575

File tree

9 files changed

+71
-38
lines changed

9 files changed

+71
-38
lines changed

Pods/Pods.xcodeproj/xcuserdata/gkaimakas.xcuserdatad/xcschemes/Nimble.xcscheme

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

Pods/Pods.xcodeproj/xcuserdata/gkaimakas.xcuserdatad/xcschemes/Pods-SwiftValidatorsTests.xcscheme

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

Pods/Pods.xcodeproj/xcuserdata/gkaimakas.xcuserdatad/xcschemes/Quick.xcscheme

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

SwiftValidators.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "SwiftValidators"
4-
s.version = "2.0.0"
4+
s.version = "2.0.1"
55
s.summary = "String validation for iOS developed in Swift. Inspired by validator.js"
66
s.homepage = "https://github.com/gkaimakas/SwiftValidators"
77
s.license = 'MIT'

SwiftValidators.xcodeproj/project.pbxproj

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
isa = PBXProject;
204204
attributes = {
205205
LastSwiftUpdateCheck = 0700;
206-
LastUpgradeCheck = 0640;
206+
LastUpgradeCheck = 0700;
207207
ORGANIZATIONNAME = "Γιώργος Καϊμακάς";
208208
TargetAttributes = {
209209
131584C41B5FFCB60077E959 = {
@@ -350,7 +350,9 @@
350350
COPY_PHASE_STRIP = NO;
351351
CURRENT_PROJECT_VERSION = 1;
352352
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
353+
ENABLE_BITCODE = NO;
353354
ENABLE_STRICT_OBJC_MSGSEND = YES;
355+
ENABLE_TESTABILITY = YES;
354356
GCC_C_LANGUAGE_STANDARD = gnu99;
355357
GCC_DYNAMIC_NO_PIC = NO;
356358
GCC_NO_COMMON_BLOCKS = YES;
@@ -398,6 +400,7 @@
398400
COPY_PHASE_STRIP = NO;
399401
CURRENT_PROJECT_VERSION = 1;
400402
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
403+
ENABLE_BITCODE = NO;
401404
ENABLE_NS_ASSERTIONS = NO;
402405
ENABLE_STRICT_OBJC_MSGSEND = YES;
403406
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -426,9 +429,12 @@
426429
DYLIB_COMPATIBILITY_VERSION = 1;
427430
DYLIB_CURRENT_VERSION = 1;
428431
DYLIB_INSTALL_NAME_BASE = "@rpath";
432+
ENABLE_BITCODE = NO;
429433
INFOPLIST_FILE = SwiftValidators/Info.plist;
430434
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
435+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
431436
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
437+
PRODUCT_BUNDLE_IDENTIFIER = "gr.gkaimakas.$(PRODUCT_NAME:rfc1034identifier)";
432438
PRODUCT_NAME = "$(TARGET_NAME)";
433439
SKIP_INSTALL = YES;
434440
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -443,9 +449,12 @@
443449
DYLIB_COMPATIBILITY_VERSION = 1;
444450
DYLIB_CURRENT_VERSION = 1;
445451
DYLIB_INSTALL_NAME_BASE = "@rpath";
452+
ENABLE_BITCODE = NO;
446453
INFOPLIST_FILE = SwiftValidators/Info.plist;
447454
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
455+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
448456
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
457+
PRODUCT_BUNDLE_IDENTIFIER = "gr.gkaimakas.$(PRODUCT_NAME:rfc1034identifier)";
449458
PRODUCT_NAME = "$(TARGET_NAME)";
450459
SKIP_INSTALL = YES;
451460
};
@@ -455,16 +464,13 @@
455464
isa = XCBuildConfiguration;
456465
baseConfigurationReference = 0BFE7D2607D4A55DC302BE68 /* Pods-SwiftValidatorsTests.debug.xcconfig */;
457466
buildSettings = {
458-
FRAMEWORK_SEARCH_PATHS = (
459-
"$(SDKROOT)/Developer/Library/Frameworks",
460-
"$(inherited)",
461-
);
462467
GCC_PREPROCESSOR_DEFINITIONS = (
463468
"DEBUG=1",
464469
"$(inherited)",
465470
);
466471
INFOPLIST_FILE = SwiftValidatorsTests/Info.plist;
467472
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
473+
PRODUCT_BUNDLE_IDENTIFIER = "gr.gkaimakas.$(PRODUCT_NAME:rfc1034identifier)";
468474
PRODUCT_NAME = "$(TARGET_NAME)";
469475
};
470476
name = Debug;
@@ -473,12 +479,9 @@
473479
isa = XCBuildConfiguration;
474480
baseConfigurationReference = 5F12C8F44A0B081C221B029B /* Pods-SwiftValidatorsTests.release.xcconfig */;
475481
buildSettings = {
476-
FRAMEWORK_SEARCH_PATHS = (
477-
"$(SDKROOT)/Developer/Library/Frameworks",
478-
"$(inherited)",
479-
);
480482
INFOPLIST_FILE = SwiftValidatorsTests/Info.plist;
481483
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
484+
PRODUCT_BUNDLE_IDENTIFIER = "gr.gkaimakas.$(PRODUCT_NAME:rfc1034identifier)";
482485
PRODUCT_NAME = "$(TARGET_NAME)";
483486
};
484487
name = Release;

SwiftValidators.xcodeproj/xcuserdata/gkaimakas.xcuserdatad/xcschemes/SwiftValidators.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 = "0640"
3+
LastUpgradeVersion = "0700"
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:SwiftValidators.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
Binary file not shown.

SwiftValidators/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>gr.gkaimakas.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

SwiftValidatorsTests/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>gr.gkaimakas.$(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)