Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ DerivedData
.idea/
Pods
Podfile.lock

# Swift Package Manager
.swiftpm/
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
0148359513A36C3700E687AC /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0148358F13A36C3700E687AC /* MainWindow.xib */; };
0148359613A36C3700E687AC /* iCarouselExampleViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0148359113A36C3700E687AC /* iCarouselExampleViewController.xib */; };
018AE98A179D7EBA00FB7311 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 018AE989179D7EBA00FB7311 /* Default-568h@2x.png */; };
B2E5E6C1146145C900EADB7A /* iCarousel.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E5E6C0146145C900EADB7A /* iCarousel.m */; };
968B6A5625CD856500D5AA46 /* iCarousel.m in Sources */ = {isa = PBXBuildFile; fileRef = 968B6A5225CD856500D5AA46 /* iCarousel.m */; };
B2E5E72D1461544B00EADB7A /* background.png in Resources */ = {isa = PBXBuildFile; fileRef = B2E5E72B1461544B00EADB7A /* background.png */; };
B2E5E72E1461544B00EADB7A /* page.png in Resources */ = {isa = PBXBuildFile; fileRef = B2E5E72C1461544B00EADB7A /* page.png */; };
/* End PBXBuildFile section */
Expand All @@ -39,8 +39,8 @@
0148359213A36C3700E687AC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/iCarouselExampleViewController.xib; sourceTree = SOURCE_ROOT; };
018AE989179D7EBA00FB7311 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = SOURCE_ROOT; };
018BBCB413A375AF005CA505 /* iCarouselExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iCarouselExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
B2E5E6BF146145C900EADB7A /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
B2E5E6C0146145C900EADB7A /* iCarousel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarousel.m; sourceTree = "<group>"; };
968B6A5225CD856500D5AA46 /* iCarousel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarousel.m; sourceTree = "<group>"; };
968B6A5425CD856500D5AA46 /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
B2E5E72B1461544B00EADB7A /* background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = background.png; path = ../Resources/background.png; sourceTree = SOURCE_ROOT; };
B2E5E72C1461544B00EADB7A /* page.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = page.png; path = ../Resources/page.png; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
Expand All @@ -63,7 +63,7 @@
01308D8313491C3500453707 = {
isa = PBXGroup;
children = (
B2E5E6BE146145C900EADB7A /* iCarousel */,
968B6A5125CD856500D5AA46 /* iCarousel */,
01308D9813491C3500453707 /* iCarouselExample */,
01308D9113491C3500453707 /* Frameworks */,
01308D8F13491C3500453707 /* Products */,
Expand Down Expand Up @@ -118,16 +118,24 @@
name = "Supporting Files";
sourceTree = "<group>";
};
B2E5E6BE146145C900EADB7A /* iCarousel */ = {
968B6A5125CD856500D5AA46 /* iCarousel */ = {
isa = PBXGroup;
children = (
B2E5E6BF146145C900EADB7A /* iCarousel.h */,
B2E5E6C0146145C900EADB7A /* iCarousel.m */,
968B6A5325CD856500D5AA46 /* include */,
968B6A5225CD856500D5AA46 /* iCarousel.m */,
);
name = iCarousel;
path = ../../iCarousel;
sourceTree = "<group>";
};
968B6A5325CD856500D5AA46 /* include */ = {
isa = PBXGroup;
children = (
968B6A5425CD856500D5AA46 /* iCarousel.h */,
);
path = include;
sourceTree = "<group>";
};
B2E5E72A1461543E00EADB7A /* Resources */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -170,6 +178,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 01308D8313491C3500453707;
Expand Down Expand Up @@ -203,9 +212,9 @@
buildActionMask = 2147483647;
files = (
0148358813A36C2000E687AC /* main.m in Sources */,
968B6A5625CD856500D5AA46 /* iCarousel.m in Sources */,
0148359313A36C3700E687AC /* iCarouselExampleViewController.m in Sources */,
0148359413A36C3700E687AC /* iCarouselExampleAppDelegate.m in Sources */,
B2E5E6C1146145C900EADB7A /* iCarousel.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
0148359413A36C3700E687AC /* iCarouselExampleAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0148358D13A36C3700E687AC /* iCarouselExampleAppDelegate.m */; };
0148359513A36C3700E687AC /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0148358F13A36C3700E687AC /* MainWindow.xib */; };
0148359613A36C3700E687AC /* iCarouselExampleViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0148359113A36C3700E687AC /* iCarouselExampleViewController.xib */; };
B2E5E6C1146145C900EADB7A /* iCarousel.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E5E6C0146145C900EADB7A /* iCarousel.m */; };
968B6A6125CD859100D5AA46 /* iCarousel.m in Sources */ = {isa = PBXBuildFile; fileRef = 968B6A5D25CD859100D5AA46 /* iCarousel.m */; };
B2E5E72D1461544B00EADB7A /* background.png in Resources */ = {isa = PBXBuildFile; fileRef = B2E5E72B1461544B00EADB7A /* background.png */; };
B2E5E72E1461544B00EADB7A /* page.png in Resources */ = {isa = PBXBuildFile; fileRef = B2E5E72C1461544B00EADB7A /* page.png */; };
/* End PBXBuildFile section */
Expand All @@ -39,8 +39,8 @@
0148359013A36C3700E687AC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = SOURCE_ROOT; };
0148359213A36C3700E687AC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/iCarouselExampleViewController.xib; sourceTree = SOURCE_ROOT; };
018BBCB413A375AF005CA505 /* iCarouselExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iCarouselExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
B2E5E6BF146145C900EADB7A /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
B2E5E6C0146145C900EADB7A /* iCarousel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarousel.m; sourceTree = "<group>"; };
968B6A5D25CD859100D5AA46 /* iCarousel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarousel.m; sourceTree = "<group>"; };
968B6A5F25CD859100D5AA46 /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
B2E5E72B1461544B00EADB7A /* background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = background.png; path = ../Resources/background.png; sourceTree = SOURCE_ROOT; };
B2E5E72C1461544B00EADB7A /* page.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = page.png; path = ../Resources/page.png; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
Expand All @@ -63,7 +63,7 @@
01308D8313491C3500453707 = {
isa = PBXGroup;
children = (
B2E5E6BE146145C900EADB7A /* iCarousel */,
968B6A5C25CD859100D5AA46 /* iCarousel */,
01308D9813491C3500453707 /* iCarouselExample */,
01308D9113491C3500453707 /* Frameworks */,
01308D8F13491C3500453707 /* Products */,
Expand Down Expand Up @@ -116,16 +116,24 @@
name = "Supporting Files";
sourceTree = "<group>";
};
B2E5E6BE146145C900EADB7A /* iCarousel */ = {
968B6A5C25CD859100D5AA46 /* iCarousel */ = {
isa = PBXGroup;
children = (
B2E5E6BF146145C900EADB7A /* iCarousel.h */,
B2E5E6C0146145C900EADB7A /* iCarousel.m */,
968B6A5E25CD859100D5AA46 /* include */,
968B6A5D25CD859100D5AA46 /* iCarousel.m */,
);
name = iCarousel;
path = ../../iCarousel;
sourceTree = "<group>";
};
968B6A5E25CD859100D5AA46 /* include */ = {
isa = PBXGroup;
children = (
968B6A5F25CD859100D5AA46 /* iCarousel.h */,
);
path = include;
sourceTree = "<group>";
};
B2E5E72A1461543E00EADB7A /* Resources */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -168,6 +176,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 01308D8313491C3500453707;
Expand Down Expand Up @@ -201,9 +210,9 @@
buildActionMask = 2147483647;
files = (
0148358813A36C2000E687AC /* main.m in Sources */,
968B6A6125CD859100D5AA46 /* iCarousel.m in Sources */,
0148359313A36C3700E687AC /* iCarouselExampleViewController.m in Sources */,
0148359413A36C3700E687AC /* iCarouselExampleAppDelegate.m in Sources */,
B2E5E6C1146145C900EADB7A /* iCarousel.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
0148359213A36C3700E687AC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/iCarouselExampleViewController.xib; sourceTree = SOURCE_ROOT; };
018AE98B179D7F6A00FB7311 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = SOURCE_ROOT; };
018BBCB413A375AF005CA505 /* iCarouselButtonsDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iCarouselButtonsDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
968B6A6725CD85A900D5AA46 /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
B29BD7B614A3476C00BB4E68 /* background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = background.png; sourceTree = "<group>"; };
B29BD7B714A3476C00BB4E68 /* page.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page.png; sourceTree = "<group>"; };
B2E5E747146155E300EADB7A /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
B2E5E748146155E300EADB7A /* iCarousel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarousel.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -116,6 +116,14 @@
name = "Supporting Files";
sourceTree = "<group>";
};
968B6A6625CD85A900D5AA46 /* include */ = {
isa = PBXGroup;
children = (
968B6A6725CD85A900D5AA46 /* iCarousel.h */,
);
path = include;
sourceTree = "<group>";
};
B29BD7B514A3476C00BB4E68 /* Resources */ = {
isa = PBXGroup;
children = (
Expand All @@ -129,7 +137,7 @@
B2E5E746146155E300EADB7A /* iCarousel */ = {
isa = PBXGroup;
children = (
B2E5E747146155E300EADB7A /* iCarousel.h */,
968B6A6625CD85A900D5AA46 /* include */,
B2E5E748146155E300EADB7A /* iCarousel.m */,
);
name = iCarousel;
Expand Down Expand Up @@ -169,6 +177,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 01308D8313491C3500453707;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
0153204D14A71F0100C4A088 /* MacAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MacAppDelegate.h; sourceTree = "<group>"; };
0153204E14A71F0100C4A088 /* MacAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MacAppDelegate.m; sourceTree = "<group>"; };
0153205114A71F0200C4A088 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
0153220514A71FC700C4A088 /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
0153220614A71FC700C4A088 /* iCarousel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarousel.m; sourceTree = "<group>"; };
0153230814A7F50200C4A088 /* iCarouselExampleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarouselExampleViewController.m; sourceTree = "<group>"; };
0153230914A7F50200C4A088 /* iCarouselExampleAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarouselExampleAppDelegate.m; sourceTree = "<group>"; };
Expand All @@ -65,6 +64,7 @@
0153231314A7F78000C4A088 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
0153231E14A7F9FD00C4A088 /* UIKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = UIKit.xcodeproj; path = Chameleon/UIKit/UIKit.xcodeproj; sourceTree = "<group>"; };
0153233114A7FB5D00C4A088 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
968B6A6A25CD85C600D5AA46 /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -155,7 +155,7 @@
0153220414A71FC700C4A088 /* iCarousel */ = {
isa = PBXGroup;
children = (
0153220514A71FC700C4A088 /* iCarousel.h */,
968B6A6925CD85C600D5AA46 /* include */,
0153220614A71FC700C4A088 /* iCarousel.m */,
);
name = iCarousel;
Expand Down Expand Up @@ -188,6 +188,14 @@
name = Chameleon;
sourceTree = "<group>";
};
968B6A6925CD85C600D5AA46 /* include */ = {
isa = PBXGroup;
children = (
968B6A6A25CD85C600D5AA46 /* iCarousel.h */,
);
path = include;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
018AE98E179D841B00FB7311 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = SOURCE_ROOT; };
018BBCB413A375AF005CA505 /* ControlsDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ControlsDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
01F7B74F14636C7A00F0AE19 /* ItemView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ItemView.xib; sourceTree = SOURCE_ROOT; };
B2E5E747146155E300EADB7A /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
968B6A6C25CD85CC00D5AA46 /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
B2E5E748146155E300EADB7A /* iCarousel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarousel.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -130,10 +130,18 @@
path = ../../Resources;
sourceTree = "<group>";
};
968B6A6B25CD85CC00D5AA46 /* include */ = {
isa = PBXGroup;
children = (
968B6A6C25CD85CC00D5AA46 /* iCarousel.h */,
);
path = include;
sourceTree = "<group>";
};
B2E5E746146155E300EADB7A /* iCarousel */ = {
isa = PBXGroup;
children = (
B2E5E747146155E300EADB7A /* iCarousel.h */,
968B6A6B25CD85CC00D5AA46 /* include */,
B2E5E748146155E300EADB7A /* iCarousel.m */,
);
name = iCarousel;
Expand Down Expand Up @@ -173,6 +181,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 01308D8313491C3500453707;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
016334CC159BB378007DECD4 /* Images.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Images.plist; sourceTree = SOURCE_ROOT; };
018AE990179D849100FB7311 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = SOURCE_ROOT; };
018BBCB413A375AF005CA505 /* iCarouselExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iCarouselExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
968B6A6E25CD85D200D5AA46 /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
B2BCBA81159C6DD8004942A1 /* FXImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FXImageView.h; sourceTree = "<group>"; };
B2BCBA82159C6DD8004942A1 /* FXImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FXImageView.m; sourceTree = "<group>"; };
B2BCBA83159C6DD8004942A1 /* UIImage+FX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+FX.h"; sourceTree = "<group>"; };
B2BCBA84159C6DD8004942A1 /* UIImage+FX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+FX.m"; sourceTree = "<group>"; };
B2BCBA88159C6E57004942A1 /* placeholder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = placeholder.png; path = ../Resources/placeholder.png; sourceTree = SOURCE_ROOT; };
B2E5E6BF146145C900EADB7A /* iCarousel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iCarousel.h; sourceTree = "<group>"; };
B2E5E6C0146145C900EADB7A /* iCarousel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = iCarousel.m; sourceTree = "<group>"; };
B2E5E72B1461544B00EADB7A /* background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = background.png; path = ../Resources/background.png; sourceTree = SOURCE_ROOT; };
B2E5E72C1461544B00EADB7A /* page.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = page.png; path = ../Resources/page.png; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -128,6 +128,14 @@
name = "Supporting Files";
sourceTree = "<group>";
};
968B6A6D25CD85D200D5AA46 /* include */ = {
isa = PBXGroup;
children = (
968B6A6E25CD85D200D5AA46 /* iCarousel.h */,
);
path = include;
sourceTree = "<group>";
};
B2BCBA80159C6DD8004942A1 /* FXImageView */ = {
isa = PBXGroup;
children = (
Expand All @@ -143,7 +151,7 @@
B2E5E6BE146145C900EADB7A /* iCarousel */ = {
isa = PBXGroup;
children = (
B2E5E6BF146145C900EADB7A /* iCarousel.h */,
968B6A6D25CD85D200D5AA46 /* include */,
B2E5E6C0146145C900EADB7A /* iCarousel.m */,
);
name = iCarousel;
Expand Down Expand Up @@ -193,6 +201,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 01308D8313491C3500453707;
Expand Down
Loading