Skip to content

Commit

Permalink
Merge pull request #156 from Automattic/issue/xcode9-support
Browse files Browse the repository at this point in the history
Xcode9 Support
  • Loading branch information
jleandroperez authored Sep 20, 2017
2 parents e4fe1e7 + 79869c8 commit e70d08f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ abstract_target 'Automattic' do
# Automattic
#
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => '0.1.0'
pod 'Simperium', '0.8.18'
pod 'Simperium', '0.8.19'
pod 'WordPress-AppbotX', :git => 'https://github.com/wordpress-mobile/appbotx.git', :commit => '479d05f7d6b963c9b44040e6ea9f190e8bd9a47a'
pod 'WordPress-Ratings-iOS', '0.0.2'
end
Expand Down
28 changes: 14 additions & 14 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ PODS:
- hoedown/standard (= 3.0.3)
- hoedown/standard (3.0.3)
- Reachability (3.2)
- Simperium (0.8.18):
- Simperium/DiffMatchPach (= 0.8.18)
- Simperium/JRSwizzle (= 0.8.18)
- Simperium/SocketTrust (= 0.8.18)
- Simperium/SPReachability (= 0.8.18)
- Simperium/SSKeychain (= 0.8.18)
- Simperium/DiffMatchPach (0.8.18)
- Simperium/JRSwizzle (0.8.18)
- Simperium/SocketTrust (0.8.18)
- Simperium/SPReachability (0.8.18)
- Simperium/SSKeychain (0.8.18)
- Simperium (0.8.19):
- Simperium/DiffMatchPach (= 0.8.19)
- Simperium/JRSwizzle (= 0.8.19)
- Simperium/SocketTrust (= 0.8.19)
- Simperium/SPReachability (= 0.8.19)
- Simperium/SSKeychain (= 0.8.19)
- Simperium/DiffMatchPach (0.8.19)
- Simperium/JRSwizzle (0.8.19)
- Simperium/SocketTrust (0.8.19)
- Simperium/SPReachability (0.8.19)
- Simperium/SSKeychain (0.8.19)
- SSKeychain (1.2.2)
- SVProgressHUD (1.1.2)
- UIDeviceIdentifier (0.5.0)
Expand All @@ -48,7 +48,7 @@ DEPENDENCIES:
- GoogleAnalytics (= 3.14.0)
- HockeySDK (~> 3.8.0)
- hoedown (~> 3.0.3)
- Simperium (= 0.8.18)
- Simperium (= 0.8.19)
- SSKeychain (= 1.2.2)
- SVProgressHUD (= 1.1.2)
- WordPress-AppbotX (from `https://github.com/wordpress-mobile/appbotx.git`, commit `479d05f7d6b963c9b44040e6ea9f190e8bd9a47a`)
Expand Down Expand Up @@ -80,13 +80,13 @@ SPEC CHECKSUMS:
HockeySDK: ab68303eec6680f6b539de65d747742dd276e934
hoedown: c1327bbbc96d269595ed86bf97f1d09867ec7529
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
Simperium: 285f68e419bbf076b0ef271ba0f9dd21529678d6
Simperium: f72ecf0b5c6e9e4b70be9f575c7d88e7de7b112c
SSKeychain: 88767e903ee8d274ed380e364d96b7a101235286
SVProgressHUD: 3afb875b9eb23acd1bed9b82495695c68621a8b2
UIDeviceIdentifier: a959a6d4f51036b4180dd31fb26483a820f1cc46
WordPress-AppbotX: b5abc0ba45e3da5827f84e9f346c963180f1b545
WordPress-Ratings-iOS: b04108f7a45867844ba47a240bb6295ca747eebf

PODFILE CHECKSUM: 4176cafdb2d6836a57703535773142ae341ab460
PODFILE CHECKSUM: 887744a116612739a7830ef1951e20894cf41c6f

COCOAPODS: 1.3.1
2 changes: 1 addition & 1 deletion Simplenote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Automattic-Simplenote/Pods-Automattic-Simplenote-resources.sh",
"$PODS_CONFIGURATION_BUILD_DIR/HockeySDK/HockeySDKResources.bundle",
$PODS_CONFIGURATION_BUILD_DIR/HockeySDK/HockeySDKResources.bundle,
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand Down Expand Up @@ -55,6 +56,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
4 changes: 2 additions & 2 deletions Simplenote/Simplenote-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.4.3</string>
<string>4.4.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4430</string>
<string>4440</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
4 changes: 2 additions & 2 deletions SimplenoteShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>4.4.3</string>
<string>4.4.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4430</string>
<string>4440</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down

0 comments on commit e70d08f

Please sign in to comment.