Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
- Demo: removed AppCenter/Push pod; updated iOS platform version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfilyakov committed May 15, 2019
1 parent 979b7fa commit db66ea1
Show file tree
Hide file tree
Showing 74 changed files with 1,377 additions and 727 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-OfficeUIFabric.Demo/Pods-OfficeUIFabric.Demo-resources.sh",
"${PODS_ROOT}/Target Support Files/Pods-OfficeUIFabric.Demo/Pods-OfficeUIFabric.Demo-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/AppCenter/AppCenterDistributeResources.bundle",
);
name = "[CP] Copy Pods Resources";
Expand All @@ -389,7 +389,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OfficeUIFabric.Demo/Pods-OfficeUIFabric.Demo-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OfficeUIFabric.Demo/Pods-OfficeUIFabric.Demo-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
3 changes: 1 addition & 2 deletions OfficeUIFabric.Demo/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
platform :ios, '10.0'
platform :ios, '11.0'

target 'OfficeUIFabric.Demo' do
use_frameworks!

pod 'AppCenter'
pod 'AppCenter/Distribute'
pod 'AppCenter/Push'

end
23 changes: 10 additions & 13 deletions OfficeUIFabric.Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
PODS:
- AppCenter (1.9.0):
- AppCenter/Analytics (= 1.9.0)
- AppCenter/Crashes (= 1.9.0)
- AppCenter/Analytics (1.9.0):
- AppCenter (2.0.1):
- AppCenter/Analytics (= 2.0.1)
- AppCenter/Crashes (= 2.0.1)
- AppCenter/Analytics (2.0.1):
- AppCenter/Core
- AppCenter/Core (1.9.0)
- AppCenter/Crashes (1.9.0):
- AppCenter/Core (2.0.1)
- AppCenter/Crashes (2.0.1):
- AppCenter/Core
- AppCenter/Distribute (1.9.0):
- AppCenter/Core
- AppCenter/Push (1.9.0):
- AppCenter/Distribute (2.0.1):
- AppCenter/Core

DEPENDENCIES:
- AppCenter
- AppCenter/Distribute
- AppCenter/Push

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

SPEC CHECKSUMS:
AppCenter: 3cf7b9387549e9703dab068793e404013e8c0cc1
AppCenter: 6a5ff2fd007b53431259fdd74f91eb3d0dfea3d1

PODFILE CHECKSUM: 281fa11afc70c5e9c9cb203e24e270ab46a87b77
PODFILE CHECKSUM: c621724a9f802f5deb912004213be046935a75d2

COCOAPODS: 1.5.3
COCOAPODS: 1.6.1
Binary file not shown.

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.

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

Loading

0 comments on commit db66ea1

Please sign in to comment.