Skip to content

Commit

Permalink
1) Updated Starscream to 3.0.5, 2) Updated app version to 1.1 for rel…
Browse files Browse the repository at this point in the history
…ease and 3) Fixed parameter to support iOS 10.2

Closes #6
Closes #10
  • Loading branch information
gdombiak committed Jul 18, 2018
1 parent 0fa6c39 commit 7d3e73d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions OctoPod.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
2F004D774AE5079BD52FED7D /* Pods_OctoPod.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9F913620E58D596BED0BDF3 /* Pods_OctoPod.framework */; };
3D01E29220F3DE850020DE41 /* JobInfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D01E29120F3DE850020DE41 /* JobInfoViewController.swift */; };
3D0E1C9D20E819B00036B5FE /* CameraEmbeddedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D0E1C9C20E819B00036B5FE /* CameraEmbeddedViewController.swift */; };
3D0E1C9F20E85EDF0036B5FE /* SetTargetTempViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D0E1C9E20E85EDF0036B5FE /* SetTargetTempViewController.swift */; };
Expand Down Expand Up @@ -87,7 +86,6 @@
buildActionMask = 2147483647;
files = (
8267C0CF229350E955F7AF71 /* Pods_OctoPod.framework in Frameworks */,
2F004D774AE5079BD52FED7D /* Pods_OctoPod.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -440,7 +438,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -494,7 +492,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
2 changes: 1 addition & 1 deletion OctoPod/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Starscream (3.0.2)
- Starscream (3.0.5)

DEPENDENCIES:
- Starscream (~> 3.0.2)
Expand All @@ -9,8 +9,8 @@ SPEC REPOS:
- Starscream

SPEC CHECKSUMS:
Starscream: b512c62f6706421221b5ceb2ba01a9f58aca5bea
Starscream: faf918b2f2eff7d5dd21180646bf015a669673bd

PODFILE CHECKSUM: 724d60e98c7eb2903765b1c9a83a7e7a4a3bde66
PODFILE CHECKSUM: b2ef9115b5b03befd5b667325ceb15bdd461778f

COCOAPODS: 1.5.3

0 comments on commit 7d3e73d

Please sign in to comment.