Skip to content

Commit 3a42074

Browse files
committed
Add missing file about Codable in all target
Update Xcode files
1 parent 333728f commit 3a42074

File tree

5 files changed

+40
-9
lines changed

5 files changed

+40
-9
lines changed

Prephirences.xcodeproj/project.pbxproj

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
483C2FD122413E95007380E2 /* Prephirencable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 483C2FCF22413D7C007380E2 /* Prephirencable.swift */; };
2828
483C2FD222413E96007380E2 /* Prephirencable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 483C2FCF22413D7C007380E2 /* Prephirencable.swift */; };
2929
483C2FD322413E96007380E2 /* Prephirencable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 483C2FCF22413D7C007380E2 /* Prephirencable.swift */; };
30+
486DAC272A1D48010033CE6D /* PrephirenceType+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 489EC52520B8376E00F54424 /* PrephirenceType+Codable.swift */; };
31+
486DAC282A1D48250033CE6D /* PrephirenceType+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 489EC52520B8376E00F54424 /* PrephirenceType+Codable.swift */; };
32+
486DAC292A1D48250033CE6D /* PrephirenceType+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 489EC52520B8376E00F54424 /* PrephirenceType+Codable.swift */; };
3033
489EC52620B8376E00F54424 /* PrephirenceType+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 489EC52520B8376E00F54424 /* PrephirenceType+Codable.swift */; };
3134
C404AE171D81B2D200E5321E /* PreferencesType.swift in Sources */ = {isa = PBXBuildFile; fileRef = C42114D01AE7D15D00A09DD9 /* PreferencesType.swift */; };
3235
C404AE191D81B43100E5321E /* PreferenceTransformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C404AE181D81B43100E5321E /* PreferenceTransformation.swift */; };
@@ -583,9 +586,10 @@
583586
C42114A71AE7D0CB00A09DD9 /* Project object */ = {
584587
isa = PBXProject;
585588
attributes = {
589+
BuildIndependentTargetsInParallel = YES;
586590
LastSwiftMigration = 0700;
587591
LastSwiftUpdateCheck = 0940;
588-
LastUpgradeCheck = 1420;
592+
LastUpgradeCheck = 1430;
589593
ORGANIZATIONNAME = phimage;
590594
TargetAttributes = {
591595
07FC415D1BE66517005F195C = {
@@ -719,6 +723,7 @@
719723
07FC416A1BE6656C005F195C /* UserDefaults+Prephirences.swift in Sources */,
720724
C4D15A1C1D3CE2780030E8CF /* RawRepresentable+Prephirences.swift in Sources */,
721725
07FC416B1BE6656C005F195C /* NSUbiquitousKeyValueStore+Prephirences.swift in Sources */,
726+
486DAC282A1D48250033CE6D /* PrephirenceType+Codable.swift in Sources */,
722727
07FC416C1BE6656C005F195C /* KeychainPreferences.swift in Sources */,
723728
C477D9DA1C03237F00486C13 /* ReflectingPreferences.swift in Sources */,
724729
C404AE1B1D81B43100E5321E /* PreferenceTransformation.swift in Sources */,
@@ -750,6 +755,7 @@
750755
C416C8041D81B9290006DD89 /* PreferencesController.swift in Sources */,
751756
C416C7FF1D81B9210006DD89 /* NSHTTPCookieStorage+Prephirences.swift in Sources */,
752757
C416C8061D81B92B0006DD89 /* UserDefaultsKeys.swift in Sources */,
758+
486DAC292A1D48250033CE6D /* PrephirenceType+Codable.swift in Sources */,
753759
C416C8091D81B9360006DD89 /* ManagedObjectPreferences.swift in Sources */,
754760
C416C80A1D81BAF80006DD89 /* PreferenceOperators.swift in Sources */,
755761
C416C8031D81B9210006DD89 /* NSCoder+Prephirences.swift in Sources */,
@@ -814,6 +820,7 @@
814820
C4FA9B191C0F155F009CF439 /* PropertyListKeys.swift in Sources */,
815821
C42115171AE7D90E00A09DD9 /* PreferencesType.swift in Sources */,
816822
C477D9D91C03237F00486C13 /* ReflectingPreferences.swift in Sources */,
823+
486DAC272A1D48010033CE6D /* PrephirenceType+Codable.swift in Sources */,
817824
07FC41731BE66A30005F195C /* PreferencesOperators.swift in Sources */,
818825
C4876C8A1F6578210080839E /* NSCachePreferences.swift in Sources */,
819826
C404AE1A1D81B43100E5321E /* PreferenceTransformation.swift in Sources */,
@@ -868,11 +875,12 @@
868875
isa = XCBuildConfiguration;
869876
buildSettings = {
870877
APPLICATION_EXTENSION_API_ONLY = YES;
871-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
878+
CODE_SIGN_IDENTITY = "";
872879
DEFINES_MODULE = YES;
873880
DYLIB_COMPATIBILITY_VERSION = 1;
874881
DYLIB_CURRENT_VERSION = 1;
875882
DYLIB_INSTALL_NAME_BASE = "@rpath";
883+
ENABLE_MODULE_VERIFIER = YES;
876884
INFOPLIST_FILE = Xcodes/watchOS/Info.plist;
877885
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
878886
LD_RUNPATH_SEARCH_PATHS = (
@@ -881,6 +889,8 @@
881889
"@loader_path/Frameworks",
882890
);
883891
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
892+
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
893+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
884894
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.PrephirencesWatchos;
885895
PRODUCT_NAME = Prephirences;
886896
SDKROOT = watchos;
@@ -895,11 +905,12 @@
895905
isa = XCBuildConfiguration;
896906
buildSettings = {
897907
APPLICATION_EXTENSION_API_ONLY = YES;
898-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
908+
CODE_SIGN_IDENTITY = "";
899909
DEFINES_MODULE = YES;
900910
DYLIB_COMPATIBILITY_VERSION = 1;
901911
DYLIB_CURRENT_VERSION = 1;
902912
DYLIB_INSTALL_NAME_BASE = "@rpath";
913+
ENABLE_MODULE_VERIFIER = YES;
903914
INFOPLIST_FILE = Xcodes/watchOS/Info.plist;
904915
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
905916
LD_RUNPATH_SEARCH_PATHS = (
@@ -908,6 +919,8 @@
908919
"@loader_path/Frameworks",
909920
);
910921
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
922+
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
923+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
911924
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.PrephirencesWatchos;
912925
PRODUCT_NAME = Prephirences;
913926
SDKROOT = watchos;
@@ -923,11 +936,12 @@
923936
isa = XCBuildConfiguration;
924937
buildSettings = {
925938
CLANG_ENABLE_MODULES = YES;
926-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
939+
CODE_SIGN_IDENTITY = "";
927940
DEFINES_MODULE = YES;
928941
DYLIB_COMPATIBILITY_VERSION = 1;
929942
DYLIB_CURRENT_VERSION = 1;
930943
DYLIB_INSTALL_NAME_BASE = "@rpath";
944+
ENABLE_MODULE_VERIFIER = YES;
931945
INFOPLIST_FILE = Xcodes/tvOS/Info.plist;
932946
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
933947
LD_RUNPATH_SEARCH_PATHS = (
@@ -936,6 +950,8 @@
936950
"@loader_path/Frameworks",
937951
);
938952
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
953+
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
954+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
939955
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.Prephirences;
940956
PRODUCT_NAME = Prephirences;
941957
SDKROOT = appletvos;
@@ -951,11 +967,12 @@
951967
isa = XCBuildConfiguration;
952968
buildSettings = {
953969
CLANG_ENABLE_MODULES = YES;
954-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
970+
CODE_SIGN_IDENTITY = "";
955971
DEFINES_MODULE = YES;
956972
DYLIB_COMPATIBILITY_VERSION = 1;
957973
DYLIB_CURRENT_VERSION = 1;
958974
DYLIB_INSTALL_NAME_BASE = "@rpath";
975+
ENABLE_MODULE_VERIFIER = YES;
959976
INFOPLIST_FILE = Xcodes/tvOS/Info.plist;
960977
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
961978
LD_RUNPATH_SEARCH_PATHS = (
@@ -964,6 +981,8 @@
964981
"@loader_path/Frameworks",
965982
);
966983
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
984+
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
985+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
967986
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.Prephirences;
968987
PRODUCT_NAME = Prephirences;
969988
SDKROOT = appletvos;
@@ -1102,6 +1121,7 @@
11021121
DYLIB_COMPATIBILITY_VERSION = 1;
11031122
DYLIB_CURRENT_VERSION = 1;
11041123
DYLIB_INSTALL_NAME_BASE = "@rpath";
1124+
ENABLE_MODULE_VERIFIER = YES;
11051125
GCC_PREPROCESSOR_DEFINITIONS = (
11061126
"DEBUG=1",
11071127
"$(inherited)",
@@ -1115,6 +1135,8 @@
11151135
"@loader_path/Frameworks",
11161136
);
11171137
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
1138+
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
1139+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
11181140
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.Prephirences;
11191141
PRODUCT_NAME = Prephirences;
11201142
SDKROOT = iphoneos;
@@ -1133,6 +1155,7 @@
11331155
DYLIB_COMPATIBILITY_VERSION = 1;
11341156
DYLIB_CURRENT_VERSION = 1;
11351157
DYLIB_INSTALL_NAME_BASE = "@rpath";
1158+
ENABLE_MODULE_VERIFIER = YES;
11361159
INFOPLIST_FILE = Xcodes/iOS/Info.plist;
11371160
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11381161
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
@@ -1142,6 +1165,8 @@
11421165
"@loader_path/Frameworks",
11431166
);
11441167
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
1168+
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
1169+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
11451170
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.Prephirences;
11461171
PRODUCT_NAME = Prephirences;
11471172
SDKROOT = iphoneos;
@@ -1161,6 +1186,7 @@
11611186
DYLIB_COMPATIBILITY_VERSION = 1;
11621187
DYLIB_CURRENT_VERSION = 1;
11631188
DYLIB_INSTALL_NAME_BASE = "@rpath";
1189+
ENABLE_MODULE_VERIFIER = YES;
11641190
FRAMEWORK_VERSION = A;
11651191
GCC_PREPROCESSOR_DEFINITIONS = (
11661192
"DEBUG=1",
@@ -1174,6 +1200,8 @@
11741200
"@loader_path/Frameworks",
11751201
);
11761202
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
1203+
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
1204+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
11771205
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.Prephirences;
11781206
PRODUCT_NAME = Prephirences;
11791207
SKIP_INSTALL = YES;
@@ -1190,6 +1218,7 @@
11901218
DYLIB_COMPATIBILITY_VERSION = 1;
11911219
DYLIB_CURRENT_VERSION = 1;
11921220
DYLIB_INSTALL_NAME_BASE = "@rpath";
1221+
ENABLE_MODULE_VERIFIER = YES;
11931222
FRAMEWORK_VERSION = A;
11941223
INFOPLIST_FILE = Xcodes/Mac/Info.plist;
11951224
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1199,6 +1228,8 @@
11991228
"@loader_path/Frameworks",
12001229
);
12011230
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
1231+
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
1232+
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
12021233
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.Prephirences;
12031234
PRODUCT_NAME = Prephirences;
12041235
SKIP_INSTALL = YES;

Prephirences.xcodeproj/xcshareddata/xcschemes/PrephirencesMac.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Prephirences.xcodeproj/xcshareddata/xcschemes/PrephirencesTvOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Prephirences.xcodeproj/xcshareddata/xcschemes/PrephirencesWatchOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Prephirences.xcodeproj/xcshareddata/xcschemes/PrephirencesiOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1420"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)