Skip to content

Commit 7ffa874

Browse files
Project updates
1 parent 69f671c commit 7ffa874

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

Pika.xcodeproj/project.pbxproj

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@
147147
92D97C2125FF7A5A007CCDE4 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
148148
B581F92B2EDF40D700392413 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
149149
B581F92C2EDF40D700392413 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = "<group>"; };
150-
D4F0A0012F00000100ABCDEF /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = "<group>"; };
151-
D4F0A0022F00000100ABCDEF /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Main.strings; sourceTree = "<group>"; };
152150
C1BF641E2C1AE533004D33DD /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
153151
C1BF641F2C1AE533004D33DD /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
154152
C1BF64202C1AE53C004D33DD /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };
@@ -164,13 +162,14 @@
164162
EA16C6562CF3301500FBC93E /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = "<group>"; };
165163
EA257BD025D8629300C3FC54 /* SwapButtonStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwapButtonStyle.swift; sourceTree = "<group>"; };
166164
EA424C7C25CDEF98009056A9 /* ComplianceToggleGroup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComplianceToggleGroup.swift; sourceTree = "<group>"; };
167-
EA424CDF25CF0328009056A9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
168165
EA635DC825B3B2650014D91A /* Cula.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cula.swift; sourceTree = "<group>"; };
169166
EA635DCB25B3B42B0014D91A /* WCAGCompliance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WCAGCompliance.swift; sourceTree = "<group>"; };
170167
EA635DDB25B4E90B0014D91A /* BindingOnChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BindingOnChange.swift; sourceTree = "<group>"; };
171168
EA635DE025B4FC580014D91A /* ColorPickers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorPickers.swift; sourceTree = "<group>"; };
172169
EA635DE925B534C80014D91A /* EyedropperItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EyedropperItem.swift; sourceTree = "<group>"; };
173170
EA635DF025B5A6D80014D91A /* Toast.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Toast.swift; sourceTree = "<group>"; };
171+
EA64D70A2F25FB6700A3F295 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = "<group>"; };
172+
EA64D70C2F25FB9B00A3F295 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
174173
EA72BB8225A5334B008205E7 /* MetalShader.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = MetalShader.metal; sourceTree = "<group>"; };
175174
EA72BB8725A53750008205E7 /* SplashView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplashView.swift; sourceTree = "<group>"; };
176175
EA72BB8A25A537C3008205E7 /* MetalShader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetalShader.swift; sourceTree = "<group>"; };
@@ -479,6 +478,7 @@
479478
"zh-Hans",
480479
"zh-Hant",
481480
pl,
481+
hr,
482482
);
483483
mainGroup = EAD0B6BF259CED1C00FA2F67;
484484
packageReferences = (
@@ -726,13 +726,14 @@
726726
EA424CE025CF0328009056A9 /* Localizable.strings */ = {
727727
isa = PBXVariantGroup;
728728
children = (
729-
EA424CDF25CF0328009056A9 /* en */,
730729
92D97C2125FF7A5A007CCDE4 /* fr */,
731730
23EE8C0928DA24AE0042090A /* de */,
732731
223FDEEF2B038A9B000F89A0 /* es */,
733732
C1BF641E2C1AE533004D33DD /* zh-Hans */,
734733
C1BF64202C1AE53C004D33DD /* zh-Hant */,
735734
B581F92B2EDF40D700392413 /* pl */,
735+
EA64D70A2F25FB6700A3F295 /* hr */,
736+
EA64D70C2F25FB9B00A3F295 /* en */,
736737
);
737738
name = Localizable.strings;
738739
sourceTree = "<group>";
@@ -883,7 +884,7 @@
883884
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
884885
CODE_SIGN_STYLE = Automatic;
885886
COMBINE_HIDPI_IMAGES = YES;
886-
CURRENT_PROJECT_VERSION = 59;
887+
CURRENT_PROJECT_VERSION = d64821d4;
887888
DEAD_CODE_STRIPPING = YES;
888889
DEVELOPMENT_ASSET_PATHS = "\"Pika/Preview Content\"";
889890
DEVELOPMENT_TEAM = TGHU37N6EX;
@@ -897,7 +898,7 @@
897898
"@executable_path/../Frameworks",
898899
);
899900
MACOSX_DEPLOYMENT_TARGET = 14.0;
900-
MARKETING_VERSION = 1.2.0;
901+
MARKETING_VERSION = 1.3.0;
901902
PRODUCT_BUNDLE_IDENTIFIER = com.superhighfives.Pika;
902903
PRODUCT_NAME = Pika;
903904
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG TARGET_SPARKLE";
@@ -914,7 +915,7 @@
914915
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
915916
CODE_SIGN_STYLE = Automatic;
916917
COMBINE_HIDPI_IMAGES = YES;
917-
CURRENT_PROJECT_VERSION = 59;
918+
CURRENT_PROJECT_VERSION = d64821d4;
918919
DEAD_CODE_STRIPPING = YES;
919920
DEVELOPMENT_ASSET_PATHS = "\"Pika/Preview Content\"";
920921
DEVELOPMENT_TEAM = TGHU37N6EX;
@@ -928,7 +929,7 @@
928929
"@executable_path/../Frameworks",
929930
);
930931
MACOSX_DEPLOYMENT_TARGET = 14.0;
931-
MARKETING_VERSION = 1.2.0;
932+
MARKETING_VERSION = 1.3.0;
932933
PRODUCT_BUNDLE_IDENTIFIER = com.superhighfives.Pika;
933934
PRODUCT_NAME = Pika;
934935
SWIFT_ACTIVE_COMPILATION_CONDITIONS = TARGET_SPARKLE;
@@ -946,7 +947,7 @@
946947
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
947948
CODE_SIGN_STYLE = Automatic;
948949
COMBINE_HIDPI_IMAGES = YES;
949-
CURRENT_PROJECT_VERSION = 60;
950+
CURRENT_PROJECT_VERSION = 6d7b228f;
950951
DEAD_CODE_STRIPPING = YES;
951952
DEVELOPMENT_ASSET_PATHS = "\"Pika/Preview Content\"";
952953
DEVELOPMENT_TEAM = TGHU37N6EX;
@@ -960,7 +961,7 @@
960961
"@executable_path/../Frameworks",
961962
);
962963
MACOSX_DEPLOYMENT_TARGET = 14.0;
963-
MARKETING_VERSION = 1.2.0;
964+
MARKETING_VERSION = 1.3.0;
964965
PRODUCT_BUNDLE_IDENTIFIER = com.superhighfives.Pika;
965966
PRODUCT_NAME = Pika;
966967
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG TARGET_MAS";
@@ -978,7 +979,7 @@
978979
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
979980
CODE_SIGN_STYLE = Automatic;
980981
COMBINE_HIDPI_IMAGES = YES;
981-
CURRENT_PROJECT_VERSION = 60;
982+
CURRENT_PROJECT_VERSION = 6d7b228f;
982983
DEAD_CODE_STRIPPING = YES;
983984
DEVELOPMENT_ASSET_PATHS = "\"Pika/Preview Content\"";
984985
DEVELOPMENT_TEAM = TGHU37N6EX;
@@ -992,7 +993,7 @@
992993
"@executable_path/../Frameworks",
993994
);
994995
MACOSX_DEPLOYMENT_TARGET = 14.0;
995-
MARKETING_VERSION = 1.2.0;
996+
MARKETING_VERSION = 1.3.0;
996997
PRODUCT_BUNDLE_IDENTIFIER = com.superhighfives.Pika;
997998
PRODUCT_NAME = Pika;
998999
SWIFT_ACTIVE_COMPILATION_CONDITIONS = TARGET_MAS;

0 commit comments

Comments
 (0)