File tree Expand file tree Collapse file tree 4 files changed +18
-11
lines changed
IDZSwiftCommonCrypto.xcodeproj
project.xcworkspace/xcshareddata Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
- 3 .0
1
+ 5 .0
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "IDZSwiftCommonCrypto"
4
- s . version = "0.11.1 "
4
+ s . version = "0.12.0 "
5
5
s . summary = "A wrapper for Apple's Common Crypto library written in Swift."
6
6
7
7
s . homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto"
@@ -18,15 +18,11 @@ Pod::Spec.new do |s|
18
18
19
19
s . source_files = "IDZSwiftCommonCrypto"
20
20
21
- # Stop CocoaPods from deleting dummy frameworks
22
- s . preserve_paths = "Frameworks"
21
+ # New way to specify Swift version
22
+ s . swift_version = '5.0'
23
23
24
- # Make sure we can find the dummy frameworks
25
24
s . pod_target_xcconfig = {
26
- "SWIFT_VERSION" => "4.2" ,
27
- "SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)" ,
28
- "FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)" ,
29
- "APPLICATION_EXTENSION_API_ONLY" => "YES"
25
+ "APPLICATION_EXTENSION_API_ONLY" => "YES"
30
26
}
31
27
32
28
end
Original file line number Diff line number Diff line change 574
574
};
575
575
buildConfigurationList = 0CCB89A519CE05F800068ED6 /* Build configuration list for PBXProject "IDZSwiftCommonCrypto" */;
576
576
compatibilityVersion = "Xcode 3.2";
577
- developmentRegion = English ;
577
+ developmentRegion = en ;
578
578
hasScannedForEncodings = 0;
579
579
knownRegions = (
580
- English,
581
580
en,
582
581
Base,
583
582
);
865
864
buildSettings = {
866
865
ALWAYS_SEARCH_USER_PATHS = NO;
867
866
APPLICATION_EXTENSION_API_ONLY = YES;
867
+ CLANG_ANALYZER_LOCALIZABILITY_EMPTY_CONTEXT = NO;
868
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = NO;
868
869
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
869
870
CLANG_CXX_LIBRARY = "libc++";
870
871
CLANG_ENABLE_MODULES = YES;
927
928
buildSettings = {
928
929
ALWAYS_SEARCH_USER_PATHS = NO;
929
930
APPLICATION_EXTENSION_API_ONLY = YES;
931
+ CLANG_ANALYZER_LOCALIZABILITY_EMPTY_CONTEXT = NO;
932
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = NO;
930
933
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
931
934
CLANG_CXX_LIBRARY = "libc++";
932
935
CLANG_ENABLE_CODE_COVERAGE = NO;
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >IDEDidComputeMac32BitWarning </key >
6
+ <true />
7
+ </dict >
8
+ </plist >
You can’t perform that action at this time.
0 commit comments