Skip to content

Commit

Permalink
Merge branch 'master' into macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
phedlund committed Jun 5, 2020
2 parents 5fb6e69 + cbf99b8 commit 4bcb852
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion ActionExtension/Base.lproj/MainInterface.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<size key="freeformSize" width="320" height="528"/>
<connections>
<outlet property="imageView" destination="9ga-4F-77Z" id="5y6-5w-9QO"/>
<outlet property="view" destination="zMn-AG-sqS" id="Qma-de-2ek"/>
</connections>
</viewController>
Expand Down
16 changes: 8 additions & 8 deletions iOCNotes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2846;
CURRENT_PROJECT_VERSION = 2847;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 73AQJ77PZ5;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand All @@ -1409,7 +1409,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 3.0.8;
MARKETING_VERSION = 3.0.9;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.peterandlinda.iOCNotes.ActionExtension;
Expand All @@ -1435,7 +1435,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2846;
CURRENT_PROJECT_VERSION = 2847;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 73AQJ77PZ5;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand All @@ -1447,7 +1447,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 3.0.8;
MARKETING_VERSION = 3.0.9;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.peterandlinda.iOCNotes.ActionExtension;
Expand Down Expand Up @@ -1570,7 +1570,7 @@
CODE_SIGN_ENTITLEMENTS = iOCNotes/iOCNotes.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 2846;
CURRENT_PROJECT_VERSION = 2847;
DEFINES_MODULE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1585,7 +1585,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0.8;
MARKETING_VERSION = 3.0.9;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "com.peterandlinda.${TARGET_NAME:rfc1034identifier}";
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand All @@ -1607,7 +1607,7 @@
CODE_SIGN_ENTITLEMENTS = iOCNotes/iOCNotes.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 2846;
CURRENT_PROJECT_VERSION = 2847;
DEFINES_MODULE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1622,7 +1622,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0.8;
MARKETING_VERSION = 3.0.9;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "com.peterandlinda.${TARGET_NAME:rfc1034identifier}";
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
2 changes: 1 addition & 1 deletion iOCNotes/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
<dict>
<key>DefaultValue</key>
<string>3.0.8 (2846)</string>
<string>3.0.9 (2847)</string>
<key>Key</key>
<string>versionNumber</string>
<key>Title</key>
Expand Down

0 comments on commit 4bcb852

Please sign in to comment.