Skip to content

Commit 6c56e8f

Browse files
committed
added missing file.
1 parent 0679d94 commit 6c56e8f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Windscribe.xcodeproj/project.pbxproj

+9-9
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
1E49334D2BF3C6A100C853AF /* MainViewController+StaticIP.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E49334C2BF3C6A100C853AF /* MainViewController+StaticIP.swift */; };
122122
1E4933502BF4E43F00C853AF /* FavNodesListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E49334F2BF4E43F00C853AF /* FavNodesListViewModel.swift */; };
123123
1E4933532BF50BC200C853AF /* ServerListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E4933522BF50BC200C853AF /* ServerListViewModel.swift */; };
124-
1E5553982D8098FD00F16AF0 /* String+Localized.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A9DB35A2817F53400C3EC1C /* String+Localized.swift */; };
125124
1E60DFEB2CA471B800623CD5 /* ShowLocationIntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E60DFEA2CA471B800623CD5 /* ShowLocationIntentHandler.swift */; };
126125
1E60E00E2CAC53DB00623CD5 /* ShortcutProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E60E00D2CAC53DB00623CD5 /* ShortcutProvider.swift */; };
127126
1E60E00F2CAC54F800623CD5 /* Connect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E60DFF82CAB061800623CD5 /* Connect.swift */; };
@@ -920,6 +919,7 @@
920919
C56FCC062B2CF358008DE7D4 /* NetworkSecurityRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C56FCC052B2CF358008DE7D4 /* NetworkSecurityRouter.swift */; };
921920
C56FCC082B2CF3A7008DE7D4 /* HelpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C56FCC072B2CF3A7008DE7D4 /* HelpRouter.swift */; };
922921
C56FCC0A2B2CF3DF008DE7D4 /* UpgradeRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C56FCC092B2CF3DF008DE7D4 /* UpgradeRouter.swift */; };
922+
C570FE272D80A95F003C85F0 /* String+Localized.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A9DB35A2817F53400C3EC1C /* String+Localized.swift */; };
923923
C571C6642C1212FF00786DA5 /* ConnectivityImpl+Hotspot.swift in Sources */ = {isa = PBXBuildFile; fileRef = C571C6632C1212FF00786DA5 /* ConnectivityImpl+Hotspot.swift */; };
924924
C571C6742C135C3600786DA5 /* UserScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = C571C6732C135C3600786DA5 /* UserScope.swift */; };
925925
C571C6752C135C3600786DA5 /* UserScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = C571C6732C135C3600786DA5 /* UserScope.swift */; };
@@ -1784,7 +1784,7 @@
17841784
C535D29B27E4F96C00C08345 /* WireGuardTunnelProduction.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WireGuardTunnelProduction.entitlements; sourceTree = "<group>"; };
17851785
C5387E982CD46C07008A26EE /* VPNManager+Connect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "VPNManager+Connect.swift"; sourceTree = "<group>"; };
17861786
C538B1582AB1A33D00E12CE2 /* proxy.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = proxy.xcframework; sourceTree = "<group>"; };
1787-
C545A0DB2D47638F00F3333E /* Completable+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Completable+Ext.swift"; sourceTree = "<group>"; };
1787+
C545A0DB2D47638F00F3333E /* Completable+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Completable+Extension.swift"; sourceTree = "<group>"; };
17881788
C54AE8712B8E5BEF00646529 /* LoginViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewModel.swift; sourceTree = "<group>"; };
17891789
C553E34D2C25ABE900A2C027 /* LICENCE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENCE.md; sourceTree = "<group>"; };
17901790
C5592B752B37F3F200F2F110 /* WSNetErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WSNetErrors.swift; sourceTree = "<group>"; };
@@ -5008,8 +5008,7 @@
50085008
599BA2A72C5B1E6E00F0D1E4 /* ForgotPasswordViewController.swift in Sources */,
50095009
59FC74522C515E7300021CD1 /* SKPaymentTransaction+Ext.swift in Sources */,
50105010
59FC73FB2C51538F00021CD1 /* Group.swift in Sources */,
5011-
C545A0DC2D47639500F3333E /* Completable+Ext.swift in Sources */,
5012-
1E5553982D8098FD00F16AF0 /* String+Localized.swift in Sources */,
5011+
C545A0DC2D47639500F3333E /* Completable+Extension.swift in Sources */,
50135012
59DA7FC22C3DAD3800042E57 /* WelcomeViewController.swift in Sources */,
50145013
1EA9D72A2C87375200566A93 /* AccountPopupModel.swift in Sources */,
50155014
1EF7BB482C74CD9D0032A4DF /* ConfirmEmailPopupViewController.swift in Sources */,
@@ -5148,6 +5147,7 @@
51485147
59FC74632C51679F00021CD1 /* NotificationRepository.swift in Sources */,
51495148
59A218682C3C8011000D89FA /* MainViewController.swift in Sources */,
51505149
59FC74442C515D9A00021CD1 /* LatencyRepository.swift in Sources */,
5150+
C570FE272D80A95F003C85F0 /* String+Localized.swift in Sources */,
51515151
59FC741B2C51545000021CD1 /* PingData.swift in Sources */,
51525152
59DA7FC52C3DC4BE00042E57 /* WireguardAPIManager.swift in Sources */,
51535153
1E79CA5E2C63D7A3006D4DE7 /* AccountSectionView.swift in Sources */,
@@ -6059,7 +6059,7 @@
60596059
CODE_SIGN_IDENTITY = "Apple Development";
60606060
CODE_SIGN_STYLE = Automatic;
60616061
COPY_PHASE_STRIP = NO;
6062-
CURRENT_PROJECT_VERSION = 12;
6062+
CURRENT_PROJECT_VERSION = 5;
60636063
DEBUG_INFORMATION_FORMAT = dwarf;
60646064
DEVELOPMENT_TEAM = GYZJYS7XUG;
60656065
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -6155,7 +6155,7 @@
61556155
CODE_SIGN_IDENTITY = "Apple Development";
61566156
CODE_SIGN_STYLE = Automatic;
61576157
COPY_PHASE_STRIP = NO;
6158-
CURRENT_PROJECT_VERSION = 12;
6158+
CURRENT_PROJECT_VERSION = 5;
61596159
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
61606160
DEVELOPMENT_TEAM = GYZJYS7XUG;
61616161
ENABLE_NS_ASSERTIONS = NO;
@@ -6249,7 +6249,7 @@
62496249
CODE_SIGN_IDENTITY = "Apple Development";
62506250
CODE_SIGN_STYLE = Automatic;
62516251
COPY_PHASE_STRIP = NO;
6252-
CURRENT_PROJECT_VERSION = 12;
6252+
CURRENT_PROJECT_VERSION = 5;
62536253
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
62546254
DEVELOPMENT_TEAM = GYZJYS7XUG;
62556255
ENABLE_NS_ASSERTIONS = NO;
@@ -7391,7 +7391,7 @@
73917391
repositoryURL = "https://github.com/realm/realm-swift.git";
73927392
requirement = {
73937393
kind = exactVersion;
7394-
version = 10.46.0;
7394+
version = 10.33.0;
73957395
};
73967396
};
73977397
1E0A6DAD2D7884530075B8F5 /* XCRemoteSwiftPackageReference "SimpleKeychain" */ = {
@@ -7463,7 +7463,7 @@
74637463
repositoryURL = "https://github.com/ReactiveX/RxSwift.git";
74647464
requirement = {
74657465
kind = exactVersion;
7466-
version = 6.8.0;
7466+
version = 6.6.0;
74677467
};
74687468
};
74697469
1ED33DCC2D7B38A200B980D3 /* XCRemoteSwiftPackageReference "RxDataSources" */ = {

0 commit comments

Comments
 (0)