Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

Commit 03de16f

Browse files
Remove set_project_version.sh script
1 parent 71b4703 commit 03de16f

File tree

5 files changed

+9
-113
lines changed

5 files changed

+9
-113
lines changed

Meteor.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@
11071107
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11081108
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
11091109
COPY_PHASE_STRIP = NO;
1110-
CURRENT_PROJECT_VERSION = 127;
1110+
CURRENT_PROJECT_VERSION = 146;
11111111
DEBUG_INFORMATION_FORMAT = dwarf;
11121112
ENABLE_STRICT_OBJC_MSGSEND = YES;
11131113
ENABLE_TESTABILITY = YES;
@@ -1159,7 +1159,7 @@
11591159
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11601160
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
11611161
COPY_PHASE_STRIP = NO;
1162-
CURRENT_PROJECT_VERSION = 127;
1162+
CURRENT_PROJECT_VERSION = 146;
11631163
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11641164
ENABLE_NS_ASSERTIONS = NO;
11651165
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1191,7 +1191,7 @@
11911191
buildSettings = {
11921192
DEFINES_MODULE = YES;
11931193
DYLIB_COMPATIBILITY_VERSION = 1;
1194-
DYLIB_CURRENT_VERSION = 127;
1194+
DYLIB_CURRENT_VERSION = 146;
11951195
DYLIB_INSTALL_NAME_BASE = "@rpath";
11961196
INFOPLIST_FILE = Meteor/Info.plist;
11971197
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1208,7 +1208,7 @@
12081208
buildSettings = {
12091209
DEFINES_MODULE = YES;
12101210
DYLIB_COMPATIBILITY_VERSION = 1;
1211-
DYLIB_CURRENT_VERSION = 127;
1211+
DYLIB_CURRENT_VERSION = 146;
12121212
DYLIB_INSTALL_NAME_BASE = "@rpath";
12131213
INFOPLIST_FILE = Meteor/Info.plist;
12141214
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Meteor.xcodeproj/xcshareddata/xcschemes/Meteor iOS.xcscheme

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "0700"
4-
version = "1.7">
4+
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
8-
<PreActions>
9-
<ExecutionAction
10-
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
11-
<ActionContent
12-
title = "Run Script"
13-
scriptText = "cd ${PROJECT_DIR}&#10;./Scripts/set_project_version.sh">
14-
<EnvironmentBuildable>
15-
<BuildableReference
16-
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "9F896A2B1BA428D400C9BBA0"
18-
BuildableName = "Meteor.framework"
19-
BlueprintName = "Meteor iOS"
20-
ReferencedContainer = "container:Meteor.xcodeproj">
21-
</BuildableReference>
22-
</EnvironmentBuildable>
23-
</ActionContent>
24-
</ExecutionAction>
25-
</PreActions>
268
<BuildActionEntries>
279
<BuildActionEntry
2810
buildForTesting = "YES"

Scripts/set_project_version.sh

-86
This file was deleted.

Tests/Server Integration Tests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
</dict>
2424
</plist>

Tests/Unit Tests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)