diff --git a/GLTFSceneKit.podspec b/GLTFSceneKit.podspec index 0e2d8e6f..a5aabe7d 100644 --- a/GLTFSceneKit.podspec +++ b/GLTFSceneKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "GLTFSceneKit" - s.version = "0.1.2" + s.version = "0.1.3" s.summary = "glTF loader for SceneKit" s.homepage = "https://github.com/magicien/GLTFSceneKit" s.license = "MIT" diff --git a/GLTFSceneKit.xcodeproj/project.pbxproj b/GLTFSceneKit.xcodeproj/project.pbxproj index 10b010e6..9b08492a 100644 --- a/GLTFSceneKit.xcodeproj/project.pbxproj +++ b/GLTFSceneKit.xcodeproj/project.pbxproj @@ -571,7 +571,7 @@ }; DD83924B1F466C2D006A1CAC = { CreatedOnToolsVersion = 9.0; - ProvisioningStyle = Manual; + ProvisioningStyle = Manual; }; DDB221D91F525D6E002CFA4D = { CreatedOnToolsVersion = 9.0; @@ -822,9 +822,9 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = EF37D6UQZ9; + DEVELOPMENT_TEAM = EF37D6UQZ9; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -846,9 +846,9 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = EF37D6UQZ9; + DEVELOPMENT_TEAM = EF37D6UQZ9; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; @@ -1035,7 +1035,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = EF37D6UQZ9; + DEVELOPMENT_TEAM = EF37D6UQZ9; INFOPLIST_FILE = "$(SRCROOT)/Sample/iOS/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -1053,7 +1053,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = EF37D6UQZ9; + DEVELOPMENT_TEAM = EF37D6UQZ9; INFOPLIST_FILE = "$(SRCROOT)/Sample/iOS/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; diff --git a/Sample/iOS/Info.plist b/Sample/iOS/Info.plist index 42a0f332..8d0dca97 100644 --- a/Sample/iOS/Info.plist +++ b/Sample/iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Sample/macOS/Info.plist b/Sample/macOS/Info.plist index 0bb510aa..30c65592 100644 --- a/Sample/macOS/Info.plist +++ b/Sample/macOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleVersion 1 LSApplicationCategoryType diff --git a/Source/iOS/Info.plist b/Source/iOS/Info.plist index 109be87f..0bbb727e 100644 --- a/Source/iOS/Info.plist +++ b/Source/iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Source/macOS/Info.plist b/Source/macOS/Info.plist index d1bb914d..3c57ed90 100644 --- a/Source/macOS/Info.plist +++ b/Source/macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.2 + 0.1.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright