Skip to content

Commit 9adbab6

Browse files
committed
add Podfile
1 parent d670034 commit 9adbab6

File tree

81 files changed

+2059
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2059
-120
lines changed

.DS_Store

2 KB
Binary file not shown.

PlayerDemo.xcodeproj/project.pbxproj

Lines changed: 84 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@
2828
BF1624771DF50011006209D1 /* time.png in Resources */ = {isa = PBXBuildFile; fileRef = BF1623D71DF50011006209D1 /* time.png */; };
2929
BF1624781DF50011006209D1 /* video_play_btn_bg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF1623D81DF50011006209D1 /* video_play_btn_bg@2x.png */; };
3030
BF1624791DF50011006209D1 /* WMPlayer.gif in Resources */ = {isa = PBXBuildFile; fileRef = BF1623D91DF50011006209D1 /* WMPlayer.gif */; };
31-
BF16247A1DF50011006209D1 /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623DD1DF50011006209D1 /* MASCompositeConstraint.m */; };
32-
BF16247B1DF50011006209D1 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623E01DF50011006209D1 /* MASConstraint.m */; };
33-
BF16247C1DF50011006209D1 /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623E21DF50011006209D1 /* MASConstraintMaker.m */; };
34-
BF16247D1DF50011006209D1 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623E41DF50011006209D1 /* MASLayoutConstraint.m */; };
35-
BF16247E1DF50011006209D1 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623E81DF50011006209D1 /* MASViewAttribute.m */; };
36-
BF16247F1DF50011006209D1 /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623EA1DF50011006209D1 /* MASViewConstraint.m */; };
37-
BF1624801DF50011006209D1 /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623EC1DF50011006209D1 /* NSArray+MASAdditions.m */; };
38-
BF1624811DF50011006209D1 /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623EF1DF50011006209D1 /* NSLayoutConstraint+MASDebugAdditions.m */; };
39-
BF1624821DF50011006209D1 /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623F11DF50011006209D1 /* View+MASAdditions.m */; };
4031
BF1624831DF50011006209D1 /* MBProgressHUD+Show.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623F51DF50011006209D1 /* MBProgressHUD+Show.m */; };
4132
BF1624841DF50011006209D1 /* MBProgressHUD.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BF1623F61DF50011006209D1 /* MBProgressHUD.bundle */; };
4233
BF1624851DF50011006209D1 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = BF1623F81DF50011006209D1 /* MBProgressHUD.m */; };
@@ -100,9 +91,13 @@
10091
C4EC7F4A1DF4FCD3006E9820 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C4EC7F481DF4FCD3006E9820 /* Main.storyboard */; };
10192
C4EC7F4C1DF4FCD3006E9820 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C4EC7F4B1DF4FCD3006E9820 /* Assets.xcassets */; };
10293
C4EC7F4F1DF4FCD3006E9820 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C4EC7F4D1DF4FCD3006E9820 /* LaunchScreen.storyboard */; };
94+
E2D7122D2137BEF7266E17DE /* libPods-PlayerDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 405F2043D18D2B06CC91D75F /* libPods-PlayerDemo.a */; };
10395
/* End PBXBuildFile section */
10496

10597
/* Begin PBXFileReference section */
98+
405F2043D18D2B06CC91D75F /* libPods-PlayerDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PlayerDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
99+
A41F0B6E980617F314AD7227 /* Pods-PlayerDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PlayerDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-PlayerDemo/Pods-PlayerDemo.release.xcconfig"; sourceTree = "<group>"; };
100+
AD4E1C1A77CA0A18F1DFB6AE /* Pods-PlayerDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PlayerDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PlayerDemo/Pods-PlayerDemo.debug.xcconfig"; sourceTree = "<group>"; };
106101
BF1623B71DF50011006209D1 /* DataManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataManager.h; sourceTree = "<group>"; };
107102
BF1623B81DF50011006209D1 /* DataManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DataManager.m; sourceTree = "<group>"; };
108103
BF1623B91DF50011006209D1 /* SidModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SidModel.h; sourceTree = "<group>"; };
@@ -274,12 +269,30 @@
274269
isa = PBXFrameworksBuildPhase;
275270
buildActionMask = 2147483647;
276271
files = (
272+
E2D7122D2137BEF7266E17DE /* libPods-PlayerDemo.a in Frameworks */,
277273
);
278274
runOnlyForDeploymentPostprocessing = 0;
279275
};
280276
/* End PBXFrameworksBuildPhase section */
281277

282278
/* Begin PBXGroup section */
279+
8AAEEC1312C0C3531902D027 /* Pods */ = {
280+
isa = PBXGroup;
281+
children = (
282+
AD4E1C1A77CA0A18F1DFB6AE /* Pods-PlayerDemo.debug.xcconfig */,
283+
A41F0B6E980617F314AD7227 /* Pods-PlayerDemo.release.xcconfig */,
284+
);
285+
name = Pods;
286+
sourceTree = "<group>";
287+
};
288+
9CB412B180A011467ACD0171 /* Frameworks */ = {
289+
isa = PBXGroup;
290+
children = (
291+
405F2043D18D2B06CC91D75F /* libPods-PlayerDemo.a */,
292+
);
293+
name = Frameworks;
294+
sourceTree = "<group>";
295+
};
283296
BF1623B61DF50011006209D1 /* DataManager */ = {
284297
isa = PBXGroup;
285298
children = (
@@ -574,6 +587,8 @@
574587
BF1624B91DF50182006209D1 /* WMPlayer */,
575588
C4EC7F3E1DF4FCD2006E9820 /* PlayerDemo */,
576589
C4EC7F3D1DF4FCD2006E9820 /* Products */,
590+
8AAEEC1312C0C3531902D027 /* Pods */,
591+
9CB412B180A011467ACD0171 /* Frameworks */,
577592
);
578593
sourceTree = "<group>";
579594
};
@@ -626,9 +641,12 @@
626641
isa = PBXNativeTarget;
627642
buildConfigurationList = C4EC7F531DF4FCD3006E9820 /* Build configuration list for PBXNativeTarget "PlayerDemo" */;
628643
buildPhases = (
644+
D4D31148F85F770E5848B158 /* [CP] Check Pods Manifest.lock */,
629645
C4EC7F381DF4FCD2006E9820 /* Sources */,
630646
C4EC7F391DF4FCD2006E9820 /* Frameworks */,
631647
C4EC7F3A1DF4FCD2006E9820 /* Resources */,
648+
E6EC241C6DCD1D5BE4DA5E68 /* [CP] Embed Pods Frameworks */,
649+
9AAF9FC38E18602CFE939F5D /* [CP] Copy Pods Resources */,
632650
);
633651
buildRules = (
634652
);
@@ -645,7 +663,7 @@
645663
C4EC7F341DF4FCD2006E9820 /* Project object */ = {
646664
isa = PBXProject;
647665
attributes = {
648-
LastUpgradeCheck = 0720;
666+
LastUpgradeCheck = 0800;
649667
ORGANIZATIONNAME = "DS-Team";
650668
TargetAttributes = {
651669
C4EC7F3B1DF4FCD2006E9820 = {
@@ -712,6 +730,54 @@
712730
};
713731
/* End PBXResourcesBuildPhase section */
714732

733+
/* Begin PBXShellScriptBuildPhase section */
734+
9AAF9FC38E18602CFE939F5D /* [CP] Copy Pods Resources */ = {
735+
isa = PBXShellScriptBuildPhase;
736+
buildActionMask = 2147483647;
737+
files = (
738+
);
739+
inputPaths = (
740+
);
741+
name = "[CP] Copy Pods Resources";
742+
outputPaths = (
743+
);
744+
runOnlyForDeploymentPostprocessing = 0;
745+
shellPath = /bin/sh;
746+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PlayerDemo/Pods-PlayerDemo-resources.sh\"\n";
747+
showEnvVarsInLog = 0;
748+
};
749+
D4D31148F85F770E5848B158 /* [CP] Check Pods Manifest.lock */ = {
750+
isa = PBXShellScriptBuildPhase;
751+
buildActionMask = 2147483647;
752+
files = (
753+
);
754+
inputPaths = (
755+
);
756+
name = "[CP] Check Pods Manifest.lock";
757+
outputPaths = (
758+
);
759+
runOnlyForDeploymentPostprocessing = 0;
760+
shellPath = /bin/sh;
761+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
762+
showEnvVarsInLog = 0;
763+
};
764+
E6EC241C6DCD1D5BE4DA5E68 /* [CP] Embed Pods Frameworks */ = {
765+
isa = PBXShellScriptBuildPhase;
766+
buildActionMask = 2147483647;
767+
files = (
768+
);
769+
inputPaths = (
770+
);
771+
name = "[CP] Embed Pods Frameworks";
772+
outputPaths = (
773+
);
774+
runOnlyForDeploymentPostprocessing = 0;
775+
shellPath = /bin/sh;
776+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PlayerDemo/Pods-PlayerDemo-frameworks.sh\"\n";
777+
showEnvVarsInLog = 0;
778+
};
779+
/* End PBXShellScriptBuildPhase section */
780+
715781
/* Begin PBXSourcesBuildPhase section */
716782
C4EC7F381DF4FCD2006E9820 /* Sources */ = {
717783
isa = PBXSourcesBuildPhase;
@@ -721,34 +787,27 @@
721787
BF1624961DF50011006209D1 /* UIScrollView+MJExtension.m in Sources */,
722788
BF1624C51DF50182006209D1 /* WMLightView.m in Sources */,
723789
BF1624B31DF50011006209D1 /* TestViewController.m in Sources */,
724-
BF16247F1DF50011006209D1 /* MASViewConstraint.m in Sources */,
725790
BF1624A81DF50011006209D1 /* RootTabBarController.m in Sources */,
726791
BF1624861DF50011006209D1 /* MJRefreshAutoFooter.m in Sources */,
727792
C4EC7F471DF4FCD3006E9820 /* ViewController.m in Sources */,
728793
BF1624991DF50011006209D1 /* ScreenShotView.m in Sources */,
729794
BF1624A31DF50011006209D1 /* UIImage+GIF.m in Sources */,
730795
BF1624AE1DF50011006209D1 /* PersonCenterViewController.m in Sources */,
731-
BF16247E1DF50011006209D1 /* MASViewAttribute.m in Sources */,
732796
BF16249F1DF50011006209D1 /* SDWebImageDownloaderOperation.m in Sources */,
733797
BF1624A91DF50011006209D1 /* VideoCell.m in Sources */,
734798
BF1624601DF50011006209D1 /* DataManager.m in Sources */,
735799
BF1624C31DF50182006209D1 /* FastForwardView.m in Sources */,
736800
BF1624611DF50011006209D1 /* SidModel.m in Sources */,
737-
BF16247A1DF50011006209D1 /* MASCompositeConstraint.m in Sources */,
738801
BF16249A1DF50011006209D1 /* NSData+ImageContentType.m in Sources */,
739802
BF1624A61DF50011006209D1 /* UIImageView+WebCache.m in Sources */,
740803
BF1624881DF50011006209D1 /* MJRefreshComponent.m in Sources */,
741804
BF1624851DF50011006209D1 /* MBProgressHUD.m in Sources */,
742805
BF1624AC1DF50011006209D1 /* BaseViewController.m in Sources */,
743806
BF16248E1DF50011006209D1 /* MJRefreshBackGifFooter.m in Sources */,
744807
BF1624B11DF50011006209D1 /* TencentNewsViewController.m in Sources */,
745-
BF16247C1DF50011006209D1 /* MASConstraintMaker.m in Sources */,
746-
BF1624821DF50011006209D1 /* View+MASAdditions.m in Sources */,
747808
BF1624AD1DF50011006209D1 /* DetailViewController.m in Sources */,
748-
BF16247D1DF50011006209D1 /* MASLayoutConstraint.m in Sources */,
749809
BF1624AF1DF50011006209D1 /* SinaNewsViewController.m in Sources */,
750810
BF1624981DF50011006209D1 /* UIView+MJExtension.m in Sources */,
751-
BF16247B1DF50011006209D1 /* MASConstraint.m in Sources */,
752811
BF16249C1DF50011006209D1 /* SDWebImageCompat.m in Sources */,
753812
BF1624A41DF50011006209D1 /* UIImage+MultiFormat.m in Sources */,
754813
BF1624C71DF50182006209D1 /* WMPlayer.m in Sources */,
@@ -775,9 +834,7 @@
775834
C4EC7F411DF4FCD2006E9820 /* main.m in Sources */,
776835
BF16249E1DF50011006209D1 /* SDWebImageDownloader.m in Sources */,
777836
BF1624901DF50011006209D1 /* MJRefreshBackStateFooter.m in Sources */,
778-
BF1624801DF50011006209D1 /* NSArray+MASAdditions.m in Sources */,
779837
BF16248A1DF50011006209D1 /* MJRefreshHeader.m in Sources */,
780-
BF1624811DF50011006209D1 /* NSLayoutConstraint+MASDebugAdditions.m in Sources */,
781838
BF1624621DF50011006209D1 /* VideoModel.m in Sources */,
782839
);
783840
runOnlyForDeploymentPostprocessing = 0;
@@ -817,8 +874,10 @@
817874
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
818875
CLANG_WARN_EMPTY_BODY = YES;
819876
CLANG_WARN_ENUM_CONVERSION = YES;
877+
CLANG_WARN_INFINITE_RECURSION = YES;
820878
CLANG_WARN_INT_CONVERSION = YES;
821879
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
880+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
822881
CLANG_WARN_UNREACHABLE_CODE = YES;
823882
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
824883
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -840,7 +899,7 @@
840899
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
841900
GCC_WARN_UNUSED_FUNCTION = YES;
842901
GCC_WARN_UNUSED_VARIABLE = YES;
843-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
902+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
844903
MTL_ENABLE_DEBUG_INFO = YES;
845904
ONLY_ACTIVE_ARCH = YES;
846905
SDKROOT = iphoneos;
@@ -861,8 +920,10 @@
861920
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
862921
CLANG_WARN_EMPTY_BODY = YES;
863922
CLANG_WARN_ENUM_CONVERSION = YES;
923+
CLANG_WARN_INFINITE_RECURSION = YES;
864924
CLANG_WARN_INT_CONVERSION = YES;
865925
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
926+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
866927
CLANG_WARN_UNREACHABLE_CODE = YES;
867928
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
868929
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -878,7 +939,7 @@
878939
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
879940
GCC_WARN_UNUSED_FUNCTION = YES;
880941
GCC_WARN_UNUSED_VARIABLE = YES;
881-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
942+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
882943
MTL_ENABLE_DEBUG_INFO = NO;
883944
SDKROOT = iphoneos;
884945
TARGETED_DEVICE_FAMILY = "1,2";
@@ -888,6 +949,7 @@
888949
};
889950
C4EC7F541DF4FCD3006E9820 /* Debug */ = {
890951
isa = XCBuildConfiguration;
952+
baseConfigurationReference = AD4E1C1A77CA0A18F1DFB6AE /* Pods-PlayerDemo.debug.xcconfig */;
891953
buildSettings = {
892954
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
893955
INFOPLIST_FILE = PlayerDemo/Info.plist;
@@ -901,6 +963,7 @@
901963
};
902964
C4EC7F551DF4FCD3006E9820 /* Release */ = {
903965
isa = XCBuildConfiguration;
966+
baseConfigurationReference = A41F0B6E980617F314AD7227 /* Pods-PlayerDemo.release.xcconfig */;
904967
buildSettings = {
905968
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
906969
INFOPLIST_FILE = PlayerDemo/Info.plist;

PlayerDemo.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PlayerDemo/ThirdLib/.DS_Store

-2 KB
Binary file not shown.

PlayerDemo/ThirdLib/Masonry/NSArray+MASAdditions.m

Lines changed: 0 additions & 41 deletions
This file was deleted.

Podfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'PlayerDemo' do
5+
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
6+
# use_frameworks!
7+
8+
# Pods for PlayerDemo
9+
10+
pod 'Masonry'
11+
12+
end

Podfile.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
PODS:
2+
- Masonry (1.0.2)
3+
4+
DEPENDENCIES:
5+
- Masonry
6+
7+
SPEC CHECKSUMS:
8+
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
9+
10+
PODFILE CHECKSUM: 56773fa327503b9201dec8d603196589e4c3caac
11+
12+
COCOAPODS: 1.1.1

Pods/Headers/Private/Masonry/MASCompositeConstraint.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/MASConstraint+Private.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/MASConstraint.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/MASConstraintMaker.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/MASLayoutConstraint.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/MASUtilities.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/MASViewAttribute.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/MASViewConstraint.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/Masonry.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/NSArray+MASAdditions.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/NSArray+MASShorthandAdditions.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/NSLayoutConstraint+MASDebugAdditions.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/View+MASAdditions.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/View+MASShorthandAdditions.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/Masonry/ViewController+MASAdditions.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Masonry/MASCompositeConstraint.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Masonry/MASConstraint+Private.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Masonry/MASConstraint.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Masonry/MASConstraintMaker.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Masonry/MASLayoutConstraint.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Masonry/MASUtilities.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Masonry/MASViewAttribute.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Masonry/MASViewConstraint.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Masonry/Masonry.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)