Skip to content

Commit fefff9a

Browse files
bump major
1 parent fa25fc4 commit fefff9a

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

RemoteCam/RemoteCamStateNames.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ struct RemoteCamStates {
2424
let monitorPhotoMode = "monitorPhotoMode"
2525
let monitorVideoMode = "monitorVideoMode"
2626
let monitorWaitingForVideo = "monitorWaitingForVideo"
27-
// Removed monitorSettingZoom - zoom now works immediately without alerts
2827
let monitorSwitchingLens = "monitorSwitchingLens"
2928
}

RemoteShutter.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@
885885
CODE_SIGN_IDENTITY = "iPhone Developer";
886886
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
887887
CODE_SIGN_STYLE = Automatic;
888-
CURRENT_PROJECT_VERSION = 38;
888+
CURRENT_PROJECT_VERSION = 39;
889889
DEVELOPMENT_TEAM = J5A8XNQSV9;
890890
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
891891
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -897,7 +897,7 @@
897897
"$(inherited)",
898898
"@executable_path/Frameworks",
899899
);
900-
MARKETING_VERSION = 3.5;
900+
MARKETING_VERSION = 4.0;
901901
OTHER_LDFLAGS = "$(inherited)";
902902
PRODUCT_BUNDLE_IDENTIFIER = com.blackfireapps.remotecamera;
903903
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -924,7 +924,7 @@
924924
CODE_SIGN_IDENTITY = "iPhone Developer";
925925
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
926926
CODE_SIGN_STYLE = Automatic;
927-
CURRENT_PROJECT_VERSION = 38;
927+
CURRENT_PROJECT_VERSION = 39;
928928
DEVELOPMENT_TEAM = J5A8XNQSV9;
929929
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
930930
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -936,7 +936,7 @@
936936
"$(inherited)",
937937
"@executable_path/Frameworks",
938938
);
939-
MARKETING_VERSION = 3.5;
939+
MARKETING_VERSION = 4.0;
940940
OTHER_LDFLAGS = "$(inherited)";
941941
PRODUCT_BUNDLE_IDENTIFIER = com.blackfireapps.remotecamera;
942942
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)