Skip to content

Commit

Permalink
第一次提交 初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
wangGit committed Oct 15, 2019
2 parents 1d4735e + 7747bac commit 42ab353
Show file tree
Hide file tree
Showing 63 changed files with 3,964 additions and 52 deletions.
54 changes: 47 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@

# OS X
.DS_Store

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -22,16 +30,48 @@ DerivedData
# Bundler
.bundle

# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/
19 changes: 0 additions & 19 deletions Category/UIView/UIView+MrWang.h

This file was deleted.

15 changes: 0 additions & 15 deletions Category/UIView/UIView+MrWang.m

This file was deleted.

17 changes: 11 additions & 6 deletions Example/MrWangLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
971F2C8B089F78FE211D336D /* Pods-MrWangLib_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MrWangLib_Example.release.xcconfig"; path = "Target Support Files/Pods-MrWangLib_Example/Pods-MrWangLib_Example.release.xcconfig"; sourceTree = "<group>"; };
A62D94101C04F84E4BBD4FFE /* MrWangLib.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = MrWangLib.podspec; path = ../MrWangLib.podspec; sourceTree = "<group>"; };
B0B694BA58FFE2C77D2C59A5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
EDD87FD2416629026115AE38 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
A62D94101C04F84E4BBD4FFE /* MrWangLib.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = MrWangLib.podspec; path = ../MrWangLib.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
B0B694BA58FFE2C77D2C59A5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
EDD87FD2416629026115AE38 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -193,7 +193,6 @@
003258304954D7F732232FC8 /* Pods-MrWangLib_Tests.debug.xcconfig */,
2E5F41AE9D4CBCDD9B1A9345 /* Pods-MrWangLib_Tests.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -249,6 +248,9 @@
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "330410810@qq.com";
TargetAttributes = {
6003F589195388D20070C39A = {
DevelopmentTeam = VQYZHB3WHW;
};
6003F5AD195388D20070C39A = {
TestTargetID = 6003F589195388D20070C39A;
};
Expand All @@ -259,6 +261,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -513,11 +516,12 @@
baseConfigurationReference = 69EE1EBE8DC3B1435969175D /* Pods-MrWangLib_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = VQYZHB3WHW;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MrWangLib/MrWangLib-Prefix.pch";
INFOPLIST_FILE = "MrWangLib/MrWangLib-Info.plist";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_BUNDLE_IDENTIFIER = "com.renjian.MrWangLib-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
WRAPPER_EXTENSION = app;
Expand All @@ -529,11 +533,12 @@
baseConfigurationReference = 971F2C8B089F78FE211D336D /* Pods-MrWangLib_Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = VQYZHB3WHW;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MrWangLib/MrWangLib-Prefix.pch";
INFOPLIST_FILE = "MrWangLib/MrWangLib-Info.plist";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_BUNDLE_IDENTIFIER = "com.renjian.MrWangLib-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
WRAPPER_EXTENSION = app;
Expand Down
10 changes: 10 additions & 0 deletions Example/MrWangLib.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
1 change: 1 addition & 0 deletions Example/MrWangLib/MRWANGViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright (c) 2019 330410810@qq.com. All rights reserved.
//


#import "MRWANGViewController.h"

@interface MRWANGViewController ()
Expand Down
27 changes: 27 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
PODS:
- FBSnapshotTestCase (2.1.4):
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- MrWangLib (0.1.0)

DEPENDENCIES:
- FBSnapshotTestCase
- MrWangLib (from `../`)

SPEC REPOS:
trunk:
- FBSnapshotTestCase

EXTERNAL SOURCES:
MrWangLib:
:path: "../"

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
MrWangLib: a8bd0a6546add0acfb13ba35ce728eb8e12716e8

PODFILE CHECKSUM: 8fee5742b9dab13d386756f3efbb7a64727c1e2f

COCOAPODS: 1.8.3

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42ab353

Please sign in to comment.