Skip to content

Commit 60aa8bc

Browse files
committed
cocoa pods upgrade
1 parent 4e52fbe commit 60aa8bc

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

ios/Debug.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#include "Pods/Target Support Files/Pods/Pods.debug.xcconfig"
1+
#include "Pods/Target Support Files/Pods-Sample/Pods-Sample.debug.xcconfig"
22

33
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) kEnvironment="@\"debug\""

ios/Podfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ source 'https://github.com/CocoaPods/Specs.git'
33

44
# inhibit_all_warnings!
55

6-
pod 'SimulatorRemoteNotifications', '~> 0.0.3'
6+
target 'Sample' do
7+
pod 'SimulatorRemoteNotifications', '~> 0.0.3'
8+
end

ios/Podfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ DEPENDENCIES:
77
SPEC CHECKSUMS:
88
SimulatorRemoteNotifications: 1610643e0582b2af67bc254b071ace4077e8ef86
99

10-
COCOAPODS: 0.39.0
10+
PODFILE CHECKSUM: 1e7bba3fe4e4d12126efc77f3f430a3dcd1d8be9
11+
12+
COCOAPODS: 1.0.1

ios/Staging.xcconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
#include "Pods/Target Support Files/Pods/Pods.staging.xcconfig"
1+
#include "Pods/Target Support Files/Pods-Sample/Pods-Sample.staging.xcconfig"
2+
23

34
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) kEnvironment="@\"staging\""

0 commit comments

Comments
 (0)