Commit 6eaa099cd6bae53961df6e94f2edb09d5c451558

Authored by 梁星国
1 parent 26d78592

提交初始化工程

Showing 28 changed files with 1 additions and 52 deletions
CNLiveOrganizationValidationModule/CNLiveOrganizationValidationModule.podspec renamed to CNLiveOrganizationValidationModule.podspec
CNLiveOrganizationValidationModule/.gitignore deleted 100644 → 0
1   -# OS X
2   -.DS_Store
3   -
4   -# Xcode
5   -build/
6   -*.pbxuser
7   -!default.pbxuser
8   -*.mode1v3
9   -!default.mode1v3
10   -*.mode2v3
11   -!default.mode2v3
12   -*.perspectivev3
13   -!default.perspectivev3
14   -xcuserdata/
15   -*.xccheckout
16   -profile
17   -*.moved-aside
18   -DerivedData
19   -*.hmap
20   -*.ipa
21   -
22   -# Bundler
23   -.bundle
24   -
25   -# Add this line if you want to avoid checking in source code from Carthage dependencies.
26   -# Carthage/Checkouts
27   -
28   -Carthage/Build
29   -
30   -# We recommend against adding the Pods directory to your .gitignore. However
31   -# you should judge for yourself, the pros and cons are mentioned at:
32   -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
33   -#
34   -# Note: if you ignore the Pods directory, make sure to uncomment
35   -# `pod install` in .travis.yml
36   -#
37   -# Pods/
CNLiveOrganizationValidationModule/.travis.yml deleted 100644 → 0
1   -# references:
2   -# * https://www.objc.io/issues/6-build-tools/travis-ci/
3   -# * https://github.com/supermarin/xcpretty#usage
4   -
5   -osx_image: xcode7.3
6   -language: objective-c
7   -# cache: cocoapods
8   -# podfile: Example/Podfile
9   -# before_install:
10   -# - gem install cocoapods # Since Travis is not always on latest version
11   -# - pod install --project-directory=Example
12   -script:
13   -- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/CNLiveOrganizationValidationModule.xcworkspace -scheme CNLiveOrganizationValidationModule-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14   -- pod lib lint
CNLiveOrganizationValidationModule/CNLiveOrganizationValidationModule/Assets/.gitkeep renamed to CNLiveOrganizationValidationModule/Assets/.gitkeep
CNLiveOrganizationValidationModule/CNLiveOrganizationValidationModule/Classes/.gitkeep renamed to CNLiveOrganizationValidationModule/Classes/.gitkeep
CNLiveOrganizationValidationModule/CNLiveOrganizationValidationModule/Classes/ReplaceMe.m renamed to CNLiveOrganizationValidationModule/Classes/ReplaceMe.m
CNLiveOrganizationValidationModule/_Pods.xcodeproj deleted 120000 → 0
1   -Example/Pods/Pods.xcodeproj
2 0 \ No newline at end of file
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule.xcodeproj/project.pbxproj renamed to Example/CNLiveOrganizationValidationModule.xcodeproj/project.pbxproj
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule.xcodeproj/xcshareddata/xcschemes/CNLiveOrganizationValidationModule-Example.xcscheme renamed to Example/CNLiveOrganizationValidationModule.xcodeproj/xcshareddata/xcschemes/CNLiveOrganizationValidationModule-Example.xcscheme
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/Base.lproj/LaunchScreen.storyboard renamed to Example/CNLiveOrganizationValidationModule/Base.lproj/LaunchScreen.storyboard
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/Base.lproj/Main.storyboard renamed to Example/CNLiveOrganizationValidationModule/Base.lproj/Main.storyboard
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/CNLIVEBAppDelegate.h renamed to Example/CNLiveOrganizationValidationModule/CNLIVEBAppDelegate.h
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/CNLIVEBAppDelegate.m renamed to Example/CNLiveOrganizationValidationModule/CNLIVEBAppDelegate.m
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/CNLIVEBViewController.h renamed to Example/CNLiveOrganizationValidationModule/CNLIVEBViewController.h
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/CNLIVEBViewController.m renamed to Example/CNLiveOrganizationValidationModule/CNLIVEBViewController.m
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/CNLiveOrganizationValidationModule-Info.plist renamed to Example/CNLiveOrganizationValidationModule/CNLiveOrganizationValidationModule-Info.plist
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/CNLiveOrganizationValidationModule-Prefix.pch renamed to Example/CNLiveOrganizationValidationModule/CNLiveOrganizationValidationModule-Prefix.pch
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/Images.xcassets/AppIcon.appiconset/Contents.json renamed to Example/CNLiveOrganizationValidationModule/Images.xcassets/AppIcon.appiconset/Contents.json
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/en.lproj/InfoPlist.strings renamed to Example/CNLiveOrganizationValidationModule/en.lproj/InfoPlist.strings
CNLiveOrganizationValidationModule/Example/CNLiveOrganizationValidationModule/main.m renamed to Example/CNLiveOrganizationValidationModule/main.m
CNLiveOrganizationValidationModule/Example/Podfile renamed to Example/Podfile
CNLiveOrganizationValidationModule/Example/Tests/Tests-Info.plist renamed to Example/Tests/Tests-Info.plist
CNLiveOrganizationValidationModule/Example/Tests/Tests-Prefix.pch renamed to Example/Tests/Tests-Prefix.pch
CNLiveOrganizationValidationModule/Example/Tests/Tests.m renamed to Example/Tests/Tests.m
CNLiveOrganizationValidationModule/Example/Tests/en.lproj/InfoPlist.strings renamed to Example/Tests/en.lproj/InfoPlist.strings
CNLiveOrganizationValidationModule/LICENSE renamed to LICENSE
CNLiveOrganizationValidationModule/README.md renamed to README.md
_Pods.xcodeproj 0 → 120000
  1 +Example/Pods/Pods.xcodeproj
0 2 \ No newline at end of file
... ...