-
Notifications
You must be signed in to change notification settings - Fork 4
Cleanup and repair repo for 2023 #24
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ruby 3.1.4 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
// | ||
|
||
import Foundation | ||
import Spreedly | ||
|
||
enum JSONError: Error, Equatable { | ||
case keyNotFound(key: String) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,6 @@ | |
442A286A0A671222E369442C /* SpreedlyClientImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 442A2FFB6CFF85B8207B2668 /* SpreedlyClientImpl.swift */; }; | ||
442A2975DBA6BA44D577E271 /* Spreedly-env.plist in Resources */ = {isa = PBXBuildFile; fileRef = 442A21723181F2D5F72F5B71 /* Spreedly-env.plist */; }; | ||
442A2C50F647133D4E48C7FF /* Secrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 442A21244C58460DB48ED6B3 /* Secrets.swift */; }; | ||
442A2D2E48133A09DBBD9299 /* Package.swift.template in Sources */ = {isa = PBXBuildFile; fileRef = 442A257AA5C4556A468C6045 /* Package.swift.template */; }; | ||
442A2D788057F47D67D550E6 /* RecacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 442A2E6D7CB97F55DF7DE5F6 /* RecacheTests.swift */; }; | ||
442A2E09E5707DA5C0EC5A6D /* SecureForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 442A2BB20D7CBBCE9E4DD568 /* SecureForm.swift */; }; | ||
442A2E1EB4A7C7F18EBAB464 /* SecureStringTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 442A218D2C643E6C4141E9D2 /* SecureStringTest.swift */; }; | ||
|
@@ -801,7 +800,6 @@ | |
F076C6D90DB36BC555C246AC /* BankAccountInfo.swift in Sources */, | ||
A60A0240278796000044BD69 /* SpreedlyVersion.swift in Sources */, | ||
F076CD7FF9E8D8C63D808B1A /* CreditCardInfo.swift in Sources */, | ||
442A2D2E48133A09DBBD9299 /* Package.swift.template in Sources */, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed this non-Swift file from the list of Compile Sources to fix the |
||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
|
@@ -1007,10 +1005,7 @@ | |
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(PROJECT_DIR)/Frameworks", | ||
); | ||
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Deleting outdated framework search paths was recommended as a fix for the Src: https://stackoverflow.com/questions/9458739/ld-warning-directory-not-found-for-option |
||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_NO_COMMON_BLOCKS = YES; | ||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
|
@@ -1084,11 +1079,7 @@ | |
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(PROJECT_DIR)/Frameworks", | ||
"$(PROJECT_DIR)/Carthage/Build/iOS", | ||
); | ||
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_NO_COMMON_BLOCKS = YES; | ||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
|
@@ -1165,10 +1156,7 @@ | |
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
ENABLE_TESTABILITY = YES; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(PROJECT_DIR)/Frameworks", | ||
); | ||
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
GCC_NO_COMMON_BLOCKS = YES; | ||
|
@@ -1282,10 +1270,7 @@ | |
DEVELOPMENT_TEAM = 6FBAK4HRQ7; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(PROJECT_DIR)/Frameworks", | ||
); | ||
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_NO_COMMON_BLOCKS = YES; | ||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
|
@@ -1356,11 +1341,7 @@ | |
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
ENABLE_TESTABILITY = YES; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(PROJECT_DIR)/Frameworks", | ||
"$(PROJECT_DIR)/Carthage/Build/iOS", | ||
); | ||
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
GCC_NO_COMMON_BLOCKS = YES; | ||
|
@@ -1438,10 +1419,7 @@ | |
DEVELOPMENT_TEAM = 6FBAK4HRQ7; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
ENABLE_TESTABILITY = YES; | ||
FRAMEWORK_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(PROJECT_DIR)/Frameworks", | ||
); | ||
FRAMEWORK_SEARCH_PATHS = "$(inherited)"; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
GCC_NO_COMMON_BLOCKS = YES; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Committing this to the repo was recommended by Apple. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was replaced since
operatingSystemName()
is now deprecated, and Apple recommends using-operatingSystemVersionString
instead. But this also means that both fieldsname
andversion
have the same value, so this might need addressing later on.Src: https://developer.apple.com/documentation/foundation/processinfo/1407388-operatingsystemname