Skip to content

Commit da82790

Browse files
committed
Update project settings
1 parent b4d62a0 commit da82790

7 files changed

Lines changed: 27 additions & 84 deletions

File tree

Example/HyperioniOS.xcodeproj/project.pbxproj

Lines changed: 6 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@
242242
6003F587195388D20070C39A /* Frameworks */,
243243
6003F588195388D20070C39A /* Resources */,
244244
C3D216763CD4FB2B89CBF5F5 /* [CP] Embed Pods Frameworks */,
245-
B2CB353B75D96163C048D2E9 /* [CP] Copy Pods Resources */,
246245
);
247246
buildRules = (
248247
);
@@ -261,8 +260,6 @@
261260
6003F5AA195388D20070C39A /* Sources */,
262261
6003F5AB195388D20070C39A /* Frameworks */,
263262
6003F5AC195388D20070C39A /* Resources */,
264-
352BC718222B853381B0CA3B /* [CP] Embed Pods Frameworks */,
265-
6A0A8E232E0EB464ECEF8AFD /* [CP] Copy Pods Resources */,
266263
);
267264
buildRules = (
268265
);
@@ -335,36 +332,6 @@
335332
/* End PBXResourcesBuildPhase section */
336333

337334
/* Begin PBXShellScriptBuildPhase section */
338-
352BC718222B853381B0CA3B /* [CP] Embed Pods Frameworks */ = {
339-
isa = PBXShellScriptBuildPhase;
340-
buildActionMask = 2147483647;
341-
files = (
342-
);
343-
inputPaths = (
344-
);
345-
name = "[CP] Embed Pods Frameworks";
346-
outputPaths = (
347-
);
348-
runOnlyForDeploymentPostprocessing = 0;
349-
shellPath = /bin/sh;
350-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HyperioniOS_Tests/Pods-HyperioniOS_Tests-frameworks.sh\"\n";
351-
showEnvVarsInLog = 0;
352-
};
353-
6A0A8E232E0EB464ECEF8AFD /* [CP] Copy Pods Resources */ = {
354-
isa = PBXShellScriptBuildPhase;
355-
buildActionMask = 2147483647;
356-
files = (
357-
);
358-
inputPaths = (
359-
);
360-
name = "[CP] Copy Pods Resources";
361-
outputPaths = (
362-
);
363-
runOnlyForDeploymentPostprocessing = 0;
364-
shellPath = /bin/sh;
365-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HyperioniOS_Tests/Pods-HyperioniOS_Tests-resources.sh\"\n";
366-
showEnvVarsInLog = 0;
367-
};
368335
90C06F2D077DC201D090EFC3 /* [CP] Check Pods Manifest.lock */ = {
369336
isa = PBXShellScriptBuildPhase;
370337
buildActionMask = 2147483647;
@@ -380,22 +347,7 @@
380347
);
381348
runOnlyForDeploymentPostprocessing = 0;
382349
shellPath = /bin/sh;
383-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
384-
showEnvVarsInLog = 0;
385-
};
386-
B2CB353B75D96163C048D2E9 /* [CP] Copy Pods Resources */ = {
387-
isa = PBXShellScriptBuildPhase;
388-
buildActionMask = 2147483647;
389-
files = (
390-
);
391-
inputPaths = (
392-
);
393-
name = "[CP] Copy Pods Resources";
394-
outputPaths = (
395-
);
396-
runOnlyForDeploymentPostprocessing = 0;
397-
shellPath = /bin/sh;
398-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HyperioniOS_Example/Pods-HyperioniOS_Example-resources.sh\"\n";
350+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
399351
showEnvVarsInLog = 0;
400352
};
401353
C3D216763CD4FB2B89CBF5F5 /* [CP] Embed Pods Frameworks */ = {
@@ -404,16 +356,16 @@
404356
files = (
405357
);
406358
inputPaths = (
407-
"${SRCROOT}/Pods/Target Support Files/Pods-HyperioniOS_Example/Pods-HyperioniOS_Example-frameworks.sh",
408-
"${BUILT_PRODUCTS_DIR}/HyperioniOS/HyperioniOS.framework",
359+
"${PODS_ROOT}/Target Support Files/Pods-HyperioniOS_Example/Pods-HyperioniOS_Example-frameworks.sh",
360+
"${BUILT_PRODUCTS_DIR}/HyperioniOS/HyperionCore.framework",
409361
);
410362
name = "[CP] Embed Pods Frameworks";
411363
outputPaths = (
412-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HyperioniOS.framework",
364+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HyperionCore.framework",
413365
);
414366
runOnlyForDeploymentPostprocessing = 0;
415367
shellPath = /bin/sh;
416-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-HyperioniOS_Example/Pods-HyperioniOS_Example-frameworks.sh\"\n";
368+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HyperioniOS_Example/Pods-HyperioniOS_Example-frameworks.sh\"\n";
417369
showEnvVarsInLog = 0;
418370
};
419371
D078D9CEB0B71EB39F7FAD27 /* [CP] Check Pods Manifest.lock */ = {
@@ -431,7 +383,7 @@
431383
);
432384
runOnlyForDeploymentPostprocessing = 0;
433385
shellPath = /bin/sh;
434-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
386+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
435387
showEnvVarsInLog = 0;
436388
};
437389
/* End PBXShellScriptBuildPhase section */
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

HyperionCore/HyperionCore.xcodeproj/project.pbxproj

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
498E346B1EFA0C8000A0BC4E /* Project object */ = {
884884
isa = PBXProject;
885885
attributes = {
886-
LastUpgradeCheck = 0910;
886+
LastUpgradeCheck = 1250;
887887
ORGANIZATIONNAME = WillowTree;
888888
TargetAttributes = {
889889
320E5D691F27988500C42FC0 = {
@@ -906,10 +906,11 @@
906906
};
907907
buildConfigurationList = 498E346E1EFA0C8000A0BC4E /* Build configuration list for PBXProject "HyperionCore" */;
908908
compatibilityVersion = "Xcode 3.2";
909-
developmentRegion = English;
909+
developmentRegion = en;
910910
hasScannedForEncodings = 0;
911911
knownRegions = (
912912
en,
913+
Base,
913914
);
914915
mainGroup = 498E346A1EFA0C8000A0BC4E;
915916
productRefGroup = 498E34751EFA0C8000A0BC4E /* Products */;
@@ -1202,15 +1203,18 @@
12021203
CLANG_WARN_BOOL_CONVERSION = YES;
12031204
CLANG_WARN_COMMA = YES;
12041205
CLANG_WARN_CONSTANT_CONVERSION = YES;
1206+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
12051207
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
12061208
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
12071209
CLANG_WARN_EMPTY_BODY = YES;
12081210
CLANG_WARN_ENUM_CONVERSION = YES;
12091211
CLANG_WARN_INFINITE_RECURSION = YES;
12101212
CLANG_WARN_INT_CONVERSION = YES;
12111213
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1214+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
12121215
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
12131216
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1217+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
12141218
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
12151219
CLANG_WARN_STRICT_PROTOTYPES = YES;
12161220
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -1260,15 +1264,18 @@
12601264
CLANG_WARN_BOOL_CONVERSION = YES;
12611265
CLANG_WARN_COMMA = YES;
12621266
CLANG_WARN_CONSTANT_CONVERSION = YES;
1267+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
12631268
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
12641269
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
12651270
CLANG_WARN_EMPTY_BODY = YES;
12661271
CLANG_WARN_ENUM_CONVERSION = YES;
12671272
CLANG_WARN_INFINITE_RECURSION = YES;
12681273
CLANG_WARN_INT_CONVERSION = YES;
12691274
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1275+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
12701276
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
12711277
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1278+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
12721279
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
12731280
CLANG_WARN_STRICT_PROTOTYPES = YES;
12741281
CLANG_WARN_SUSPICIOUS_MOVE = YES;

HyperionCore/HyperionCore.xcodeproj/xcshareddata/xcschemes/AttributesInspector.xcscheme

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "1250"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,18 +26,14 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
33-
<AdditionalOptions>
34-
</AdditionalOptions>
3532
</TestAction>
3633
<LaunchAction
3734
buildConfiguration = "Debug"
3835
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3936
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40-
language = ""
4137
launchStyle = "0"
4238
useCustomWorkingDirectory = "NO"
4339
ignoresPersistentStateOnLaunch = "NO"
@@ -53,8 +49,6 @@
5349
ReferencedContainer = "container:HyperionCore.xcodeproj">
5450
</BuildableReference>
5551
</MacroExpansion>
56-
<AdditionalOptions>
57-
</AdditionalOptions>
5852
</LaunchAction>
5953
<ProfileAction
6054
buildConfiguration = "Release"

HyperionCore/HyperionCore.xcodeproj/xcshareddata/xcschemes/HyperionCore.xcscheme

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "1250"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,18 +26,14 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
33-
<AdditionalOptions>
34-
</AdditionalOptions>
3532
</TestAction>
3633
<LaunchAction
3734
buildConfiguration = "Debug"
3835
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3936
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40-
language = ""
4137
launchStyle = "0"
4238
useCustomWorkingDirectory = "NO"
4339
ignoresPersistentStateOnLaunch = "NO"
@@ -53,8 +49,6 @@
5349
ReferencedContainer = "container:HyperionCore.xcodeproj">
5450
</BuildableReference>
5551
</MacroExpansion>
56-
<AdditionalOptions>
57-
</AdditionalOptions>
5852
</LaunchAction>
5953
<ProfileAction
6054
buildConfiguration = "Release"

HyperionCore/HyperionCore.xcodeproj/xcshareddata/xcschemes/Measurements.xcscheme

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "1250"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,18 +26,14 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
33-
<AdditionalOptions>
34-
</AdditionalOptions>
3532
</TestAction>
3633
<LaunchAction
3734
buildConfiguration = "Debug"
3835
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3936
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40-
language = ""
4137
launchStyle = "0"
4238
useCustomWorkingDirectory = "NO"
4339
ignoresPersistentStateOnLaunch = "NO"
@@ -53,8 +49,6 @@
5349
ReferencedContainer = "container:HyperionCore.xcodeproj">
5450
</BuildableReference>
5551
</MacroExpansion>
56-
<AdditionalOptions>
57-
</AdditionalOptions>
5852
</LaunchAction>
5953
<ProfileAction
6054
buildConfiguration = "Release"

HyperionCore/HyperionCore.xcodeproj/xcshareddata/xcschemes/SlowAnimations.xcscheme

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "1250"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,18 +26,14 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
33-
<AdditionalOptions>
34-
</AdditionalOptions>
3532
</TestAction>
3633
<LaunchAction
3734
buildConfiguration = "Debug"
3835
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3936
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40-
language = ""
4137
launchStyle = "0"
4238
useCustomWorkingDirectory = "NO"
4339
ignoresPersistentStateOnLaunch = "NO"
@@ -53,8 +49,6 @@
5349
ReferencedContainer = "container:HyperionCore.xcodeproj">
5450
</BuildableReference>
5551
</MacroExpansion>
56-
<AdditionalOptions>
57-
</AdditionalOptions>
5852
</LaunchAction>
5953
<ProfileAction
6054
buildConfiguration = "Release"

0 commit comments

Comments
 (0)