Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #67 from zapcannon87/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
zapcannon87 committed Jan 21, 2019
2 parents 0847a00 + 2f106c4 commit fc35695
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 34 deletions.
58 changes: 50 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData
DerivedData/

## Various settings
*.pbxuser
Expand All @@ -11,14 +15,52 @@ DerivedData
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata

# Pods
Pods
Podfile.lock
xcuserdata/

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.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-check-the-pods-directory-into-source-control

Pods/

# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

# 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/
6 changes: 3 additions & 3 deletions LeanCloudFeedback.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,16 +318,16 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-LeanCloudFeedback/Pods-LeanCloudFeedback-resources.sh",
"${PODS_ROOT}/Target Support Files/Pods-LeanCloudFeedback/Pods-LeanCloudFeedback-resources.sh",
"${PODS_ROOT}/AVOSCloud/AVOS/AVOSCloud/AVOSCloud_Art.inc",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AVOSCloud_Art.inc",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LeanCloudFeedback/Pods-LeanCloudFeedback-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LeanCloudFeedback/Pods-LeanCloudFeedback-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
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>
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
5CC504DD1B0F01D3004D0CB1 /* Sources */,
5CC504DE1B0F01D3004D0CB1 /* Frameworks */,
5CC504DF1B0F01D3004D0CB1 /* Resources */,
F0D0DCD723CCC6F13FF48330 /* [CP] Embed Pods Frameworks */,
3BC15B31DE1EE218A416CB6C /* [CP] Copy Pods Resources */,
);
buildRules = (
Expand All @@ -156,6 +155,7 @@
TargetAttributes = {
5CC504E01B0F01D3004D0CB1 = {
CreatedOnToolsVersion = 6.3.2;
DevelopmentTeam = 7J5XFNL99Q;
};
};
};
Expand Down Expand Up @@ -196,7 +196,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/../Pods/Target Support Files/Pods-LeanCloudFeedbackDemo/Pods-LeanCloudFeedbackDemo-resources.sh",
"${PODS_ROOT}/Target Support Files/Pods-LeanCloudFeedbackDemo/Pods-LeanCloudFeedbackDemo-resources.sh",
"${PODS_ROOT}/AVOSCloud/AVOS/AVOSCloud/AVOSCloud_Art.inc",
"${PODS_ROOT}/../LeanCloudFeedback/resources/feedback_add_image@2x.png",
"${PODS_ROOT}/../LeanCloudFeedback/resources/feedback_back@2x.png",
Expand All @@ -209,11 +209,19 @@
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AVOSCloud_Art.inc",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/feedback_add_image@2x.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/feedback_back@2x.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/feedback_bg_1@2x.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/feedback_bg_2@2x.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/feedback_btn@2x.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/feedback_btn_new@2x.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/feedback_warning@2x.png",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LeanCloudFeedback.strings",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-LeanCloudFeedbackDemo/Pods-LeanCloudFeedbackDemo-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LeanCloudFeedbackDemo/Pods-LeanCloudFeedbackDemo-resources.sh\"\n";
showEnvVarsInLog = 0;
};
4769E60FE17A8611CF49B3CF /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -234,21 +242,6 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
F0D0DCD723CCC6F13FF48330 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-LeanCloudFeedbackDemo/Pods-LeanCloudFeedbackDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -388,7 +381,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 7J5XFNL99Q;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -414,7 +407,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 7J5XFNL99Q;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
6 changes: 4 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ platform :ios, '8.0'
workspace 'LeanCloudFeedback.xcworkspace'

target 'LeanCloudFeedback' do
inhibit_all_warnings!
project 'LeanCloudFeedback.xcodeproj'
pod 'AVOSCloud', '10.1.0'
pod 'AVOSCloud', '11.4.9'
end

target 'LeanCloudFeedbackDemo' do
inhibit_all_warnings!
project 'LeanCloudFeedbackDemo/LeanCloudFeedbackDemo.xcodeproj'
pod 'AVOSCloud', '10.1.0'
pod 'AVOSCloud', '11.4.9'
pod 'LeanCloudFeedback', :path => '.'
end
24 changes: 24 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
PODS:
- AVOSCloud (11.4.9)
- LeanCloudFeedback (0.1.0):
- AVOSCloud

DEPENDENCIES:
- AVOSCloud (= 11.4.9)
- LeanCloudFeedback (from `.`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- AVOSCloud

EXTERNAL SOURCES:
LeanCloudFeedback:
:path: "."

SPEC CHECKSUMS:
AVOSCloud: 1ad969db6e24c41ae1788d68698255d853883069
LeanCloudFeedback: 011993aef4d90ad52279339f607a0850787493dc

PODFILE CHECKSUM: f5177a5d9caf9a505bdec765c494d12d0656351f

COCOAPODS: 1.6.0.beta.2

0 comments on commit fc35695

Please sign in to comment.